Home
last modified time | relevance | path

Searched refs:_hSpacing (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.h38 float* _hSpacing, float* _vSpacing);
H A DLegendChartAxis.cpp399 float* _hSpacing, float* _vSpacing) in _EstimateMaxLegendCount() argument
402 fLegendRenderer->GetMinimumLegendSpacing(view, _hSpacing, _vSpacing); in _EstimateMaxLegendCount()
407 return (int32)((size.IntegerWidth() + 1) / (20 + *_hSpacing)); in _EstimateMaxLegendCount()
/haiku/headers/libs/alm/
H A DALMLayout.h116 void GetSpacing(float* _hSpacing,
/haiku/src/libs/alm/
H A DALMLayout.cpp1411 BALMLayout::GetSpacing(float *_hSpacing, float *_vSpacing) const in GetSpacing() argument
1413 if (_hSpacing) in GetSpacing()
1414 *_hSpacing = fHSpacing; in GetSpacing()