Searched refs:aCurrShape (Results 1 – 2 of 2) sorted by relevance
416 ImpShapeEventMap::reverse_iterator aCurrShape( maShapeEventMap.begin()); in isEmpty() local418 while( aCurrShape != aEndShape ) in isEmpty()420 if( !aCurrShape->second.empty() ) in isEmpty()423 ++aCurrShape; in isEmpty()438 ImpShapeEventMap::reverse_iterator aCurrShape(maShapeEventMap.rbegin()); in hitTest() local440 while( aCurrShape != aEndShape ) in hitTest()445 if( aCurrShape->first->getBounds().isInside( aPosition ) && in hitTest()446 aCurrShape->first->isVisible() ) in hitTest()450 o_rHitShape = aCurrShape; in hitTest()454 ++aCurrShape; in hitTest()[all …]
525 ShapeUpdateSet::const_iterator aCurrShape=maUpdateShapes.begin(); in updateSprites() local526 while( aCurrShape != aEnd ) in updateSprites()528 if( (*aCurrShape)->isBackgroundDetached() ) in updateSprites()533 if( !(*aCurrShape)->update() ) in updateSprites()546 addUpdateArea( *aCurrShape ); in updateSprites()549 ++aCurrShape; in updateSprites()