Searched refs:left (Results 1 - 25 of 687) sorted by path

1234567891011>>

/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css37 * Sectioning elements that may contain paragraph-level elements get left/right
43 margin-left:10%;
52 margin-left: 15%;
65 margin-left:0;
86 margin-left:5%;
91 margin-left:7.5%;
96 margin-left:10%;
101 margin-left:10%;
277 padding-left: .2em;
281 border-left
[all...]
/haiku/headers/cpp/
H A Dparsestream.h91 char *left() const { return base(); } function in class:string_parsebuf
H A Dropeimpl.h171 if (!(__dirns & 1) /* Path turned left */)
439 // Assumes left and right are not 0.
909 bool __left = bool(__o.flags() & ios::left);
H A Dstreambuf.h153 left=_IO_LEFT, right=_IO_RIGHT, internal=_IO_INTERNAL, enumerator in enum:ios::__anon71
166 adjustfield = left+right+internal
/haiku/headers/glibc/
H A Dprintf.h43 unsigned int left:1; /* - flag. */ member in struct:printf_info
/haiku/headers/libs/agg/
H A Dagg_rasterizer_compound_aa.h48 int16 left, right; member in struct:agg::cell_style_aa
56 left = -1;
62 left = c.left;
68 return (ex - x) | (ey - y) | (left - c.left) | (right - c.right);
130 void styles(int left, int right);
336 void rasterizer_compound_aa<Clip>::styles(int left, int right) argument
340 cell.left = (int16)left;
[all...]
H A Dagg_simul_eq.h81 static bool solve(const double left[Size][Size], argument
94 tmp[i][j] = left[i][j];
H A Dagg_trans_bilinear.h65 double left[4][4]; local
73 left[i][0] = 1.0;
74 left[i][1] = src[ix] * src[iy];
75 left[i][2] = src[ix];
76 left[i][3] = src[iy];
81 m_valid = simul_eq<4, 2>::solve(left, right, m_mtx);
/haiku/headers/libs/alm/
H A DALMGroup.h42 XTab* left = NULL, YTab* top = NULL,
54 BReference<XTab> left, BReference<YTab> top,
H A DALMLayout.h98 Column* AddColumn(XTab* left, XTab* right);
110 void SetInsets(float left, float top, float right,
112 void GetInsets(float* left, float* top, float* right,
136 virtual Area* AddView(BView* view, XTab* left, YTab* top,
142 virtual Area* AddItem(BLayoutItem* item, XTab* left,
H A DALMLayoutBuilder.h36 BALMLayoutBuilder& Add(BView* view, XTab* left, YTab* top,
40 BALMLayoutBuilder& Add(BLayoutItem* item, XTab* left,
48 BALMLayoutBuilder& SetInsets(float left, float top, float right,
54 XTab* left = NULL, YTab* top = NULL,
60 YTab* top = NULL, XTab* left = NULL,
63 XTab* left = NULL, XTab* right = NULL);
66 XTab* left = NULL, YTab* top = NULL,
72 YTab* top = NULL, XTab* left = NULL,
75 YTab* bottom = NULL, XTab* left = NULL,
H A DArea.h59 void SetLeft(BReference<XTab> left);
75 void GetInsets(float* left, float* top, float* right,
84 void SetInsets(float left, float top, float right,
86 void SetLeftInset(float left);
107 XTab* left, YTab* top, XTab* right,
H A DColumn.h50 XTab* left, XTab* right);
/haiku/headers/libs/print/libprint/
H A DValidRect.h14 int left; member in struct:RECT
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h247 uint16 left; /* guaranteed constrained to */ member in struct:__anon20
/haiku/headers/os/interface/
H A DGridLayoutBuilder.h31 BGridLayoutBuilder& SetInsets(float left, float top, float right,
H A DGroupLayoutBuilder.h39 BGroupLayoutBuilder& SetInsets(float left, float top, float right,
H A DRect.h17 float left; member in class:BRect
24 BRect(float left, float top, float right,
31 void Set(float left, float top, float right,
94 return *(const BPoint*)&left;
108 return BPoint(left, bottom);
122 left(0),
131 BRect::BRect(float left, float top, float right, float bottom) argument
133 left(left),
144 left(othe
197 Set(float left, float top, float right, float bottom) argument
[all...]
H A DRegion.h20 int32 left; member in struct:__anon1
H A DSplitLayoutBuilder.h27 BSplitLayoutBuilder& SetInsets(float left, float top, float right,
H A DSplitView.h21 void SetInsets(float left, float top, float right,
25 void GetInsets(float* left, float* top,
H A DTwoDimensionalLayout.h20 void SetInsets(float left, float top, float right,
24 void GetInsets(float* left, float* top, float* right,
/haiku/headers/private/interface/
H A DShapePrivate.h76 bounds.left = ptList[0].x;
82 if (bounds.left > ptList[i].x)
83 bounds.left = ptList[i].x;
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h548 _FreeTree(node->left);
H A DSplayTree.h40 Node* left; member in struct:SplayTreeLink
69 nodeLink->left = NULL;
84 nodeLink->left = rootLink->left;
86 rootLink->left = NULL;
89 nodeLink->left = fRoot;
110 if (rootLink->left == NULL) {
114 fRoot = rootLink->left;
136 if (rootLink->left == NULL) {
140 fRoot = rootLink->left;
293 Node*& left = Definition::GetLink(t)->left; local
[all...]

Completed in 146 milliseconds

1234567891011>>