Home
last modified time | relevance | path

Searched refs:findPath (Results 1 – 14 of 14) 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/skia/src/core/
DSkGlyphCache.h94 const SkPath* findPath(const SkGlyph&);
DSkGlyphCache.cpp355 const SkPath* SkGlyphCache::findPath(const SkGlyph& glyph) { in findPath() function in SkGlyphCache
DSkDraw.cpp1674 const SkPath* path = cache->findPath(glyph); in drawPosText_asPaths()
DSkPaint.cpp2645 *path = fCache->findPath(glyph); in next()
/external/chromium_org/third_party/skia/src/core/
DSkGlyphCache.h86 const SkPath* findPath(const SkGlyph&);
DSkGlyphCache.cpp355 const SkPath* SkGlyphCache::findPath(const SkGlyph& glyph) { in findPath() function in SkGlyphCache
DSkDraw.cpp1687 const SkPath* path = cache->findPath(glyph); in drawPosText_asPaths()
DSkPaint.cpp2575 *path = fCache->findPath(glyph); in next()
/external/chromium_org/third_party/skia/src/gpu/
DGrFontScaler.cpp207 const SkPath* skPath = fStrike->findPath(glyph); in getGlyphPath()
/external/skia/src/gpu/
DSkGrFontScaler.cpp225 const SkPath* skPath = fStrike->findPath(glyph); in getGlyphPath()
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFFont.cpp1474 const SkPath* path = cache->findPath(glyph); in populate()
/external/skia/src/pdf/
DSkPDFFont.cpp1458 const SkPath* path = cache->findPath(glyph); in populate()