HomeSort by relevance Sort by last modified time
    Searched refs:resolveIDs (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/skia/src/animator/
SkDrawGroup.h 47 bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
SkDrawPaint.h 40 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply);
SkDisplayApply.h 67 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
SkDisplayable.h 85 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
SkDrawGroup.cpp 268 bool SkGroup::resolveIDs(SkAnimateMaker& maker, SkDisplayable* orig, SkApply* apply) {
278 if (drawable->resolveIDs(maker, *originalPtr++, apply) == true)
SkDrawPaint.cpp 197 bool SkDrawPaint::resolveIDs(SkAnimateMaker& maker, SkDisplayable* origDisp, SkApply* ) {
SkDisplayApply.cpp 407 if (copyScope->resolveIDs(maker, scope, this)) {
409 goto next; // resolveIDs failed
413 if (copy->resolveIDs(maker, this, this)) { // fix up all fields, including target
415 goto next; // resolveIDs failed
706 bool SkApply::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // replace to/formula strings in animators of the form xxx.step with the step value, if xxx.step is in scope
SkDisplayable.cpp 490 bool SkDisplayable::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) {
  /external/skia/src/animator/
SkDrawGroup.h 47 bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
SkDrawPaint.h 40 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply);
SkDisplayApply.h 67 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
SkDisplayable.h 85 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
SkDrawGroup.cpp 268 bool SkGroup::resolveIDs(SkAnimateMaker& maker, SkDisplayable* orig, SkApply* apply) {
278 if (drawable->resolveIDs(maker, *originalPtr++, apply) == true)
SkDrawPaint.cpp 197 bool SkDrawPaint::resolveIDs(SkAnimateMaker& maker, SkDisplayable* origDisp, SkApply* ) {
SkDisplayApply.cpp 407 if (copyScope->resolveIDs(maker, scope, this)) {
409 goto next; // resolveIDs failed
413 if (copy->resolveIDs(maker, this, this)) { // fix up all fields, including target
415 goto next; // resolveIDs failed
706 bool SkApply::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // replace to/formula strings in animators of the form xxx.step with the step value, if xxx.step is in scope
SkDisplayable.cpp 490 bool SkDisplayable::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) {

Completed in 607 milliseconds