Searched refs:hasPath (Results 1 – 12 of 12) sorted by relevance
105 public function hasPath() function in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
256 public function hasPath() function in Google\\Protobuf\\Internal\\SourceCodeInfo\\Location
50 bool hasPath(const SkGlyph& glyph) override;
28 virtual bool hasPath(const SkGlyph& glyph) = 0;
132 bool hasPath(const SkGlyph& glyph) override;
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()
238 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath() function239 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()902 return ((const LV *)(const char *)&Data)->hasPath(); in hasLValuePath()
180 boolean hasPath = false; in Ldml2JsonConverter()194 hasPath = true; in Ldml2JsonConverter()204 if (hasSection && hasPath) { in Ldml2JsonConverter()