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

  /external/chromium_org/third_party/skia/src/animator/
SkOperand.h 37 SkDisplayable* getDisplayable() { SkASSERT(fType == SkType_Displayable); return fOperand.fDisplayable; }
SkAnimatorScript.cpp 119 case SkType_Displayable:
121 scriptValue->fType = SkType_Displayable;
129 scriptValue->fType = SkType_Displayable;
172 value->fType = SkType_Displayable;
183 value->fType = SkType_Displayable;
280 value->fType = SkType_Displayable;
312 SkAnimatorScript engine(maker, displayable, SkType_Displayable);
314 bool success = engine.evaluate(script, &value, SkType_Displayable);
443 SkASSERT((unsigned) scriptValue->fType == (unsigned) SkType_Displayable);
SkDisplayType.h 70 SkType_Displayable,
SkAnimateBase.cpp 211 SkAnimatorScript engine(maker, this, SkType_Displayable);
215 if (success && scriptValue.fType == SkType_Displayable)
SkMemberInfo.cpp 52 case SkType_Displayable:
259 if (scriptValue.fType == SkType_Displayable) {
296 case SkType_Displayable:
538 case SkType_Displayable:
SkDisplayXMLParser.cpp 291 if (containerType == SkType_Displayable)
299 if (type == SkType_Drawable || (type == SkType_Displayable &&
SkDisplayType.cpp 542 return SkType_Displayable;
631 case SkType_Displayable:
SkDisplayable.cpp 201 case SkType_Displayable:
SkAnimatorScript2.cpp 469 return SkType_Displayable;
SkScript.cpp 554 if (tokenValue.fType == SkType_Displayable) {
    [all...]
SkDisplayApply.cpp 148 else if (type == SkType_Drawable || type == SkType_Displayable)
  /external/skia/src/animator/
SkOperand.h 37 SkDisplayable* getDisplayable() { SkASSERT(fType == SkType_Displayable); return fOperand.fDisplayable; }
SkAnimatorScript.cpp 119 case SkType_Displayable:
121 scriptValue->fType = SkType_Displayable;
129 scriptValue->fType = SkType_Displayable;
172 value->fType = SkType_Displayable;
183 value->fType = SkType_Displayable;
280 value->fType = SkType_Displayable;
312 SkAnimatorScript engine(maker, displayable, SkType_Displayable);
314 bool success = engine.evaluate(script, &value, SkType_Displayable);
443 SkASSERT((unsigned) scriptValue->fType == (unsigned) SkType_Displayable);
SkDisplayType.h 70 SkType_Displayable,
SkAnimateBase.cpp 211 SkAnimatorScript engine(maker, this, SkType_Displayable);
215 if (success && scriptValue.fType == SkType_Displayable)
SkMemberInfo.cpp 52 case SkType_Displayable:
259 if (scriptValue.fType == SkType_Displayable) {
296 case SkType_Displayable:
538 case SkType_Displayable:
SkDisplayXMLParser.cpp 291 if (containerType == SkType_Displayable)
299 if (type == SkType_Drawable || (type == SkType_Displayable &&
SkDisplayType.cpp 542 return SkType_Displayable;
631 case SkType_Displayable:
SkDisplayable.cpp 201 case SkType_Displayable:
SkAnimatorScript2.cpp 469 return SkType_Displayable;
SkScript.cpp 554 if (tokenValue.fType == SkType_Displayable) {
    [all...]
SkDisplayApply.cpp 148 else if (type == SkType_Drawable || type == SkType_Displayable)

Completed in 156 milliseconds