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

/haiku/src/kits/interface/
H A DTextView.cpp160 bottomInset(0),
169 float bottomInset; member in struct:BTextView::LayoutData
825 newHeight - fLayoutData->bottomInset);
2180 + fLayoutData->bottomInset) {
2182 + fLayoutData->bottomInset;
2264 fTextRect.bottom -= fLayoutData->bottomInset;
2283 && fLayoutData->bottomInset == bottom)
2289 fLayoutData->bottomInset = bottom;
2309 *_bottom = fLayoutData->bottomInset;
2734 fTextRect.bottom += fLayoutData->bottomInset;
[all...]
H A DHaikuControlLook.cpp3627 float leftInset, float topInset, float rightInset, float bottomInset,
3647 rect.bottom += bottomInset;
3663 rect.bottom += bottomInset;
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 306 milliseconds