Home
last modified time | relevance | path

Searched refs:gEmpty (Results 1 – 9 of 9) sorted by relevance

/external/skia/tests/
DClipperTest.cpp88 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()
/external/skqp/tests/
DClipperTest.cpp88 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()
/external/skqp/src/core/
DSkPathRef.cpp108 static SkPathRef* gEmpty = nullptr; variable
113 gEmpty = new SkPathRef; in CreateEmpty()
114 gEmpty->computeBounds(); // Avoids races later to be the first to do this. in CreateEmpty()
116 return SkRef(gEmpty); in CreateEmpty()
707 if (nullptr == listener || this == gEmpty) { in addGenIDChangeListener()
/external/skia/src/core/
DSkPathRef.cpp108 static SkPathRef* gEmpty = nullptr; variable
113 gEmpty = new SkPathRef; in CreateEmpty()
114 gEmpty->computeBounds(); // Avoids races later to be the first to do this. in CreateEmpty()
116 return SkRef(gEmpty); in CreateEmpty()
712 if (nullptr == listener || this == gEmpty) { in addGenIDChangeListener()
/external/skqp/src/gpu/
DGrProcessorSet.cpp16 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet() local
17 return gEmpty; in EmptySet()
/external/skia/src/gpu/
DGrProcessorSet.cpp17 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet() local
18 return gEmpty; in EmptySet()
/external/icu/icu4c/source/i18n/
Dtzgnames.cpp46 static const UChar gEmpty[] = {0x00}; variable
523 if (locname == gEmpty) { in getGenericLocationName()
570 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
/external/skqp/include/core/
DSkRect.h671 static const SkIRect gEmpty = { 0, 0, 0, 0 }; in EmptyIRect() local
672 return gEmpty; in EmptyIRect()
/external/skia/include/core/
DSkRect.h671 static const SkIRect gEmpty = { 0, 0, 0, 0 }; in EmptyIRect() local
672 return gEmpty; in EmptyIRect()