Searched refs:hInset (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp186 float hInset = inset - fSeekSlider->BarFrame().top; local
187 if (hInset < 0.0f)
188 hInset = 0.0f;
190 fSeekLayout->SetInsets(0, hInset, 5, 0);
191 fControlLayout->SetInsets(inset, hInset, inset, inset);
559 float hInset = inset - fSeekSlider->BarFrame().top; local
560 if (hInset < 0.0f)
561 hInset = 0.0f;
563 fSeekLayout->SetInsets(inset - barInset, hInset, inset, 0);
565 fControlLayout->SetInsets(inset, hInset, inse
[all...]
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp139 float hInset = floorf(be_control_look->DefaultLabelSpacing() / 2); local
141 InputTextView::SetInsets(hInset, vInset, hInset, vInset);
/haiku/src/tests/servers/app/painter/
H A Dmain.cpp283 float hInset = (h / 2.0) * 0.5; local
287 b.InsetBy(-hInset, 0.0);
296 b.InsetBy(-hInset, 0.0);
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp546 float hInset = min_c(inset, max_c(0, (iR.Width() - inset) / 2.0)); local
549 iR.InsetBy(hInset, vInset);
/haiku/src/kits/interface/
H A DSlider.cpp1467 float hInset = 0.0; local
1472 hInset = -6.0;
1473 BRect invalid = BarFrame().InsetByCopy(hInset, vInset) | ThumbFrame();
1477 invalid = invalid | BarFrame().InsetByCopy(hInset, vInset)
H A DHaikuControlLook.cpp1029 float hInset = rect.Width() / 3; local
1031 rect.InsetBy(hInset, vInset);
1096 view->SetPenSize(ceilf(hInset / 2.0));

Completed in 73 milliseconds