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.cxx439 mnIsAnimatedCount(0), in DrawShape()
500 mnIsAnimatedCount(0), in DrawShape()
552 mnIsAnimatedCount(0), in DrawShape()
701 if( mnIsAnimatedCount ) in addViewLayer()
703 for( int i=0; i<mnIsAnimatedCount; ++i ) in addViewLayer()
925 return mnIsAnimatedCount > 0; in isBackgroundDetached()
1113 if( mnIsAnimatedCount == 0 ) in enterAnimationMode()
1122 ++mnIsAnimatedCount; in enterAnimationMode()
1130 --mnIsAnimatedCount; in leaveAnimationMode()
1132 if( mnIsAnimatedCount == 0 ) in leaveAnimationMode()
H A Ddrawshape.hxx354 … int mnIsAnimatedCount; member in slideshow::internal::DrawShape