Searched refs:gTypes (Results 1 – 5 of 5) sorted by relevance
/external/skia/modules/particles/src/ |
D | SkReflected.cpp | 10 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/ |
D | Polystar.cpp | 87 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/ |
D | SkReflected.h | 79 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/ |
D | measunit.cpp | 99 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/ |
D | SkottieShapeLayer.cpp | 102 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()
|