Home
last modified time | relevance | path

Searched refs:findPath (Results 1 – 18 of 18) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cc96 if (g.findPath(from, target, path, len) == len) in BasicTest()
199 EXPECT_EQ(g.findPath(f0, target, path, ARRAY_SIZE(path)), 3U); in Test_isReachable()
203 EXPECT_EQ(g.findPath(f1, target, path, ARRAY_SIZE(path)), 2U); in Test_isReachable()
254 EXPECT_EQ(g.findPath(start, target, path, g.size()), i - start + 1); in LongCycle()
284 EXPECT_EQ(0U, g.findPath(1, t7, path, 1)); in ShortestPath()
286 EXPECT_EQ(2U, g.findPath(1, t7, path, 2)); in ShortestPath()
287 EXPECT_EQ(2U, g.findPath(1, t7, path, 3)); in ShortestPath()
288 EXPECT_EQ(2U, g.findPath(1, t7, path, 4)); in ShortestPath()
289 EXPECT_EQ(2U, g.findPath(1, t7, path, 5)); in ShortestPath()
290 EXPECT_EQ(2U, g.findPath(1, t7, path, 6)); in ShortestPath()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bvgraph.h128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) { in findPath() function
138 if (uptr res = findPath(idx, targets, path + 1, path_size - 1)) in findPath()
148 if (findPath(from, targets, path, p) == p) in findShortestPath()
/external/swiftshader/third_party/subzero/src/
DIceTimerTree.cpp92 TTindex MyIndex = findPath(MyPath); in mergeFrom()
137 TimerStack::TTindex TimerStack::findPath(const PathType &Path) { in findPath() function in Ice::TimerStack
DIceTimerTree.h82 TTindex findPath(const PathType &Path);
/external/skqp/src/core/
DSkStrike.h95 const SkPath* findPath(const SkGlyph&);
DSkStrike.cpp160 const SkPath* SkStrike::findPath(const SkGlyph& glyph) { in findPath() function in SkStrike
427 return !glyph.isEmpty() && this->findPath(glyph) != nullptr; in hasPath()
DSkFont.cpp367 proc(cache->findPath(cache->getGlyphIDMetrics(glyphs[i])), mx, ctx); in getPaths()
DSkTextBlob.cpp958 if (fCache->findPath(glyph)) { in next()
DSkGlyphRunPainter.cpp189 const SkPath* path = pathCache->findPath(glyph); in drawForBitmapDevice()
/external/skia/src/core/
DSkStrike.h94 const SkPath* findPath(const SkGlyph&);
DSkStrike.cpp160 const SkPath* SkStrike::findPath(const SkGlyph& glyph) { in findPath() function in SkStrike
445 return !glyph.isEmpty() && this->findPath(glyph) != nullptr; in decideCouldDrawFromPath()
DSkFont.cpp367 proc(cache->findPath(cache->getGlyphIDMetrics(glyphs[i])), mx, ctx); in getPaths()
DSkGlyphRunPainter.cpp203 const SkPath* path = pathCache->findPath(glyph); in drawForBitmapDevice()
DSkTextBlob.cpp958 if (fCache->findPath(glyph)) { in next()
/external/skqp/src/pdf/
DSkPDFFont.cpp185 return glyph.isEmpty() || cache->findPath(glyph); in has_outline_glyph()
691 const SkPath* path = cache->findPath(glyph); in emit_subset_type3()
DSkPDFDevice.cpp1063 bool bitmapOnly = nullptr == cache->findPath(glyph); in needs_new_font()
/external/skia/src/pdf/
DSkPDFFont.cpp186 return glyph.isEmpty() || cache->findPath(glyph); in has_outline_glyph()
687 const SkPath* path = cache->findPath(glyph); in emit_subset_type3()
DSkPDFDevice.cpp1050 bool bitmapOnly = nullptr == cache->findPath(glyph); in needs_new_font()