Searched refs:gEmpty (Results 1 – 5 of 5) sorted by relevance
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()
48 static SkPathRef* gEmpty = nullptr; variable53 gEmpty = new SkPathRef; in CreateEmpty()54 gEmpty->computeBounds(); // Avoids races later to be the first to do this. in CreateEmpty()56 return SkRef(gEmpty); in CreateEmpty()592 if (nullptr == listener || this == gEmpty) { in addGenIDChangeListener()
1244 static SkRegion gEmpty; in GetEmptyRegion() local1245 return gEmpty; in GetEmptyRegion()
45 static const UChar gEmpty[] = {0x00}; variable522 if (locname == gEmpty) { in getGenericLocationName()569 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()