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

  /external/skia/include/animator/
SkAnimator.h 36 /** SkFieldType is the type of field: a scalar, a string, an integer, a boolean, and so on.
38 enum SkFieldType {
302 SkFieldType getFieldType(const SkMemberInfo* field);
309 SkFieldType getFieldType(const char* elementID, const char* fieldName);
  /external/skia/legacy/include/animator/
SkAnimator.h 36 /** SkFieldType is the type of field: a scalar, a string, an integer, a boolean, and so on.
38 enum SkFieldType {
302 SkFieldType getFieldType(const SkMemberInfo* field);
309 SkFieldType getFieldType(const char* elementID, const char* fieldName);
  /external/skia/legacy/src/animator/
SkAnimator.cpp 216 SkFieldType SkAnimator::getFieldType(const SkMemberInfo* ai) {
218 return (SkFieldType) info->getType();
221 SkFieldType SkAnimator::getFieldType(const char* id, const char* fieldID) {
  /external/skia/src/animator/
SkAnimator.cpp 216 SkFieldType SkAnimator::getFieldType(const SkMemberInfo* ai) {
218 return (SkFieldType) info->getType();
221 SkFieldType SkAnimator::getFieldType(const char* id, const char* fieldID) {

Completed in 185 milliseconds