Searched refs:leftInset (Results 1 - 3 of 3) sorted by path

/haiku/headers/private/interface/
H A DHaikuControlLook.h527 float leftInset, float topInset,
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp3627 float leftInset, float topInset, float rightInset, float bottomInset,
3644 rect.left += leftInset;
3660 rect.left += leftInset;
3622 _DrawRoundBarCorner(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& edgeLightColor, const rgb_color& edgeShadowColor, const rgb_color& frameLightColor, const rgb_color& frameShadowColor, const rgb_color& fillLightColor, const rgb_color& fillShadowColor, float leftInset, float topInset, float rightInset, float bottomInset, orientation orientation) argument
H A DTextView.cpp157 : leftInset(0),
166 float leftInset; member in struct:BTextView::LayoutData
823 BRect rect(fLayoutData->leftInset, fLayoutData->topInset,
2131 bounds.left + fLayoutData->leftInset);
2141 bounds.left + fLayoutData->leftInset);
2169 float leftMin = fTextRect.left - fLayoutData->leftInset;
2261 fTextRect.left += fLayoutData->leftInset;
2280 if (fLayoutData->leftInset == left
2286 fLayoutData->leftInset = left;
2303 *_left = fLayoutData->leftInset;
[all...]

Completed in 70 milliseconds