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

/haiku/src/kits/interface/
H A DTextView.cpp158 topInset(0),
167 float topInset; member in struct:BTextView::LayoutData
823 BRect rect(fLayoutData->leftInset, fLayoutData->topInset,
2177 if (point.y < bounds.top - fLayoutData->topInset)
2178 scrollBy.y = point.y - bounds.top - fLayoutData->topInset;
2262 fTextRect.top += fLayoutData->topInset;
2281 && fLayoutData->topInset == top
2287 fLayoutData->topInset = top;
2305 *_top = fLayoutData->topInset;
2733 fTextRect.top -= fLayoutData->topInset;
[all...]
H A DHaikuControlLook.cpp3627 float leftInset, float topInset, float rightInset, float bottomInset,
3645 rect.top += topInset;
3661 rect.top += topInset;
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.h527 float leftInset, float topInset,

Completed in 83 milliseconds