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

  /external/skia/src/animator/
SkBuildCondensedInfo.cpp 121 const SkMemberInfo* info = GetMembers(maker, gTypeNames[index].fType, &infoCount);
124 AddInfo(gTypeNames[index].fType, info, infoCount);
175 while (gTypeNames[typeNameIndex].fType < index)
177 if (gTypeNames[typeNameIndex].fType == index) {
178 Get3DName(scratch, gTypeNames[typeNameIndex].fName);
179 drawPrefix = gTypeNames[typeNameIndex].fDrawPrefix;
180 displayPrefix = gTypeNames[typeNameIndex].fDisplayPrefix;
198 while (gTypeNames[typeNameIndex].fType < index)
200 if (gTypeNames[typeNameIndex].fType == index) {
201 Get3DName(scratch, gTypeNames[typeNameIndex].fName)
    [all...]
SkDisplayType.cpp 406 const TypeNames gTypeNames[] = {
535 const int kTypeNamesSize = SK_ARRAY_COUNT(gTypeNames);
539 SkDisplayTypes type = gTypeNames[index].fType;
571 int index = SkStrSearch(&gTypeNames[0].fName, kTypeNamesSize, match,
572 len, sizeof(gTypeNames[0]));
574 return gTypeNames[index].fType;
720 if (gTypeNames[index].fType == type)
721 return gTypeNames[index].fName;
739 SkASSERT(strcmp(gTypeNames[index].fName, gTypeNames[index + 1].fName) < 0)
    [all...]
SkDisplayType.h 185 extern const TypeNames gTypeNames[];
  /external/skia/src/xml/
SkJSDisplayable.cpp 194 SkDisplayTypes type = gTypeNames[index].fType;
208 gDisplayableClasses[type].name = gTypeNames[index].fName;
465 SkDisplayTypes type = gTypeNames[index].fType;

Completed in 28 milliseconds