Searched refs:dynamicScope (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/animator/ |
D | SkDisplayApply.cpp | 40 SK_MEMBER(dynamicScope, String), 213 if (dynamicScope.isEmpty() == false) in dump() 214 SkDebugf("dynamicScope=\"%s\" ", dynamicScope.c_str()); in dump() 266 if (dynamicScope.size() > 0) in enable() 388 fDeleteScope = dynamicScope.size() == 0; in enable() 428 bool success = SkAnimatorScript::EvaluateDisplayable(maker, this, dynamicScope.c_str(), in enableDynamic() 707 if (resolveField(maker, apply, &dynamicScope) == false) in resolveIDs()
|
D | SkDisplayApply.h | 80 SkString dynamicScope; variable
|
D | SkAnimateSchema.xsd | 1045 <!-- @attribute dynamicScope The location in the display list where animations are stored. Use 1046 …dynamicScope instead of scope if a script expression with potentially different values is desired … 1048 <xs:attribute name="dynamicScope" type="Sk:String"/>
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkDisplayApply.cpp | 40 SK_MEMBER(dynamicScope, String), 213 if (dynamicScope.isEmpty() == false) in dump() 214 SkDebugf("dynamicScope=\"%s\" ", dynamicScope.c_str()); in dump() 266 if (dynamicScope.size() > 0) in enable() 388 fDeleteScope = dynamicScope.size() == 0; in enable() 428 bool success = SkAnimatorScript::EvaluateDisplayable(maker, this, dynamicScope.c_str(), in enableDynamic() 707 if (resolveField(maker, apply, &dynamicScope) == false) in resolveIDs()
|
D | SkDisplayApply.h | 80 SkString dynamicScope; variable
|
D | SkAnimateSchema.xsd | 1045 <!-- @attribute dynamicScope The location in the display list where animations are stored. Use 1046 …dynamicScope instead of scope if a script expression with potentially different values is desired … 1048 <xs:attribute name="dynamicScope" type="Sk:String"/>
|