Searched refs:legendSize (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.h39 inline float _LegendPosition(double value, float legendSize,
H A DLegendChartAxis.cpp51 LegendChartAxis::_LegendPosition(double value, float legendSize, argument
54 float position = (value - fRange.min) * scale - legendSize / 2;
55 if (position + legendSize > totalSize)
56 position = totalSize - legendSize;

Completed in 41 milliseconds