Lines Matching refs:fBarThickness
57 fBarThickness(6.0) in BSlider()
87 fBarThickness(6.0) in BSlider()
117 fBarThickness(6.0) in BSlider()
196 fBarThickness = bthickness; in BSlider()
198 fBarThickness = 6.0f; in BSlider()
299 ret = archive->AddFloat("_bthickness", fBarThickness); in Archive()
1116 frame.bottom = frame.top + fBarThickness; in BarFrame()
1118 frame.left = floorf((frame.Width() - fBarThickness) / 2.0); in BarFrame()
1129 frame.right = frame.left + fBarThickness; in BarFrame()
1182 frame.bottom = frame.top + fBarThickness + 7; in ThumbFrame()
1184 frame.left = floor((frame.Width() - fBarThickness) / 2) - 4; in ThumbFrame()
1187 frame.right = frame.left + fBarThickness + 7; in ThumbFrame()
1195 frame.top = 3 + fBarThickness + (Label() ? textHeight + 4 : 0); in ThumbFrame()
1198 frame.left = floorf((frame.Width() + fBarThickness) / 2) - 3; in ThumbFrame()
1449 return fBarThickness; in BarThickness()
1461 if (thickness != fBarThickness) { in SetBarThickness()
1471 fBarThickness = thickness; in SetBarThickness()
1679 height = 12.0f + fBarThickness; in _ValidateMinSize()
1722 width = 12.0f + fBarThickness; in _ValidateMinSize()