Home
last modified time | relevance | path

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

/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx438 mnIsAnimatedCount(0), in DrawShape()
499 mnIsAnimatedCount(0), in DrawShape()
551 mnIsAnimatedCount(0), in DrawShape()
700 if( mnIsAnimatedCount ) in addViewLayer()
702 for( int i=0; i<mnIsAnimatedCount; ++i ) in addViewLayer()
924 return mnIsAnimatedCount > 0; in isBackgroundDetached()
1112 if( mnIsAnimatedCount == 0 ) in enterAnimationMode()
1121 ++mnIsAnimatedCount; in enterAnimationMode()
1129 --mnIsAnimatedCount; in leaveAnimationMode()
1131 if( mnIsAnimatedCount == 0 ) in leaveAnimationMode()
H A Ddrawshape.hxx354 … int mnIsAnimatedCount; member in slideshow::internal::DrawShape

Completed in 25 milliseconds