Searched refs:bottom (Results 501 - 525 of 576) sorted by relevance

<<21222324

/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp398 hdr.bounds.bottom = B_HOST_TO_BENDIAN_FLOAT(height - 1);
421 * right, top to bottom. */
787 hdr.bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(hdr.bounds.bottom);
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp988 fBlitParams[i].height = (uint16)(sortedRectList[i].bottom
1141 fRectParams[i].bottom = (uint16)r.bottom + fYOffset;
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp524 addr_t bottom = (addr_t)x86_get_double_fault_stack(cpu, &size); local
525 return address >= bottom && address < bottom + size;
/haiku/src/apps/mail/
H A DMailWindow.cpp1523 (rect.bottom - rect.top) / 2));
1921 rect.bottom = rect.top + height;
1933 rect.bottom = rect.top + screenFrame.Height();
1939 if (rect.bottom > screenFrame.bottom) {
1940 rect.top -= rect.bottom - screenFrame.bottom;
1941 rect.bottom = screenFrame.bottom;
1948 rect.bottom
[all...]
/haiku/src/apps/terminal/
H A DTermViewStates.cpp611 if (where.y > bounds.bottom) {
613 fView->fAutoScrollSpeed = where.y - bounds.bottom;
615 where.y = bounds.bottom;
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp219 viewFrame.top = fToolBar->Frame().bottom + 1;
225 viewFrame.bottom = contentView->Bounds().bottom;
497 _AddItemMenu(menu, B_TRANSLATE("Flip top to bottom"),
1124 frame.top = fToolBar->Frame().bottom + 1;
1377 frame.bottom += be_control_look->GetScrollBarWidth(B_HORIZONTAL);
/haiku/src/kits/shared/
H A DCalendarView.cpp1063 frame.bottom = frame.Height() / 7.0 - 2.0;
1090 frame.bottom = frame.Height() / rows - 1.0;
1293 frame.bottom = frame.Height() / rows - 1.0;
/haiku/src/kits/interface/
H A DMenuField.cpp1040 fMenuBar->Frame().right, fMenuBar->Frame().bottom,
1209 frame.bottom -= kVMargin;
1212 frame.left, frame.top, frame.right, frame.bottom,
H A DCheckBox.cpp522 float height = rect.bottom + rect.top;
H A DRadioButton.cpp255 float height = rect.bottom + rect.top;
H A DStringView.cpp292 float y = (bounds.top + bounds.bottom - ceilf(fontHeight.descent))
/haiku/src/kits/tracker/
H A DUtilities.cpp757 loc.y = bounds.bottom - (1 + height.descent);
886 int32 y = (int32) (frame.top + (frame.bottom - frame.top) / 2);
1284 rect.bottom = rect.top + length;
/haiku/src/apps/deskcalc/
H A DCalcView.cpp557 frame.bottom = sizeDisp + (row + 1) * sizeRow - 1;
1424 r.bottom = floorf(fHeight * kDisplayScaleY) + 1;
1436 r.bottom = fHeight;
/haiku/src/preferences/screen/
H A DScreenWindow.cpp349 itemRect.bottom = fontHeight.ascent + fontHeight.descent + 4;
1000 && frame.bottom <= Frame().bottom) {
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp281 destinationBitmapBounds.bottom *= y_ratio;
/haiku/src/preferences/time/
H A DAnalogClock.cpp170 fCenterY = floorf((bounds.top + bounds.bottom) / 2 + 0.5) + 0.5;
/haiku/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp218 ResizeTo(Bounds().Width(), button->Frame().bottom + 10);
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp96 frame.bottom = frame.top + 1;
H A DAutoConfigView.cpp90 float newHeight = fNameView->Frame().bottom + 20 + 2;
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp422 // visible bottom border.
424 frame.bottom++;
/haiku/src/add-ons/translators/sgi/
H A DSGITranslator.cpp502 bitsHeader.bounds.bottom = height - 1;
/haiku/src/kits/print/
H A DPicturePrinter.cpp48 printf("rect [l: %f, t: %f, r: %f, b: %f] ", r->left, r->top, r->right, r->bottom);
/haiku/src/tests/kits/translation/
H A DBitmapStreamTest.cpp210 sheader.bounds.bottom = height - 1;
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp471 if (top + lastFrame.Height() > screenBorder.bottom) {
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp158 value.top, value.right, value.bottom);

Completed in 261 milliseconds

<<21222324