Searched refs:top (Results 501 - 525 of 658) sorted by relevance

<<21222324252627

/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp187 f.left, f.top, f.right, f.bottom));
211 e.frame.left, e.frame.top, e.frame.right, e.frame.bottom,
218 e.pView->Frame().left, e.pView->Frame().top,
568 //f.left, f.top, f.right, f.bottom));
634 // set entry's top-left position:
677 // frame.left, frame.top, frame.right, frame.bottom));
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp346 TextDocumentView::SetInsets(float left, float top, float right, float bottom) argument
348 if (fInsetLeft == left && fInsetTop == top
354 fInsetTop = top;
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp97 markRect.top = (markRect.top + markRect.bottom - kMarkWidth) / 2.0;
98 markRect.bottom = markRect.top + kMarkWidth;
H A DStyleListView.cpp103 markRect.top = (markRect.top + markRect.bottom - kMarkWidth) / 2.0;
104 markRect.bottom = markRect.top + kMarkWidth;
H A DSwatchGroup.cpp49 fTopSwatchViews = new Group(frame, "top swatch group");
115 fCurrentColorSV->MoveTo(0, fTopSwatchViews->Frame().top);
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp111 float y = rect.top + ((rect.Height() - r.Height()) / 2);
120 r.Set(x + r.Width(), rect.top, rect.right - width, rect.bottom);
126 r.Set(rect.left, rect.top, rect.left + width, rect.bottom);
531 // add the row, parent may be NULL (add at top level)
557 // add the row, parent may be NULL (add at top level)
/haiku/src/kits/tracker/
H A DTextWidget.cpp141 result.top = result.bottom - floorf(ActualFontHeight(view));
203 result.top = result.bottom - floorf(ActualFontHeight(view));
469 rect.bottom = rect.top + textView->LineHeight() - 1 + 4;
621 // selection rect is alpha-blended on top. This all happens in
H A DTrackerSettingsWindow.cpp355 rect.top + fheight.ascent + 2 + floorf(fheight.leading / 2)));
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp1564 rects[i].top -= yOffset;
1613 fRectParams[i].top = (uint16)r.top + srcOffsetY;
1646 fBlitParams[i].src_top = (uint16)sortedRectList[i].top
1651 fBlitParams[i].dest_top = (uint16)sortedRectList[i].top
1659 - sortedRectList[i].top);
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp437 r.top = (float)atof(topstart);
555 content << v.left << ", " << v.top << ", " <<
/haiku/src/add-ons/translators/psd/
H A DPSDWriter.cpp32 bounds.top = B_BENDIAN_TO_HOST_FLOAT(header.bounds.top);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp113 frame.top += frame.Height();
316 frame.top = menuBar->Frame().bottom + 1;
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp210 scrollRect.top -= 1.0;
319 updateRect.top = p.y < (m_oldFrame.bottom - M_V_MARGIN - 15.0) ?
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp331 p.move_to(glyphBounds.left + 0.5, glyphBounds.top + 0.5);
332 p.line_to(glyphBounds.right + 0.5, glyphBounds.top + 0.5);
/haiku/src/preferences/media/
H A DMediaListItem.cpp87 frame.top + (frame.Height() - MediaIcons::sBounds.Height()) / 2.0f);
114 onto->MovePenTo(point.x + 8, frame.top
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp272 // In case any 'always on top' application tries to make its
1059 float top = 0; local
1061 top = fTextView->TextHeight(0, firstLineOnPage - 1);
1064 BRect textRect(0.0, top + TEXT_INSET,
1393 // we place the color palette, reserving room at the top
1408 matrixArea.top = matrixArea.bottom;
1411 matrixArea.top = 0;
1420 matrixArea.top = matrixArea.bottom;
1421 matrixArea.bottom = matrixArea.top + margin;
1463 MoveTo(newFrame.left, newFrame.top);
[all...]
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.cpp107 rect.top + (rect.Height() - iconRect.Height()) / 2.0f);
115 owner->MovePenTo(rect.left + iconRect.Width() + 8.0f, frame.top + fBaselineOffset);
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp312 drawLocation.y = frame.top + sVPad + iconBounds.Height() + sVPad;
325 drawLocation.y = frame.top
/haiku/headers/cpp/
H A Dstl_queue.h177 const_reference top() const { return c.front(); } function in class:priority_queue
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp275 lt.y = ceilf((frame.top + frame.bottom - button->mpm.mini.y) / 2.0);
/haiku/src/apps/switcher/
H A DWindowsView.cpp208 owner->MovePenTo(frame.left, frame.top + fBaselineOffset);
/haiku/src/add-ons/translators/exr/
H A DEXRTranslator.cpp141 bitsHeader.bounds.top = 0;
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.cpp44 BRect rectString = BRect(frame.left, frame.top-10, frame.right -30, 30);
/haiku/src/kits/interface/
H A DMenuPrivate.cpp157 MenuPrivate::GetItemMargins(float* left, float* top, float* right, argument
160 fMenu->GetItemMargins(left, top, right, bottom);
165 MenuPrivate::SetItemMargins(float left, float top, float right, float bottom) argument
167 fMenu->SetItemMargins(left, top, right, bottom);
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h249 uint16 top; member in struct:__anon20

Completed in 230 milliseconds

<<21222324252627