Searched refs:bottom (Results 476 - 500 of 576) sorted by relevance

<<11121314151617181920>>

/haiku/src/servers/app/
H A DDrawState.cpp500 BPoint(rect.right, rect.bottom),
501 BPoint(rect.left, rect.bottom)
H A DServerPicture.cpp248 float bottom = top; local
260 if (points->y > bottom)
261 bottom = points->y;
265 _frame->Set(left, top, right, bottom);
/haiku/src/apps/glteapot/
H A DObjectView.cpp300 parentBounds.bottom - parentBounds.top);
431 glReadPixels((GLint)point.x, (GLint)(Bounds().bottom - point.y), 1, 1,
/haiku/src/kits/interface/
H A DMenuItem.cpp722 floorf((r.top + r.bottom) / 2.0));
726 r.bottom = floorf(center.y + size / 2 + 0.5);
H A DAbstractSpinner.cpp426 rect.bottom -= 1;
437 BPoint(rect.left + halfWidth, rect.bottom - 1));
1037 // invalidate the region between the old and the new bottom border
1040 rect.bottom--;
1047 // invalidate the region of the new bottom border
1049 rect.top = rect.bottom - kFrameMargin;
/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 DSavePanel.cpp98 rect.bottom = rect.top + fh.ascent + fh.descent + 5.0;
/haiku/src/servers/notification/
H A DNotificationView.cpp315 closeRect.bottom = closeRect.top + kCloseSize;
355 closeRect.bottom = closeRect.top + kCloseSize;
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp120 r.Set(x + r.Width(), rect.top, rect.right - width, rect.bottom);
126 r.Set(rect.left, rect.top, rect.left + width, rect.bottom);
/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp282 bitsHeader.bounds.bottom = height - 1;
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp97 frame.bottom = frame.top + size.height;
/haiku/src/bin/desklink/
H A DVolumeControl.cpp53 rect.top = rect.bottom - 7;
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp400 StrokeLine(BPoint(middle, 0.0f), BPoint(middle, Bounds().bottom));
/haiku/src/apps/clock/
H A Dcl_view.cpp172 rect.top = rect.bottom - 7;
/haiku/src/servers/app/stackandtile/
H A DSATGroup.h253 Tab* top, Tab* right, Tab* bottom);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.cpp201 if (location.y > updateRect.bottom)
/haiku/headers/os/interface/
H A DMenu.h149 float right, float bottom);
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp853 bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(header.bounds.bottom);
1182 header.bounds.bottom = B_HOST_TO_BENDIAN_FLOAT(bounds.bottom);
/haiku/src/apps/tv/
H A DVideoNode.cpp427 int(frame.bottom), int(cspace), overlay);
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp393 int(frame.bottom), int(cspace), overlay);
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp191 bounds.bottom = max4(lt.y, rt.y, lb.y, rb.y);
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp1565 rects[i].bottom -= yOffset;
1615 fRectParams[i].bottom = (uint16)r.bottom + srcOffsetY;
1658 fBlitParams[i].height = (uint16)(sortedRectList[i].bottom
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaJack.cpp221 return BPoint(Frame().left + Frame().Width() / 2.0, Frame().bottom + 1.0);
668 r.bottom -= 2.0;
673 p.Set(Frame().Width() / 2.0 - 2.0, targetRect.bottom - 4.0);
/haiku/src/kits/game/
H A DWindowScreen.cpp133 param.bottom = sh;
149 param.bottom = sh;
165 param.bottom = sh;

Completed in 264 milliseconds

<<11121314151617181920>>