Searched refs:fPendingGlyphPaths (Results 1 – 2 of 2) sorted by relevance
54 return !fPendingGlyphImages.empty() || !fPendingGlyphPaths.empty(); in hasPendingGlyphs()68 std::vector<SkPackedGlyphID> fPendingGlyphPaths; variable
426 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()