OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkElementType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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/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);
Completed in 23 milliseconds