Searched refs:top (Results 226 - 250 of 658) sorted by relevance

1234567891011>>

/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp50 if (rect.top > rect.bottom) {
51 float temp = rect.top;
52 rect.top = rect.bottom;
455 // you go look for the ones that have no neighbors to their top and left.
477 // Since A is to the left of C and B is to the top of C, The "node"
481 // was to the left or top of. When comparing A and B, neither is left
482 // or top from the other and in the sense that the algorithm cares about.
517 node* top() function in struct:node
524 node* ret = top();
546 return (a.bottom < b.top);
[all...]
/haiku/headers/os/interface/
H A DListItem.h71 void SetTop(float top);
H A DGroupLayoutBuilder.h39 BGroupLayoutBuilder& SetInsets(float left, float top, float right,
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohcivar.h48 struct fwohcidb_tr *top, *bottom, *pdb_tr; member in struct:fwohci_softc::fwohci_dbch
/haiku/src/apps/gradients/
H A DGradientsWindow.cpp40 bounds.top = 40;
/haiku/src/apps/switcher/
H A DLaunchButton.h68 rgb_color left, rgb_color top,
/haiku/src/servers/app/
H A DIntPoint.cpp22 y = max_c(min_c(y, r.bottom), r.top);
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.h44 virtual status_t Protect(addr_t base, addr_t top,
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.h48 virtual status_t Protect(addr_t base, addr_t top,
/haiku/src/tests/apps/miniterminal/
H A DConsole.h43 void SetScrollRegion(int top, int bottom);
85 int32 fScrollTop; // top of the scroll region
/haiku/src/tests/kits/app/bmessage/
H A DMessageBRectItemTest.h74 << " t:" << rect.top
/haiku/src/tests/kits/interface/pictureprint/
H A DDumpPrintJob.cpp69 rect.left, rect.top, rect.right, rect.bottom);
/haiku/src/tests/servers/app/benchmark/
H A DVerticalLineTest.cpp54 view->StrokeLine(BPoint(x, fViewBounds.top + 1),
/haiku/src/kits/interface/
H A DPoint.cpp28 y = std::max(std::min(y, rect.bottom), rect.top);
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueRendererUtils.cpp53 float y = rect.top
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp306 return BRect(frame.left, frame.top, frame.left + cornerSize - 1,
307 frame.top + cornerSize - 1);
310 return BRect(frame.right - cornerSize + 1, frame.top, frame.right,
311 frame.top + cornerSize - 1);
/haiku/src/preferences/media/
H A DMedia.cpp51 rect.top = b;
/haiku/src/apps/launchbox/
H A DLaunchButton.h71 rgb_color left, rgb_color top,
/haiku/src/system/libroot/posix/musl/math/
H A Dasinl.c30 #define CLOSETO1(u) (u.i.top >= 0xee00)
H A Dpowf.c32 uint32_t iz, top, tmp; local
40 top = tmp & 0xff800000;
41 iz = ix - top;
42 k = (int32_t)top >> (23 - POWF_SCALE_BITS); /* arithmetic shift */
/haiku/src/apps/pulse/
H A DCPUButton.cpp78 rect.top = rect.bottom - 7;
144 start.Set(bounds.right - 1, bounds.top + 1);
155 start.Set(bounds.right, bounds.top);
163 start.Set(bounds.right - 2, bounds.top + 2);
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.h49 virtual status_t Protect(addr_t base, addr_t top,
/haiku/src/apps/processcontroller/
H A DProcessController.cpp81 #define addtopbottom(x) if (top) popup->AddItem(x); else popup->AddItem(x, 0)
91 bool top; member in struct:__anon1
171 frame.top = frame.bottom - 7;
584 param->top = where.y < BScreen(this->Window()).Frame().bottom-50;
606 float top = 1, left = 1; local
607 float bottom = top + h;
628 FillRect(BRect(right + 1, top - 1, leftMem, bottom + 1));
633 StrokeRect(BRect(left - 1, top - 1, right, bottom + 1));
636 StrokeLine(BPoint(left + x * barWidth + x - 1, top),
642 StrokeRect(BRect(leftMem - 1, top
758 bool top = param->top; local
[all...]
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestWindow.cpp56 b.top = mb->Bounds().bottom +1;
/haiku/headers/private/graphics/vesa/
H A Dvesa_info.h85 int32 top; member in struct:vga_planar_blit_args

Completed in 100 milliseconds

1234567891011>>