Searched defs:top (Results 1 - 25 of 153) sorted by path

1234567

/haiku/headers/cpp/
H A Dstl_queue.h177 const_reference top() const { return c.front(); } function in class:priority_queue
H A Dstl_stack.h59 reference top() { return _M_c.back(); } function in class:stack
60 const_reference top() const { return _M_c.back(); } function in class:stack
/haiku/headers/libs/agg/
H A Dagg_array.h928 int* top = stack; local
[all...]
H A Dagg_rasterizer_cells_aa.h516 Cell*** top; local
[all...]
/haiku/headers/libs/print/libprint/
H A DValidRect.h15 int top; member in struct:RECT
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h249 uint16 top; member in struct:__anon20
/haiku/headers/os/interface/
H A DRect.h18 float top; member in class:BRect
131 BRect::BRect(float left, float top, float right, float bottom) argument
197 Set(float left, float top, float right, float bottom) argument
[all...]
H A DRegion.h21 int32 top; member in struct:__anon1
/haiku/headers/private/shared/
H A DVariant.h164 float top; member in struct:BVariant::__anon1170::__anon1171
253 BVariant::BVariant(float left, float top, float right, float bottom) argument
404 BVariant::SetTo(float left, float top, float right, float bottom) argument
[all...]
/haiku/src/add-ons/accelerants/et6x00/
H A DAcceleration.c171 uint16 left, top, right, bottom; local
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay.c1037 int left, top, right, bottom; local
/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/add-ons/kernel/drivers/common/
H A Dconsole.cpp303 set_scroll_region(struct console_desc *console, int top, int bottom) argument
/haiku/src/add-ons/kernel/network/stack/
H A Dradix.c276 struct radix_node *top = head->rnh_treetop; local
514 struct radix_node *saved_t, *top = t; local
699 struct radix_node *saved_tt, *top = head->rnh_treetop; local
850 struct radix_node *dupedkey, *saved_tt, *top; local
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.cpp62 void CCapture::SetClip(int left, int top, int right, int bottom) argument
79 void CCapture::SetVBIClip(int left, int top, int right, int bottom) argument
H A DRadeon.cpp32 CRadeonRect::CRadeonRect(int left, int top, int right, int bottom) argument
90 void CRadeonRect::SetTo(int left, int top, int right, int bottom) argument
98 void CRadeonRect::MoveTo(int left, int top) argument
H A DVideoIn.cpp45 int left, top; member in struct:__anon2577::__anon2579
49 int left, top; member in struct:__anon2577::__anon2580
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPParameterVisitor.cpp211 stp_dimension_t left, right, top, bottom; local
H A DRectangle.h40 Rectangle(T left, T top, T right, T bottom) argument
70 T top; member in class:Rectangle
[all...]
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp67 int32 left, top, right, bottom; local
[all...]
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dsupport.h57 rect_to_int(BRect r, int32& left, int32& top, int32& right, int32& bottom) argument
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp268 float top = fDescription->Frame().bottom + kTextDistance; local
H A DFileSelectionPage.cpp133 float top = fDescription->Frame().bottom + kSpacing; local
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp33 Chart::AxisInfo::SetFrame(float left, float top, float right, float bottom) argument
454 int32 top = 0; local
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp537 float top = tip.y - size.height / 2; local
2317 float top = (float)line * fFontInfo.lineHeight; local
[all...]

Completed in 206 milliseconds

1234567