Searched refs:bottom (Results 1 - 25 of 576) sorted by last modified time

1234567891011>>

/haiku/src/apps/charactermap/
H A DCharacterView.cpp162 int32 bottomBlock = _BlockAt(BPoint(Bounds().right, Bounds().bottom));
327 box.bottom -= (box.Height() - fontHeight.ascent
330 menu->DrawString(Label(), BPoint(box.left, box.bottom));
349 float left, top, bottom, right; local
350 GetItemMargins(&left, &top, &bottom, &right);
351 SetItemMargins(left, top, bottom, left);
523 if (y > updateRect.bottom)
536 && y < updateRect.bottom) {
698 fDataRect.bottom = 0;
705 fTitleTops[i] = (int32)ceilf(fDataRect.bottom);
[all...]
/haiku/src/servers/app/
H A DServerApp.cpp3727 frame.bottom = frame.top + 1;
3746 frame.right, frame.bottom));
/haiku/src/preferences/screen/
H A DScreenWindow.cpp349 itemRect.bottom = fontHeight.ascent + fontHeight.descent + 4;
1000 && frame.bottom <= Frame().bottom) {
H A DMonitorView.cpp98 BPoint powerPos(outerRect.left + 5, outerRect.bottom - 2);
/haiku/src/apps/stylededit/
H A DStatusView.cpp137 StrokeLine(BPoint(x, bounds.top + 3), BPoint(x, bounds.bottom - 3));
147 float y = (bounds.bottom + bounds.top
184 where.y = Bounds().bottom;
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp202 BPoint(innerRect.left, innerRect.bottom - 1), B_MIXED_COLORS);
204 BPoint(innerRect.right, innerRect.bottom - 1), B_MIXED_COLORS);
207 StrokeLine(BPoint(innerRect.left + 1, innerRect.bottom),
208 BPoint(innerRect.right - 1, innerRect.bottom), B_MIXED_COLORS);
214 BPoint(innerRect.left, innerRect.bottom - 6), B_MIXED_COLORS);
216 BPoint(innerRect.right, innerRect.bottom - 6), B_MIXED_COLORS);
219 StrokeLine(BPoint(innerRect.left + 6, innerRect.bottom),
220 BPoint(innerRect.right - 6, innerRect.bottom), B_MIXED_COLORS);
226 BPoint(innerRect.left, innerRect.bottom - 7), B_MIXED_COLORS);
228 BPoint(innerRect.right, innerRect.bottom
[all...]
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp253 if (screen.Frame().bottom < Frame().bottom)
254 MoveBy(0, screen.Frame().bottom - Frame().bottom);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp120 placement.y = (bounds.top + bounds.bottom - fLogo->Bounds().Height()) / 2;
/haiku/src/apps/drivesetup/
H A DDiskView.cpp553 textOffset.y = (messageBounds.top + messageBounds.bottom
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/apps/diskprobe/
H A DProbeView.cpp1045 rect.bottom = frame.bottom;
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp204 int32 right, int32 bottom);
492 int32 bottom)
499 fCropBottom(bottom)
491 CropView(BView* target, int32 left, int32 top, int32 right, int32 bottom) argument
/haiku/src/kits/interface/
H A DColumnTypes.cpp587 parent->MovePenTo(rect.left + rect.Width() / 2 - width / 2, rect.bottom - FontHeight());
H A DHaikuControlLook.cpp479 rect.bottom++;
587 view->AddLine(BPoint(rect.left + 1, rect.bottom),
588 BPoint(rect.right, rect.bottom), borderColor);
590 BPoint(rect.right, rect.bottom - 1), borderColor);
594 BPoint(rect.left, rect.bottom), borderColor);
597 BPoint(rect.left, rect.bottom), highlightColor);
727 // dark vertical line on bottom edge
731 rect.bottom--;
795 view->AddLine(BPoint(rect.left, rect.bottom),
800 BPoint(rect.right, rect.bottom), dark
2692 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, uint32 borders) argument
2719 BPoint(rect.right, rect.bottom), bottom); local
2728 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, const rgb_color& rightTop, const rgb_color& leftBottom, uint32 borders) argument
2763 BPoint(rect.right, rect.bottom), bottom); local
[all...]
H A DStatusBar.cpp296 rect.bottom = outerFrame.top - 1;
/haiku/src/kits/tracker/
H A DContainerWindow.cpp1001 // and we have resized over the bottom right corner of the extent
1009 if (offsetY < 0 && PoseView()->Bounds().bottom > extent.bottom
1064 if (sNewWindRect.bottom > screenFrame.bottom)
1262 frame.bottom = frame.top + extent.Height() + heightDiff;
3818 frame.bottom *= scalingFactor;
3875 frame.bottom *= scalingFactor;
3930 frame.bottom /= scalingFactor;
3968 frame.bottom /
[all...]
H A DFilePanelPriv.cpp706 rect.bottom = rect.top + (f_height > 22 ? f_height : 22);
771 rect.top = fDirMenuField->Frame().bottom + spacing;
773 rect.bottom = defaultButtonRect.top - spacing;
H A DTextWidget.cpp139 result.bottom = poseLoc.y
141 result.top = result.bottom - floorf(view->FontHeight());
185 result.bottom = poseLoc.y
197 result.bottom = poseLoc.y + view->IconPoseHeight();
202 result.top = result.bottom - floorf(view->FontHeight());
470 rect.bottom = rect.top + textView->LineHeight() - 1 + 4;
649 location.y = textRect.bottom - view->FontInfo().descent;
/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);
H A DShowImageStatusView.cpp100 StrokeLine(BPoint(x, bounds.top + 3), BPoint(x, bounds.bottom - 3));
110 float y = (bounds.bottom + bounds.top
/haiku/src/apps/text_search/
H A DGrepWindow.cpp612 || windowFrame.top > screenFrame.bottom
614 || windowFrame.bottom < screenFrame.top)
/haiku/src/apps/terminal/
H A DTermWindow.cpp115 ResizeTo(frame.right + kTermViewOffset, frame.bottom + kTermViewOffset);
319 textFrame.top = fMenuBar->Bounds().bottom + 1.0;
H A DTermViewStates.cpp611 if (where.y > bounds.bottom) {
613 fView->fAutoScrollSpeed = where.y - bounds.bottom;
615 where.y = bounds.bottom;
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp68 innerFrame.bottom -= hScrollBar->Bounds().Height() - 1;
81 rect.bottom += 1;
89 rect.top = rect.bottom + 1;
90 rect.bottom = rect.top + hScrollBar->Bounds().Height();
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp323 // we always add at least one pixel vertical inset top/bottom for
526 floorf((bounds.top + bounds.bottom
527 - (iconBounds.top + iconBounds.bottom)) / 2 + 0.5f));

Completed in 149 milliseconds

1234567891011>>