Searched refs:gEmpty (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/tests/ |
H A D | ClipperTest.cpp | 88 static const SkPoint gEmpty[] = { in test_intersectline() local 100 for (i = 0; i < SK_ARRAY_COUNT(gEmpty); i += 2) { in test_intersectline() 101 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); in test_intersectline()
|
/third_party/skia/src/core/ |
H A D | SkPathRef.cpp | 74 static SkPathRef* gEmpty = nullptr; variable 79 gEmpty = new SkPathRef; in CreateEmpty() 80 gEmpty->computeBounds(); // Avoids races later to be the first to do this. in CreateEmpty() 82 return SkRef(gEmpty); in CreateEmpty() 490 if (this == gEmpty) {
|
/third_party/skia/src/gpu/ |
H A D | GrProcessorSet.cpp | 17 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet() 18 return gEmpty; in EmptySet()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tzgnames.cpp | 49 static const UChar gEmpty[] = {0x00}; variable 525 // gEmpty indicate the name is not available in getGenericLocationName() 526 if (locname == gEmpty) { in getGenericLocationName() 572 // gEmpty to indicate - no location name available in getGenericLocationName() 573 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tzgnames.cpp | 49 static const char16_t gEmpty[] = {0x00}; variable 525 // gEmpty indicate the name is not available in getGenericLocationName() 526 if (locname == gEmpty) { in getGenericLocationName() 572 // gEmpty to indicate - no location name available in getGenericLocationName() 573 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tzgnames.cpp | 49 static const UChar gEmpty[] = {0x00}; variable 528 // gEmpty indicate the name is not available in getGenericLocationName() 529 if (locname == gEmpty) { in getGenericLocationName() 575 // gEmpty to indicate - no location name available in getGenericLocationName() 576 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
|
Completed in 8 milliseconds