Lines Matching refs:fGlyphs

335     SkSpan<Variant> fGlyphs;
343 , fGlyphs{glyphs} {
358 return SkMakeSpan(reinterpret_cast<const GrGlyph**>(fGlyphs.data()), fGlyphs.size());
367 for (auto& variant : fGlyphs) {
397 auto glyphs = fGlyphs.subspan(begin, end - begin);
429 if (success && begin + glyphsPlacedInAtlas == SkCount(fGlyphs)) {
438 if (end == SkCount(fGlyphs)) {
509 // The regenerateAtlas method mutates fGlyphs. It should be called from onPrepare which must
511 mutable GlyphVector fGlyphs;
525 , fGlyphs{std::move(glyphs)} {}
594 return SkCount(fGlyphs.glyphs());
710 fGlyphs.packedGlyphIDToGrGlyph(cache);
715 return fGlyphs.regenerateAtlas(begin, end, fMaskFormat, 0, target);
791 fGlyphs.glyphs().subspan(offset, count),
905 // The regenerateAtlas method mutates fGlyphs. It should be called from onPrepare which must
907 mutable GlyphVector fGlyphs;
921 , fGlyphs{std::move(glyphs)} { }
1007 fGlyphs.packedGlyphIDToGrGlyph(cache);
1012 return fGlyphs.regenerateAtlas(begin, end, fMaskFormat, 1, target, true);
1022 fGlyphs.glyphs().subspan(offset, count),
1164 // The regenerateAtlas method mutates fGlyphs. It should be called from onPrepare which must
1166 mutable GlyphVector fGlyphs;
1185 , fGlyphs{std::move(glyphs)}
1326 fGlyphs.packedGlyphIDToGrGlyph(cache);
1332 return fGlyphs.regenerateAtlas(begin, end, fMaskFormat, SK_DistanceFieldInset, target);
1347 fGlyphs.glyphs().subspan(offset, count),
1715 // The regenerateAtlas method mutates fGlyphs. It should be called from onPrepare which must
1717 mutable GlyphVector fGlyphs;
1727 , fGlyphs{std::move(glyphs)} { }
1782 return SkCount(fGlyphs.glyphs());
1846 fGlyphs.packedGlyphIDToGrGlyph(cache);
1851 return fGlyphs.regenerateAtlas(begin, end, fMaskFormat, 0, target);
1877 fGlyphs.glyphs().subspan(offset, count),
1961 // The regenerateAtlas method mutates fGlyphs. It should be called from onPrepare which must
1963 mutable GlyphVector fGlyphs;
1975 , fGlyphs{std::move(glyphs)} {}
2043 fGlyphs.packedGlyphIDToGrGlyph(cache);
2048 return fGlyphs.regenerateAtlas(begin, end, fMaskFormat, 1, target, true);
2058 fGlyphs.glyphs().subspan(offset, count),
2187 // The regenerateAtlas method mutates fGlyphs. It should be called from onPrepare which must
2189 mutable GlyphVector fGlyphs;
2206 , fGlyphs{std::move(glyphs)}
2288 fGlyphs.packedGlyphIDToGrGlyph(cache);
2294 return fGlyphs.regenerateAtlas(begin, end, fMaskFormat, SK_DistanceFieldInset, target);
2308 fGlyphs.glyphs().subspan(offset, count),