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

/external/chromium_org/third_party/skia/src/core/
H A DSkDataTable.cpp80 static SkDataTable* gEmpty; local
81 if (NULL == gEmpty) {
82 gEmpty = SkNEW(SkDataTable);
84 gEmpty->ref();
85 return gEmpty;
H A DSkRegion.cpp1157 static SkRegion gEmpty; local
1158 return gEmpty;
/external/skia/src/core/
H A DSkDataTable.cpp80 static SkDataTable* gEmpty; local
81 if (NULL == gEmpty) {
82 gEmpty = SkNEW(SkDataTable);
84 gEmpty->ref();
85 return gEmpty;
H A DSkRegion.cpp1157 static SkRegion gEmpty; local
1158 return gEmpty;
/external/chromium_org/third_party/skia/src/image/
H A DSkImage_Raster.cpp79 static SkImage* gEmpty; local
80 if (NULL == gEmpty) {
81 gEmpty = SkNEW(SkImage_Raster);
83 gEmpty->ref();
84 return gEmpty;
/external/skia/src/image/
H A DSkImage_Raster.cpp79 static SkImage* gEmpty; local
80 if (NULL == gEmpty) {
81 gEmpty = SkNEW(SkImage_Raster);
83 gEmpty->ref();
84 return gEmpty;
/external/chromium_org/third_party/skia/tests/
H A DClipperTest.cpp80 static const SkPoint gEmpty[] = { local
92 for (i = 0; i < SK_ARRAY_COUNT(gEmpty); i += 2) {
93 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst);
/external/skia/tests/
H A DClipperTest.cpp80 static const SkPoint gEmpty[] = { local
92 for (i = 0; i < SK_ARRAY_COUNT(gEmpty); i += 2) {
93 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst);
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp43 static const UChar gEmpty[] = {0x00}; variable
533 // gEmpty indicate the name is not available
534 if (locname == gEmpty) {
592 // gEmpty to indicate - no location name available
593 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status);
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h372 static const SkIRect gEmpty = { 0, 0, 0, 0 };
373 return gEmpty;
/external/skia/include/core/
H A DSkRect.h372 static const SkIRect gEmpty = { 0, 0, 0, 0 };
373 return gEmpty;

Completed in 833 milliseconds