Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDataTable.cpp80 static SkDataTable* gEmpty; in NewEmpty() local
81 if (NULL == gEmpty) { in NewEmpty()
82 gEmpty = SkNEW(SkDataTable); in NewEmpty()
84 gEmpty->ref(); in NewEmpty()
85 return gEmpty; in NewEmpty()
DSkRegion.cpp1157 static SkRegion gEmpty; in GetEmptyRegion() local
1158 return gEmpty; in GetEmptyRegion()
/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/icu/icu4c/source/i18n/
Dtzgnames.cpp43 static const UChar gEmpty[] = {0x00}; variable
534 if (locname == gEmpty) { in getGenericLocationName()
593 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()