Home
last modified time | relevance | path

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

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