Home
last modified time | relevance | path

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

/haiku/src/apps/diskusage/
H A DPieView.cpp134 fMouseOverInfo(), in PieView()
369 fMouseOverInfo.clear(); in _DrawProgressBar()
448 fMouseOverInfo.clear(); in _DrawDirectory()
449 fMouseOverInfo[0] = SegmentList(); in _DrawDirectory()
481 fMouseOverInfo[0].push_back(Segment(0.0, mySpan, info)); in _DrawDirectory()
483 fMouseOverInfo[0].push_back(Segment(mySpan, 360.0, in _DrawDirectory()
495 fMouseOverInfo[0].push_back(Segment(0.0, mySpan, info)); in _DrawDirectory()
543 if (fMouseOverInfo.find(level) == fMouseOverInfo.end()) in _DrawDirectory()
544 fMouseOverInfo[level] = SegmentList(); in _DrawDirectory()
546 fMouseOverInfo[level].push_back( in _DrawDirectory()
[all …]
H A DPieView.h87 MouseOverInfo fMouseOverInfo; variable