Searched refs:gEmpty (Results 1 – 5 of 5) sorted by relevance
80 static SkDataTable* gEmpty; in NewEmpty() local81 if (NULL == gEmpty) { in NewEmpty()82 gEmpty = SkNEW(SkDataTable); in NewEmpty()84 gEmpty->ref(); in NewEmpty()85 return gEmpty; in NewEmpty()
1157 static SkRegion gEmpty; in GetEmptyRegion() local1158 return gEmpty; in GetEmptyRegion()
80 static const SkPoint gEmpty[] = { in test_intersectline() local92 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()
43 static const UChar gEmpty[] = {0x00}; variable534 if (locname == gEmpty) { in getGenericLocationName()593 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
383 static const SkIRect gEmpty = { 0, 0, 0, 0 }; in EmptyIRect() local384 return gEmpty; in EmptyIRect()