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.cxx418 while( aCurrShape != aEndShape ) in isEmpty()
420 if( !aCurrShape->second.empty() ) in isEmpty()
423 ++aCurrShape; in isEmpty()
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()
487 ImpShapeEventMap::reverse_iterator aCurrShape; in processEvent() local
489 if( hitTest( e, aCurrShape ) ) in processEvent()
[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()

Completed in 37 milliseconds