Searched refs:fPathsToSend (Results 1 – 1 of 1) sorted by relevance
119 return !fMasksToSend.empty() || !fPathsToSend.empty() || !fDrawablesToSend.empty(); in hasPendingGlyphs()149 std::vector<SkGlyph> fPathsToSend; member in __anon5ba87e950111::RemoteStrike194 for (SkGlyph& glyph: fPathsToSend) { in writePendingGlyphs()204 SkStrike::FlattenGlyphsByType(buffer, fMasksToSend, fPathsToSend, fDrawablesToSend); in writePendingGlyphs()208 fPathsToSend.clear(); in writePendingGlyphs()238 fPathsToSend.emplace_back(fContext->makeGlyph(packedGlyphID, &fAlloc)); in digestFor()239 glyph = &fPathsToSend.back(); in digestFor()