Home
last modified time | relevance | path

Searched refs:fCachedGlyphPaths (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkRemoteGlyphCacheImpl.h63 SkTHashSet<SkPackedGlyphID> fCachedGlyphPaths; variable
DSkRemoteGlyphCache.cpp432 auto* cache = asPath ? &fCachedGlyphPaths : &fCachedGlyphImages; in addGlyph()
576 fCachedGlyphPaths.add(glyph.getPackedID()); in decideCouldDrawFromPath()
/external/skqp/src/core/
DSkRemoteGlyphCacheImpl.h63 SkTHashSet<SkPackedGlyphID> fCachedGlyphPaths; variable
DSkRemoteGlyphCache.cpp425 auto* cache = asPath ? &fCachedGlyphPaths : &fCachedGlyphImages; in addGlyph()