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

  /external/skia/include/animator/
SkAnimator.h 31 /** SkElementType is the type of element: a rectangle, a color, an animator, and so on.
33 enum SkElementType {
275 SkElementType getElementType(const SkDisplayable* element);
281 SkElementType getElementType(const char* elementID);
  /external/skia/legacy/include/animator/
SkAnimator.h 31 /** SkElementType is the type of element: a rectangle, a color, an animator, and so on.
33 enum SkElementType {
275 SkElementType getElementType(const SkDisplayable* element);
281 SkElementType getElementType(const char* elementID);
  /external/skia/legacy/src/animator/
SkAnimator.cpp 194 SkElementType SkAnimator::getElementType(const SkDisplayable* ae) {
197 return (SkElementType) SkDisplayType::Find(fMaker, info);
200 SkElementType SkAnimator::getElementType(const char* id) {
  /external/skia/src/animator/
SkAnimator.cpp 194 SkElementType SkAnimator::getElementType(const SkDisplayable* ae) {
197 return (SkElementType) SkDisplayType::Find(fMaker, info);
200 SkElementType SkAnimator::getElementType(const char* id) {

Completed in 233 milliseconds