Home
last modified time | relevance | path

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

/external/skia/tests/
DClipperTest.cpp80 static const SkPoint gEmpty[] = { in test_intersectline() local
92 for (i = 0; i < SK_ARRAY_COUNT(gEmpty); i += 2) { in test_intersectline()
93 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); in test_intersectline()
/external/skia/src/core/
DSkPathRef.cpp48 static SkPathRef* gEmpty = nullptr; variable
53 gEmpty = new SkPathRef; in CreateEmpty()
54 gEmpty->computeBounds(); // Avoids races later to be the first to do this. in CreateEmpty()
56 return SkRef(gEmpty); in CreateEmpty()
592 if (nullptr == listener || this == gEmpty) { in addGenIDChangeListener()
DSkRegion.cpp1244 static SkRegion gEmpty; in GetEmptyRegion() local
1245 return gEmpty; in GetEmptyRegion()
/external/icu/icu4c/source/i18n/
Dtzgnames.cpp45 static const UChar gEmpty[] = {0x00}; variable
522 if (locname == gEmpty) { in getGenericLocationName()
569 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
/external/skia/include/core/
DSkRect.h383 static const SkIRect gEmpty = { 0, 0, 0, 0 }; in EmptyIRect() local
384 return gEmpty; in EmptyIRect()