Searched refs:gEmpty (Results 1 – 9 of 9) sorted by relevance
/external/skia/tests/ |
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()
|
/external/skqp/tests/ |
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()
|
/external/skqp/src/core/ |
D | SkPathRef.cpp | 108 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/ |
D | SkPathRef.cpp | 108 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/ |
D | GrProcessorSet.cpp | 16 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet() local 17 return gEmpty; in EmptySet()
|
/external/skia/src/gpu/ |
D | GrProcessorSet.cpp | 17 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet() local 18 return gEmpty; in EmptySet()
|
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 46 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/ |
D | SkRect.h | 671 static const SkIRect gEmpty = { 0, 0, 0, 0 }; in EmptyIRect() local 672 return gEmpty; in EmptyIRect()
|
/external/skia/include/core/ |
D | SkRect.h | 671 static const SkIRect gEmpty = { 0, 0, 0, 0 }; in EmptyIRect() local 672 return gEmpty; in EmptyIRect()
|