Home
last modified time | relevance | path

Searched refs:gEmpty (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/graph/test/
Dvf2_sub_graph_iso_test_2.cpp47 Graph gEmpty, gLarge; in test_empty_graph_cases() local
53 bool exists = vf2_graph_iso(gEmpty, gEmpty, callback); in test_empty_graph_cases()
61 bool exists = vf2_subgraph_iso(gEmpty, gEmpty, callback); in test_empty_graph_cases()
68 bool exists = vf2_subgraph_iso(gEmpty, gLarge, callback); in test_empty_graph_cases()
77 bool exists = vf2_subgraph_mono(gEmpty, gEmpty, callback); in test_empty_graph_cases()
84 bool exists = vf2_subgraph_mono(gEmpty, gLarge, callback); in test_empty_graph_cases()
/third_party/flutter/skia/tests/
DClipperTest.cpp88 static const SkPoint gEmpty[] = { in test_intersectline() local
100 for (i = 0; i < SK_ARRAY_COUNT(gEmpty); i += 2) { in test_intersectline()
101 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); in test_intersectline()
/third_party/skia/tests/
DClipperTest.cpp88 static const SkPoint gEmpty[] = { in test_intersectline() local
100 for (i = 0; i < SK_ARRAY_COUNT(gEmpty); i += 2) { in test_intersectline()
101 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); in test_intersectline()
/third_party/skia/src/core/
DSkPathRef.cpp74 static SkPathRef* gEmpty = nullptr; variable
79 gEmpty = new SkPathRef; in CreateEmpty()
80 gEmpty->computeBounds(); // Avoids races later to be the first to do this. in CreateEmpty()
82 return SkRef(gEmpty); in CreateEmpty()
490 if (this == gEmpty) { in addGenIDChangeListener()
/third_party/skia/src/gpu/
DGrProcessorSet.cpp17 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet() local
18 return gEmpty; in EmptySet()
/third_party/flutter/skia/src/core/
DSkPathRef.cpp108 static SkPathRef* gEmpty = nullptr; variable
113 gEmpty = new SkPathRef; in CreateEmpty()
114 gEmpty->computeBounds(); // Avoids races later to be the first to do this. in CreateEmpty()
116 return SkRef(gEmpty); in CreateEmpty()
712 if (nullptr == listener || this == gEmpty) { in addGenIDChangeListener()
/third_party/flutter/skia/src/gpu/
DGrProcessorSet.cpp17 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet() local
18 return gEmpty; in EmptySet()
/third_party/node/deps/icu-small/source/i18n/
Dtzgnames.cpp49 static const UChar gEmpty[] = {0x00}; variable
529 if (locname == gEmpty) { in getGenericLocationName()
576 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
/third_party/icu/icu4c/source/i18n/
Dtzgnames.cpp49 static const UChar gEmpty[] = {0x00}; variable
529 if (locname == gEmpty) { in getGenericLocationName()
576 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtzgnames.cpp49 static const UChar gEmpty[] = {0x00}; variable
529 if (locname == gEmpty) { in getGenericLocationName()
576 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtzgnames.cpp46 static const UChar gEmpty[] = {0x00}; variable
523 if (locname == gEmpty) { in getGenericLocationName()
570 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
/third_party/flutter/skia/include/core/
DSkRect.h661 static const SkIRect gEmpty = { 0, 0, 0, 0 }; in EmptyIRect() local
662 return gEmpty; in EmptyIRect()