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

  /external/skia/src/core/
SkPathRef.cpp 61 static SkPathRef* gEmpty = nullptr;
66 gEmpty = new SkPathRef;
67 gEmpty->computeBounds(); // Avoids races later to be the first to do this.
69 return SkRef(gEmpty);
669 if (nullptr == listener || this == gEmpty) {
SkRegion.cpp     [all...]
  /external/skqp/src/core/
SkPathRef.cpp 61 static SkPathRef* gEmpty = nullptr;
66 gEmpty = new SkPathRef;
67 gEmpty->computeBounds(); // Avoids races later to be the first to do this.
69 return SkRef(gEmpty);
651 if (nullptr == listener || this == gEmpty) {
SkRegion.cpp     [all...]
  /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/skqp/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 700 static const SkIRect gEmpty = { 0, 0, 0, 0 };
701 return gEmpty;
    [all...]
  /external/skqp/include/core/
SkRect.h 688 static const SkIRect gEmpty = { 0, 0, 0, 0 };
689 return gEmpty;
    [all...]
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 46 static const UChar gEmpty[] = {0x00};
522 // gEmpty indicate the name is not available
523 if (locname == gEmpty) {
569 // gEmpty to indicate - no location name available
570 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status);
    [all...]

Completed in 715 milliseconds