Home
last modified time | relevance | path

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

/trunk/main/slideshow/source/engine/
H A Dusereventqueue.cxx416 ImpShapeEventMap::reverse_iterator aCurrShape( maShapeEventMap.begin()); in isEmpty() local
418 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() local
440 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 …]
/trunk/main/slideshow/source/engine/slide/
H A Dlayermanager.cxx525 ShapeUpdateSet::const_iterator aCurrShape=maUpdateShapes.begin(); in updateSprites() local
526 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()