Searched refs:gEmpty (Results 1 - 6 of 6) sorted by relevance

/external/skia/tests/
H A DClipperTest.cpp81 static const SkPoint gEmpty[] = { local
93 for (i = 0; i < SK_ARRAY_COUNT(gEmpty); i += 2) {
94 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst);
/external/skia/src/gpu/
H A DGrProcessorSet.cpp16 static const GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty);
17 return gEmpty;
/external/skia/src/core/
H A DSkPathRef.cpp48 static SkPathRef* gEmpty = nullptr; variable
53 gEmpty = new SkPathRef;
54 gEmpty->computeBounds(); // Avoids races later to be the first to do this.
56 return SkRef(gEmpty);
597 if (nullptr == listener || this == gEmpty) {
H A DSkRegion.cpp1260 static SkRegion gEmpty; local
1261 return gEmpty;
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp45 static const UChar gEmpty[] = {0x00}; variable
521 // gEmpty indicate the name is not available
522 if (locname == gEmpty) {
568 // gEmpty to indicate - no location name available
569 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status);
/external/skia/include/core/
H A DSkRect.h397 static const SkIRect gEmpty = { 0, 0, 0, 0 };
398 return gEmpty;

Completed in 168 milliseconds