Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp234 return !fPendingGlyphImages.empty() || !fPendingGlyphPaths.empty(); in hasPendingGlyphs()
247 std::vector<SkPackedGlyphID> fPendingGlyphImages; member in SkStrikeServer::SkGlyphCacheState
301 auto* pending = asPath ? &fPendingGlyphPaths : &fPendingGlyphImages; in addGlyph()
591 serializer->emplace<uint64_t>(fPendingGlyphImages.size()); in writePendingGlyphs()
592 for (const auto& glyphID : fPendingGlyphImages) { in writePendingGlyphs()
606 fPendingGlyphImages.clear(); in writePendingGlyphs()
699 fPendingGlyphImages.push_back(packedGlyphIDs[i]); in prepareForDrawingRemoveEmpty()