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

  /external/chromium_org/third_party/skia/src/animator/
SkDisplayType.h 43 SkType_Animate,
190 static bool IsAnimate(SkDisplayTypes type ) { return type == SkType_Animate ||
SkDisplayable.h 72 return type == SkType_Animate || type == SkType_Set; }
SkDisplayType.cpp 411 { "animate", SkType_Animate INIT_BOOL_FIELDS },
544 return SkType_Animate; // another cheat until we have a lookup table
616 case SkType_Animate:
SkMemberInfo.cpp 534 case SkType_Animate:
  /external/skia/src/animator/
SkDisplayType.h 43 SkType_Animate,
190 static bool IsAnimate(SkDisplayTypes type ) { return type == SkType_Animate ||
SkDisplayable.h 72 return type == SkType_Animate || type == SkType_Set; }
SkDisplayType.cpp 411 { "animate", SkType_Animate INIT_BOOL_FIELDS },
544 return SkType_Animate; // another cheat until we have a lookup table
616 case SkType_Animate:
SkMemberInfo.cpp 534 case SkType_Animate:

Completed in 455 milliseconds