HomeSort by relevance Sort by last modified time
    Searched refs:gEmpty (Results 1 - 7 of 7) sorted by null

  /external/skia/src/image/
SkImage_Raster.cpp 76 static SkImage* gEmpty;
77 if (NULL == gEmpty) {
78 gEmpty = SkNEW(SkImage_Raster);
80 gEmpty->ref();
81 return gEmpty;
  /external/skia/tests/
ClipperTest.cpp 81 static const SkPoint gEmpty[] = {
93 for (i = 0; i < SK_ARRAY_COUNT(gEmpty); i += 2) {
94 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst);
  /external/skia/include/core/
SkRect.h 347 static const SkIRect gEmpty = { 0, 0, 0, 0 };
348 return gEmpty;
  /external/skia/legacy/include/core/
SkRect.h 298 static const SkIRect gEmpty = { 0, 0, 0, 0 };
299 return gEmpty;
  /external/icu4c/i18n/
tzgnames.cpp 43 static const UChar gEmpty[] = {0x00};
540 // gEmpty indicate the name is not available
541 if (locname == gEmpty) {
601 // gEmpty to indicate - no location name available
602 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status);
    [all...]
  /external/skia/legacy/src/core/
SkRegion.cpp 1044 static SkRegion gEmpty;
1045 return gEmpty;
    [all...]
  /external/skia/src/core/
SkRegion.cpp     [all...]

Completed in 417 milliseconds