Home
last modified time | relevance | path

Searched refs:mpAttributeLayer (Results 1 – 6 of 6) sorted by relevance

/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx136 if( mpAttributeLayer ) in updateStateIds()
187 mpAttributeLayer, in getViewRenderArgs()
255 if( mpAttributeLayer ) in getUpdateFlags()
425 mpAttributeLayer(), in DrawShape()
486 mpAttributeLayer(), in DrawShape()
538 mpAttributeLayer(), in DrawShape()
897 if( mpAttributeLayer ) in isVisible()
1148 mpAttributeLayer.reset( new ShapeAttributeLayer( mpAttributeLayer ) ); in createAttributeLayer()
1153 return mpAttributeLayer; in createAttributeLayer()
1158 if( !mpAttributeLayer ) in revokeAttributeLayer()
[all …]
H A Ddrawshape.hxx322 …eAttributeLayerSharedPtr mpAttributeLayer; // only crea… member in slideshow::internal::DrawShape
/trunk/main/slideshow/source/inc/
H A Dshapeattributelayerholder.hxx57 mpAttributeLayer() in ShapeAttributeLayerHolder()
69 if( mpShape && mpAttributeLayer ) in reset()
70 mpShape->revokeAttributeLayer( mpAttributeLayer ); in reset()
88 mpAttributeLayer = mpShape->createAttributeLayer(); in createAttributeLayer()
90 return (mpAttributeLayer.get() != NULL); in createAttributeLayer()
95 return mpAttributeLayer; in get()
100 ShapeAttributeLayerSharedPtr mpAttributeLayer; member in slideshow::internal::ShapeAttributeLayerHolder
/trunk/main/slideshow/source/engine/animationnodes/
H A Dsetactivity.hxx60 mpAttributeLayer(), in SetActivity()
74 mpAttributeLayer.reset(); in dispose()
93 if (mpAnimation && mpAttributeLayer && mpShape) { in perform()
94 mpAnimation->start( mpShape, mpAttributeLayer ); in perform()
126 mpAttributeLayer = rAttrLayer; in setTargets()
132 ShapeAttributeLayerSharedPtr mpAttributeLayer; member in slideshow::internal::SetActivity
/trunk/main/slideshow/source/engine/activities/
H A Dactivitybase.hxx108 !mpAttributeLayer); in isDisposed()
116 { return mpAttributeLayer; } in getShapeAttributeLayer()
131 ShapeAttributeLayerSharedPtr mpAttributeLayer; // only to pass on to anim member in slideshow::internal::ActivityBase
H A Dactivitybase.cxx47 mpAttributeLayer(), in ActivityBase()
67 mpAttributeLayer.reset(); in dispose()
109 mpAttributeLayer = rAttrLayer; in setTargets()

Completed in 96 milliseconds