Searched refs:hasPath (Results 1 – 11 of 11) sorted by relevance
50 bool hasPath(const SkGlyph& glyph) override;
132 bool hasPath(const SkGlyph& glyph) override;
28 virtual bool hasPath(const SkGlyph& glyph) = 0;
43 bool hasPath(const SkGlyph& glyph) override { in hasPath() function in SkStrikeCache::Node44 return fCache.hasPath(glyph); in hasPath()
350 if (pathCache->hasPath(glyph)) { in drawGlyphRunAsPathWithARGBFallback()402 if (cache->hasPath(glyph)) { in drawGlyphRunAsBMPWithPathFallback()456 if (cache->hasPath(glyph)) { in drawGlyphRunAsSDFWithARGBFallback()
426 bool SkStrike::hasPath(const SkGlyph& glyph) { in hasPath() function in SkStrike
549 bool SkStrikeServer::SkGlyphCacheState::hasPath(const SkGlyph& glyph) { in hasPath() function in SkStrikeServer::SkGlyphCacheState
60 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath() function61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()570 return ((const LV*)(const char*)Data.buffer)->hasPath(); in hasLValuePath()
139 bool hasPath() const { return flags&HasPathFlag; } in hasPath() function
179 boolean hasPath = false; in Ldml2JsonConverter()193 hasPath = true; in Ldml2JsonConverter()203 if (hasSection && hasPath) { in Ldml2JsonConverter()
451 if (I->hasPath()) { in doExtract()