Searched refs:vInset (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp140 float vInset = floorf((rect.Height() - LineHeight(0)) / 2); local
141 InputTextView::SetInsets(hInset, vInset, hInset, vInset);
/haiku/src/tests/servers/app/painter/
H A Dmain.cpp284 float vInset = (v / 2.0) * 0.5; local
290 b.InsetBy(0.0, -vInset);
293 b.InsetBy(0.0, -vInset);
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp547 float vInset = min_c(inset, max_c(0, (iR.Height() - inset) / 2.0)); local
549 iR.InsetBy(hInset, vInset);
/haiku/src/kits/interface/
H A DSlider.cpp1468 float vInset = 0.0; local
1470 vInset = -6.0;
1473 BRect invalid = BarFrame().InsetByCopy(hInset, vInset) | ThumbFrame();
1477 invalid = invalid | BarFrame().InsetByCopy(hInset, vInset)
H A DHaikuControlLook.cpp1030 float vInset = rect.Height() / 3; local
1031 rect.InsetBy(hInset, vInset);

Completed in 93 milliseconds