Searched defs:gTypeNames (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/animator/
H A DSkDisplayType.cpp398 const TypeNames gTypeNames[] = { variable
527 const int kTypeNamesSize = SK_ARRAY_COUNT(gTypeNames);
531 SkDisplayTypes type = gTypeNames[index].fType;
563 int index = SkStrSearch(&gTypeNames[0].fName, kTypeNamesSize, match,
564 len, sizeof(gTypeNames[0]));
566 return gTypeNames[index].fType;
712 if (gTypeNames[index].fType == type)
713 return gTypeNames[index].fName;
731 SkASSERT(strcmp(gTypeNames[index].fName, gTypeNames[inde
[all...]

Completed in 76 milliseconds