Home
last modified time | relevance | path

Searched refs:fPendingGlyphPaths (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkRemoteGlyphCacheImpl.h54 return !fPendingGlyphImages.empty() || !fPendingGlyphPaths.empty(); in hasPendingGlyphs()
68 std::vector<SkPackedGlyphID> fPendingGlyphPaths; variable
DSkRemoteGlyphCache.cpp426 auto* pending = asPath ? &fPendingGlyphPaths : &fPendingGlyphImages; in addGlyph()
490 serializer->emplace<uint64_t>(fPendingGlyphPaths.size()); in writePendingGlyphs()
491 for (const auto& glyphID : fPendingGlyphPaths) { in writePendingGlyphs()
497 fPendingGlyphPaths.clear(); in writePendingGlyphs()