Searched defs:bottom (Results 26 - 50 of 99) sorted by relevance

1234

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNoScale.h36 const int32 bottom = (int32)destinationRect.bottom; local
H A DDrawBitmapNearestNeighbor.h90 const int32 bottom = (int32)destinationRect.bottom; local
/haiku/src/libs/alm/
H A DALMLayoutBuilder.cpp148 BALMLayoutBuilder::AddToLeft(BView* view, XTab* _left, YTab* top, YTab* bottom) argument
61 Add(BView* view, XTab* left, YTab* top, XTab* right, YTab* bottom) argument
79 Add(BLayoutItem* item, XTab* left, YTab* top, XTab* right, YTab* bottom) argument
113 SetInsets(float left, float top, float right, float bottom) argument
165 AddToRight(BView* view, XTab* _right, YTab* top, YTab* bottom) argument
194 YTab* bottom = currentArea->Top(); local
210 BReference<YTab> bottom = _bottom; local
219 AddToLeft(BLayoutItem* item, XTab* _left, YTab* top, YTab* bottom) argument
237 AddToRight(BLayoutItem* item, XTab* _right, YTab* top, YTab* bottom) argument
266 YTab* bottom = currentArea->Top(); local
282 BReference<YTab> bottom = _bottom; local
[all...]
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp142 float bottom = screen.bottom; local
/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.cpp225 double 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/apps/debuganalyzer/gui/chart/
H A DLineChartRenderer.cpp196 float bottom = fFrame.bottom; local
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp374 VideoView::SetSubTitleMaxBottom(float bottom) argument
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c312 int bottom = first_nonopt; local
[all...]
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp21 const float bottom = Bounds().Height(); local
H A DMarginView.cpp301 float bottom = atof(fBottom->Text()); local
534 float bottom local
603 str << bottom; local
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.cpp89 GroupView::SetInsets(float left, float top, float right, float bottom) argument
/haiku/src/kits/interface/
H A DMenuPrivate.cpp165 MenuPrivate::SetItemMargins(float left, float top, float right, float bottom) argument
H A DBMCPrivate.cpp335 float left, top, right, bottom; local
H A DControlLook.cpp113 float left, top, right, bottom; local
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPParameterVisitor.cpp211 stp_dimension_t left, right, top, bottom; local
/haiku/src/kits/shared/
H A DVariant.cpp633 BVariant::_SetTo(float left, float top, float right, float bottom) argument
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp169 int32 bottom = y + height; local
H A DConsole.cpp60 Console::SetScrollRegion(int top, int bottom) argument
/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp387 const node_info* const bottom = stack; local
499 const AVLTreeNode* const* const* const bottom = stack; local
/haiku/src/servers/app/drawing/
H A DHWInterface.h247 int32 bottom; member in struct:HWInterface::buffer_clip
/haiku/headers/private/graphics/vesa/
H A Dvesa_info.h87 int32 bottom; member in struct:vga_planar_blit_args
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h38 void ExtendDirtyRegion(int32 top, int32 bottom) argument
H A DSmartTabView.cpp75 SmartTabView::SetInsets(float left, float top, float right, float bottom) argument
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dblending.h88 blend_colors_copy(uint8* bottom, uint8 alpha, uint8* dest, argument
115 blend_colors(uint8* bottom, uint8 alpha, uint8 c1, uint8 c2, uint8 c3, uint16 gc1, uint16 gc2, uint16 gc3) argument
140 blend_colors_copy(uint8* bottom, uint8 alpha, uint8* dest, uint8 c1, uint8 c2, uint8 c3) argument
161 blend_colors(uint8* bottom, uint8 alpha, uint8 c1, uint8 c2, uint8 c3) argument
179 blend_colors(uint8* bottom, uint8* source, uint8 alphaOverride) argument
198 blend_colors(uint8* bottom, uint8* source) argument
216 blend_colors_copy(uint8* dest, uint8* bottom, uint8* top) argument
232 blend_pixels(uint8* bottom, uint8* top, uint8 alpha) argument
261 blend_pixels_copy(uint8* bottom, uint8* top, uint8* dest, uint8 alpha) argument
295 blend_pixels_overlay(uint8* bottom, uint8* top, uint8 alphaOverride) argument
325 blend_pixels_overlay_copy(uint8* bottom, uint8* top, uint8* dest, uint8 alphaOverride) argument
363 blend_colors_copy(uint8* bottom, uint8 alpha, uint8* dest, uint8 c1, uint8 c2, uint8 c3) argument
397 blend_colors(uint8* bottom, uint8 alpha, uint8 c1, uint8 c2, uint8 c3) argument
427 blend_colors(uint8* bottom, uint8* source, uint8 alphaOverride) argument
458 blend_colors(uint8* bottom, uint8* source) argument
488 blend_colors_copy(uint8* dest, uint8* bottom, uint8* top) argument
517 blend_pixels(uint8* bottom, uint8* top, uint8 alpha) argument
538 blend_pixels_copy(uint8* bottom, uint8* top, uint8* dest, uint8 alpha) argument
564 blend_pixels_overlay(uint8* bottom, uint8* top, uint8 alphaOverride) argument
586 blend_pixels_overlay_copy(uint8* bottom, uint8* top, uint8* dest, uint8 alphaOverride) argument
[all...]

Completed in 304 milliseconds

1234