Searched refs:rightInset (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/interface/
H A DTextView.cpp159 rightInset(0),
168 float rightInset; member in struct:BTextView::LayoutData
824 newWidth - fLayoutData->rightInset,
2123 bounds.right - fLayoutData->rightInset);
2134 bounds.right - fLayoutData->rightInset);
2166 float rightMax = fTextRect.right + fLayoutData->rightInset;
2263 fTextRect.right -= fLayoutData->rightInset;
2282 && fLayoutData->rightInset == right
2288 fLayoutData->rightInset = right;
2307 *_right = fLayoutData->rightInset;
[all...]
H A DHaikuControlLook.cpp3627 float leftInset, float topInset, float rightInset, float bottomInset,
3646 rect.right += rightInset;
3662 rect.right += rightInset;
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
/haiku/headers/private/interface/
H A DHaikuControlLook.h528 float rightInset, float bottomInset,

Completed in 118 milliseconds