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

/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp251 float BPoint::* otherPointField; member in class:BPoint
261 otherPointField = &BPoint::x;
270 otherPointField = &BPoint::y;
285 ? fFrame.LeftTop().*otherPointField + kChartRulerDistance
286 : fFrame.RightBottom().*otherPointField - kChartRulerDistance;
294 first.*otherPointField = rulerChartClosest;
296 second.*otherPointField = rulerChartDistant;
300 fourth.*otherPointField = rulerChartClosest;
310 first.*otherPointField = rulerChartDistant;
312 second.*otherPointField
[all...]

Completed in 71 milliseconds