Searched refs:SkElementType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/animator/
H A DSkAnimator.h31 /** SkElementType is the type of element: a rectangle, a color, an animator, and so on.
33 enum SkElementType { enum
275 SkElementType getElementType(const SkDisplayable* element);
281 SkElementType getElementType(const char* elementID);
/external/skia/include/animator/
H A DSkAnimator.h31 /** SkElementType is the type of element: a rectangle, a color, an animator, and so on.
33 enum SkElementType { enum
275 SkElementType getElementType(const SkDisplayable* element);
281 SkElementType getElementType(const char* elementID);
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimator.cpp196 SkElementType SkAnimator::getElementType(const SkDisplayable* ae) {
199 return (SkElementType) SkDisplayType::Find(fMaker, info);
202 SkElementType SkAnimator::getElementType(const char* id) {
/external/skia/src/animator/
H A DSkAnimator.cpp196 SkElementType SkAnimator::getElementType(const SkDisplayable* ae) {
199 return (SkElementType) SkDisplayType::Find(fMaker, info);
202 SkElementType SkAnimator::getElementType(const char* id) {

Completed in 103 milliseconds