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

/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp209 float BSize::* otherSizeField; member in class:BSize
212 otherSizeField = &BSize::width;
215 otherSizeField = &BSize::height;
227 if (size.*otherSizeField > preferredSize.*otherSizeField)
228 preferredSize.*otherSizeField = size.*otherSizeField;
234 preferredSize.*otherSizeField += kChartLegendDistance;
249 float BSize::* otherSizeField; member in class:BSize
259 otherSizeField
[all...]

Completed in 82 milliseconds