Searched defs:right (Results 1 - 25 of 129) sorted by relevance

123456

/haiku/headers/libs/print/libprint/
H A DValidRect.h16 int right; member in struct:RECT
/haiku/src/libs/alm/
H A DColumn.cpp53 Column::Column(LinearSpec* ls, XTab* left, XTab* right) argument
H A DALMGroup.cpp53 ALMGroup::operator|(const ALMGroup& right) argument
67 ALMGroup::BuildLayout(BALMLayout* layout, XTab* left, YTab* top, XTab* right, argument
103 layout->AddItem(LayoutItem(), left, top, right, bottom); local
105 layout->AddView(View(), left, top, right, bottom); local
99 _Build(BALMLayout* layout, BReference<XTab> left, BReference<YTab> top, BReference<XTab> right, BReference<YTab> bottom) const argument
[all...]
/haiku/src/add-ons/print/drivers/gutenprint/
H A DRectangle.h40 Rectangle(T left, T top, T right, T bottom) argument
71 T right; member in class:Rectangle
[all...]
/haiku/headers/os/interface/
H A DRegion.h22 int32 right; member in struct:__anon1
H A DRect.h19 float right; 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...]
/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/headers/libs/agg/
H A Dagg_simul_eq.h81 solve(const double left[Size][Size], const double right[Size][RightCols], double result[Size][RightCols]) argument
H A Dagg_trans_bilinear.h66 double right[4][2]; local
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.h19 right enumerator in enum:direction
/haiku/src/apps/launchbox/
H A Dsupport.cpp70 stroke_frame(BView* v, BRect r, rgb_color left, rgb_color top, rgb_color right, argument
80 BPoint(r.right, r.bottom), right); local
[all...]
/haiku/src/tests/add-ons/print/ppd/test/
H A DPPDConfigApplication.cpp28 float right = rect.right - 3; local
/haiku/src/kits/interface/
H A DSplitLayoutBuilder.cpp86 BSplitLayoutBuilder::SetInsets(float left, float top, float right, float bottom) argument
H A DGridLayoutBuilder.cpp103 BGridLayoutBuilder::SetInsets(float left, float top, float right, float bottom) argument
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvga.cpp43 vga_planar_blit(vesa_shared_info *info, uint8 *src, int32 srcBPR, int32 left, int32 top, int32 right, int32 bottom) argument
/haiku/src/apps/terminal/
H A DColors.cpp124 int right = fCount; local
/haiku/headers/cpp/
H A Dparsestream.h92 char *right() const { return ebuf(); } function in class:string_parsebuf
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp67 int32 left, top, right, bottom; local
[all...]
/haiku/src/system/libroot/posix/glibc/iconv/
H A Dgconv_int.h46 struct gconv_module *right; /* Prefix larger. */ member in struct:gconv_module
/haiku/src/libs/glut/
H A Dglutstroke.h33 float right; member in struct:__anon1828
/haiku/src/apps/pulse/
H A DConfigView.cpp165 float right, bottom; local
[all...]
/haiku/headers/private/shared/
H A DVariant.h165 float right; 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/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
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.h51 rect_to_int(BRect r, int32& left, int32& top, int32& right, int32& bottom) argument

Completed in 251 milliseconds

123456