Home
last modified time | relevance | path

Searched refs:gTypes (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/particles/src/
DSkReflected.cpp10 SkSTArray<16, const SkReflected::Type*, true> SkReflected::gTypes; member in SkReflected
13 for (const Type* type : gTypes) { in VisitTypes()
/external/skia/modules/skottie/src/layers/shapelayer/
DPolystar.cpp87 static constexpr PolystarGeometryAdapter::Type gTypes[] = { in AttachPolystarGeometry() local
93 if (type >= SK_ARRAY_COUNT(gTypes)) { in AttachPolystarGeometry()
99 (jstar, abuilder, gTypes[type]); in AttachPolystarGeometry()
/external/skia/modules/particles/include/
DSkReflected.h79 for (const Type* type : gTypes) { in CreateInstance()
94 gTypes.push_back(type); in RegisterOnce()
100 static SkSTArray<16, const Type*, true> gTypes;
/external/icu/icu4c/source/i18n/
Dmeasunit.cpp99 static const char * const gTypes[] = { variable
2191 return gTypes[fTypeId]; in getType()
2229 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable()
2248 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable()
2265 gTypes, UPRV_LENGTHOF(gTypes), &errorCode); in getAvailableTypes()
2282 U_ASSERT(uprv_strcmp(gTypes[kCurrencyOffset], "currency") == 0); in findBySubType()
2308 int32_t result = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), "duration"); in initTime()
2317 int32_t result = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), "currency"); in initCurrency()
/external/skqp/modules/skottie/src/
DSkottieShapeLayer.cpp102 static constexpr PolyStarAdapter::Type gTypes[] = { in AttachPolystarGeometry() local
108 if (type >= SK_ARRAY_COUNT(gTypes)) { in AttachPolystarGeometry()
114 auto adapter = sk_make_sp<PolyStarAdapter>(path_node, gTypes[type]); in AttachPolystarGeometry()