Searched refs:aTickEnd (Results 1 – 6 of 6) sorted by relevance
145 const ::std::vector< TickInfo >::const_iterator aTickEnd = (*aDepthIter).end(); in create2DAngleGrid() local146 for( ; aTickIter != aTickEnd; aTickIter++ ) in create2DAngleGrid()212 const ::std::vector< TickInfo >::const_iterator aTickEnd = (*aDepthIter).end(); in create2DRadiusGrid() local213 for( ; aTickIter != aTickEnd; aTickIter++ ) in create2DRadiusGrid()
270 const ::std::vector< TickInfo >::const_iterator aTickEnd = (*aDepthIter).end(); in createShapes() local272 for( ; aTickIter != aTickEnd; aTickIter++ ) in createShapes()309 const ::std::vector< TickInfo >::const_iterator aTickEnd = (*aDepthIter).end(); in createShapes() local312 for( ; aTickIter != aTickEnd; aTickIter++, nPolyIndex++ ) in createShapes()
232 const ::std::vector< TickInfo >::const_iterator aTickEnd = (*aDepthIter).end(); in removeTextShapesFromTicks() local233 for( ; aTickIter != aTickEnd; aTickIter++ ) in removeTextShapesFromTicks()
317 const ::std::vector< TickInfo >::const_iterator aTickEnd = (*aDepthIter).end(); in updateScreenValues() local318 for( ; aTickIter != aTickEnd; aTickIter++ ) in updateScreenValues()
1484 const ::std::vector< TickInfo >::const_iterator aTickEnd = aDepthIter->end(); in updatePositions() local1485 for( ; aTickIter != aTickEnd; aTickIter++ ) in updatePositions()1537 const ::std::vector< TickInfo >::const_iterator aTickEnd = rTickInfos.end(); in createTickMarkLineShapes() local1539 for( ; aTickIter != aTickEnd; aTickIter++ ) in createTickMarkLineShapes()
898 const ::std::vector< TickInfo >::const_iterator aTickEnd = (*aDepthIter).end(); in updateScreenValues() local899 for( ; aTickIter != aTickEnd; aTickIter++ ) in updateScreenValues()
Completed in 46 milliseconds