Searched refs:top (Results 376 - 400 of 658) sorted by relevance

<<11121314151617181920>>

/haiku/src/preferences/time/
H A DTZDisplay.cpp63 BPoint pt(bounds.left, ceilf(bounds.top + height.ascent));
/haiku/src/preferences/screen/
H A DRefreshWindow.cpp47 rect.top += stringView->Bounds().Height() + 14;
/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp83 - fShadeList->ItemFrame((int32)0).top);
/haiku/src/libs/print/libprint/
H A DPrintProcess.cpp26 rect.left, rect.top, rect.right, rect.bottom));
H A DPrintUtils.cpp46 scaleRect.top *= scale;
/haiku/src/system/boot/platform/u-boot/
H A Dvideo.cpp71 uint16 height, uint16 imageWidth, uint16 left, uint16 top)
70 platform_blit4(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js419 this.top = 0;
428 this.top = remoteMessage.dataView.readFloat32();
443 return this.bottom - this.top + 1;
455 return Math.ceil(this.bottom - this.top);
467 return this.top + this.height() / 2;
474 var top = Math.floor(this.top);
477 apply(left, top, right - left + 1, bottom - top + 1);
1302 context.drawImage(bitmap.canvas, bitmapRect.left, bitmapRect.top,
[all...]
/haiku/src/kits/tracker/
H A DStatusWindow.cpp235 rect.top = lastView->Frame().bottom + 1;
241 rect.bottom = rect.top + kDefaultStatusViewHeight - 1;
459 rect.top += 6;
460 rect.bottom = rect.top + 15;
521 // Height is 3 x the "room from the top" + bar height + room for
523 ResizeTo(Bounds().Width(), f.top + f.Height() + fh.leading + fh.ascent
524 + fh.descent + f.top);
536 rect.top = floorf((rect.top + rect.bottom) / 2 + 0.5) - buttonHeight / 2;
537 rect.bottom = rect.top
[all...]
/haiku/src/system/boot/platform/next_m68k/
H A Dvideo.cpp73 uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top)
72 platform_blit4(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
/haiku/src/system/boot/platform/openfirmware/
H A Dvideo.cpp24 uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top)
91 // Move text to top of display so we don't scroll the boot logo out as soon
23 platform_blit4(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerWindow.cpp175 MoveTo(windFrame.left, windFrame.top);
/haiku/src/system/boot/loader/
H A Dheap.cpp405 void* top; local
406 if (platform_init_heap(args, &base, &top) < B_OK)
410 sHeapEnd = top;
411 sMaxHeapSize = (uint8*)top - (uint8*)base;
/haiku/src/system/kernel/arch/arm64/
H A DVMSAv8TranslationMap.h49 virtual status_t Protect(addr_t base, addr_t top,
/haiku/src/kits/interface/
H A DWindow.cpp1022 fFrame.bottom = fFrame.top + height;
1233 fFrame.bottom = fFrame.top + height;
1436 // Get min/max constraints of the top view and enforce window
1567 zoomArea.top = deskbarFrame.bottom + 2;
1573 zoomArea.bottom = deskbarFrame.top - 2;
1576 // in vertical expando mode only if not always-on-top or auto-raise
1579 zoomArea.top = deskbarFrame.bottom + 2;
1601 zoomArea.top += borderWidth + tabHeight;
1610 if (zoomArea.top > deskbarFrame.bottom
1611 || zoomArea.bottom < deskbarFrame.top) {
2544 float top = frame.top; local
[all...]
H A DSplitLayout.h31 void SetInsets(float left, float top, float right,
33 void GetInsets(float* left, float* top, float* right,
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp333 if (bitmapRect.top < actualBitmapRect.top) {
334 float diff = actualBitmapRect.top - bitmapRect.top;
335 viewRect.top += diff / yScale;
336 bitmapRect.top = actualBitmapRect.top;
1063 bounds.top = min_c(bounds.top, points[i].y);
1095 sourceRect.top
[all...]
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_draw.cpp131 int y = pList->top;
182 int y = pList->top;
H A Drage128_draw.cpp145 int y = pList->top;
202 int y = pList->top;
/haiku/src/add-ons/print/transports/shared/
H A DDbgMsg.cpp155 name, j, aRect.left, aRect.top, aRect.right, aRect.bottom));
217 DBGMSG(("\t%s, B_RECT_TYPE: %f, %f, %f, %f\n", buffer1, rc.left, rc.top, rc.right, rc.bottom));
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.h110 // ordering criteria: by top-left corner of the rect,
126 return a->rect.top > b->rect.top;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp771 AddLine(BPoint(r.left, r.bottom), BPoint(r.left, r.top), col1);
772 AddLine(BPoint(r.left + 1.0, r.top), BPoint(r.right, r.top), col1);
773 AddLine(BPoint(r.right, r.top + 1.0), BPoint(r.right, r.bottom), col2);
776 AddLine(BPoint(r.left, r.bottom), BPoint(r.left, r.top), col3);
777 AddLine(BPoint(r.left + 1.0, r.top), BPoint(r.right, r.top), col3);
778 AddLine(BPoint(r.right, r.top + 1.0), BPoint(r.right, r.bottom), col4);
/haiku/src/apps/mediaplayer/interface/
H A DPlayPauseButton.cpp63 offset.y = (bounds.top + bounds.bottom) / 2;
67 offset.y = ceilf(offset.y - pauseBounds.top);
H A DVolumeSlider.cpp149 rect.top++;
265 return ceilf(BarFrame().top - 1.0f * (value - min) / (max - min)
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp269 drand48() * (bound.bottom - bound.top) + bound.top);
/haiku/src/apps/pulse/
H A DPrefs.cpp155 normal_window_rect.bottom = normal_window_rect.top + GetNormalWindowHeight();
176 screen_rect.top = screen_rect.bottom - 150;

Completed in 211 milliseconds

<<11121314151617181920>>