Home
last modified time | relevance | path

Searched refs:hasPath (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/core/
DSkRemoteGlyphCacheImpl.h50 bool hasPath(const SkGlyph& glyph) override;
DSkStrike.h132 bool hasPath(const SkGlyph& glyph) override;
DSkGlyphRunPainter.h28 virtual bool hasPath(const SkGlyph& glyph) = 0;
DSkStrikeCache.cpp43 bool hasPath(const SkGlyph& glyph) override { in hasPath() function in SkStrikeCache::Node
44 return fCache.hasPath(glyph); in hasPath()
DSkGlyphRunPainter.cpp350 if (pathCache->hasPath(glyph)) { in drawGlyphRunAsPathWithARGBFallback()
402 if (cache->hasPath(glyph)) { in drawGlyphRunAsBMPWithPathFallback()
456 if (cache->hasPath(glyph)) { in drawGlyphRunAsSDFWithARGBFallback()
DSkStrike.cpp426 bool SkStrike::hasPath(const SkGlyph& glyph) { in hasPath() function in SkStrike
DSkRemoteGlyphCache.cpp549 bool SkStrikeServer::SkGlyphCacheState::hasPath(const SkGlyph& glyph) { in hasPath() function in SkStrikeServer::SkGlyphCacheState
/external/clang/lib/AST/
DAPValue.cpp60 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath() function
61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()
570 return ((const LV*)(const char*)Data.buffer)->hasPath(); in hasLValuePath()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DArchive.h139 bool hasPath() const { return flags&HasPathFlag; } in hasPath() function
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java179 boolean hasPath = false; in Ldml2JsonConverter()
193 hasPath = true; in Ldml2JsonConverter()
203 if (hasSection && hasPath) { in Ldml2JsonConverter()
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp451 if (I->hasPath()) { in doExtract()