Searched refs:bottom (Results 426 - 450 of 576) sorted by relevance

<<11121314151617181920>>

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h58 const int32 bottom = (int32)destinationRect.bottom; local
71 int32 y2 = min_c(baseRenderer.ymax(), bottom);
114 // left and right of bottom row
156 // left and right of bottom row
236 // the last column/row and the right/bottom corner pixel.
248 // cache the weight of the top and bottom row
293 // buffer offset into source (bottom row)
310 // pixel in bottom right corner if necessary
330 // cache the weight of the top and bottom ro
[all...]
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp425 float height = max_c(Bounds().bottom, frame.bottom - frame.top);
431 float top = min_c(screen.Frame().bottom - height, frame.top);
/haiku/src/apps/terminal/
H A DTermView.cpp215 Bounds().bottom - rect.Height());
532 //rect.right, rect.bottom);
1168 rect.bottom = rect.top + fFontHeight - 1;
1179 rect.top = rect.bottom - 2;
1369 int32 y2 = std::min(_LineAt(updateRect.bottom), (int32)fRows - 1);
1376 updateRect.bottom);
1385 if (clearTop <= updateRect.bottom) {
1387 updateRect.bottom);
1425 rect.bottom = rect.top + fFontHeight - 1;
2038 float bottom local
[all...]
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp346 TextDocumentView::SetInsets(float left, float top, float right, float bottom) argument
349 && fInsetRight == right && fInsetBottom == bottom) {
356 fInsetBottom = bottom;
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp439 r.bottom = (float)atof(bottomstart);
556 v.right << ", " << v.bottom;
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuView.cpp58 fCheck_y = m_pHideUserCheck->Frame().bottom + 10;
123 r.bottom = r.top + 100 - B_H_SCROLL_BAR_HEIGHT;
199 // scrollview and outline list view on top & bottom
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp70 BRect resizeRect(frame.right - 10, frame.bottom - 10,
71 frame.right + 4, frame.bottom + 4);
/haiku/src/tests/servers/app/painter/
H A Dmain.cpp286 /* BRect b(h * i, bounds.top, h * i, bounds.bottom);
295 b.Set(h * i, bounds.top, h * i, bounds.bottom);
392 bViewView->MoveTo(BPoint(bounds.left, bounds.bottom + 1));
/haiku/src/add-ons/translators/psd/
H A DPSDWriter.cpp34 bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(header.bounds.bottom);
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_acc.c225 /* find where the top and bottom are */
292 /* find where the top and bottom are */
385 ACCW_YDSTLEN(list[i].top, ((list[i].bottom - list[i].top) + 1));
458 ACCW_YDSTLEN(list[i].top, ((list[i].bottom - list[i].top) + 1));
475 // *dma++= (list[i].top << 16) | ((list[i].bottom - list[i].top) + 1);
483 // *dma++= (list[i].top << 16) | ((list[i].bottom - list[i].top) + 1);
/haiku/src/apps/resedit/
H A DResView.cpp65 r.bottom = 16;
72 r.top = fBar->Frame().bottom + 4;
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp563 sc->atrq.bottom = sc->atrq.top;
564 sc->atrs.bottom = sc->atrs.top;
1031 if(db_tr != dbch->bottom){
1100 tr = dbch->bottom;
1200 dbch->bottom = tr;
1201 if (dbch->bottom == dbch->top) {
1331 dbch->bottom = dbch->top;
1404 for( i = 0, dbch->bottom = dbch->top; (uint)i < (dbch->ndb - 1); i++){
1405 dbch->bottom = STAILQ_NEXT(dbch->bottom, lin
[all...]
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp302 header.bounds.bottom = B_HOST_TO_BENDIAN_FLOAT(rect.bottom);
/haiku/src/apps/mail/
H A DSignature.cpp532 height = (int32)((up ? r.top - r.bottom : r.bottom - r.top) - 25);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp757 // find the bottom item in the column
758 float bottom = 0.0; local
765 bottom = (r.bottom > bottom) ? r.bottom : bottom;
768 if (bottom >= p.y)
770 p.y = bottom + M_CLEANUP_V_GAP;
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp104 r.Set(x + r.Width(), rect.top, rect.right - width, rect.bottom);
110 r.Set(rect.left, rect.top, rect.left + width, rect.bottom);
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp138 fGeneralInfoView->Bounds().bottom,
140 fGeneralInfoView->Bounds().bottom + 103);
/haiku/src/kits/interface/
H A DView.cpp1471 // bottom
3894 if (point2.y > bounds.bottom)
3895 bounds.bottom = point2.y;
3907 if (point3.y > bounds.bottom)
3908 bounds.bottom = point3.y;
3934 if (point2.y > bounds.bottom)
3935 bounds.bottom = point2.y;
3947 if (point3.y > bounds.bottom)
3948 bounds.bottom = point3.y;
3974 if (point2.y > bounds.bottom)
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp32 CRadeonRect::CRadeonRect(int left, int top, int right, int bottom) argument
36 fBottom(bottom)
90 void CRadeonRect::SetTo(int left, int top, int right, int bottom) argument
95 fBottom = bottom;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.cpp306 fFrame.bottom += vertical;
/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/mediaplayer/interface/
H A DPlayPauseButton.cpp63 offset.y = (bounds.top + bounds.bottom) / 2;
H A DVolumeSlider.cpp102 rect.bottom += 1;
/haiku/src/add-ons/translators/exr/
H A DEXRTranslator.cpp143 bitsHeader.bounds.bottom = displayHeight - 1;
/haiku/src/apps/tv/
H A DVideoView.cpp321 FillRect(BRect(left, seperator_y2 + 1, right, bnd.bottom));

Completed in 301 milliseconds

<<11121314151617181920>>