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

  /external/skia/include/animator/
SkAnimator.h 43 /** SkFieldType is the type of field: a scalar, a string, an integer, a boolean, and so on.
45 enum SkFieldType {
309 SkFieldType getFieldType(const SkMemberInfo* field);
316 SkFieldType getFieldType(const char* elementID, const char* fieldName);
  /external/skia/src/animator/
SkAnimator.cpp 224 SkFieldType SkAnimator::getFieldType(const SkMemberInfo* ai) {
226 return (SkFieldType) info->getType();
229 SkFieldType SkAnimator::getFieldType(const char* id, const char* fieldID) {

Completed in 77 milliseconds