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

  /external/skia/src/core/
SkDataTable.cpp 80 static SkDataTable* gEmpty;
81 if (NULL == gEmpty) {
82 gEmpty = SkNEW(SkDataTable);
84 gEmpty->ref();
85 return gEmpty;
SkRegion.cpp     [all...]
  /external/skia/tests/
ClipperTest.cpp 80 static const SkPoint gEmpty[] = {
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/
tzgnames.cpp 43 static const UChar gEmpty[] = {0x00};
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);
    [all...]

Completed in 69 milliseconds