Home
last modified time | relevance | path

Searched refs:desperationSearchForPath (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/core/
DSkTypeface_remote.cpp90 bool foundPath = fStrikeCache && fStrikeCache->desperationSearchForPath(*desc, glyphID, path); in generatePath()
DSkStrikeCache.h90 bool desperationSearchForPath(const SkDescriptor& desc, SkGlyphID glyphID, SkPath* path);
DSkStrikeCache.cpp331 bool SkStrikeCache::desperationSearchForPath( in desperationSearchForPath() function in SkStrikeCache