Lines Matching defs:GrGlyph
17 #include "src/gpu/GrGlyph.h"
94 void fill_transformed_vertices_2D(SkZip<Quad, const GrGlyph*, const VertexData> quadData,
118 void fill_transformed_vertices_3D(SkZip<Quad, const GrGlyph*, const VertexData> quadData,
306 // Initially, filled with packed id, but changed to GrGlyph* in the onPrepare stage.
308 GrGlyph* grGlyph;
318 SkSpan<const GrGlyph*> glyphs() const;
357 SkSpan<const GrGlyph*> GlyphVector::glyphs() const {
358 return SkMakeSpan(reinterpret_cast<const GrGlyph**>(fGlyphs.data()), fGlyphs.size());
362 // If fStrike != nullptr then the conversion to GrGlyph* has not happened.
401 GrGlyph* grGlyph = variant.grGlyph;
720 const GrGlyph*,
745 void generalized_direct_2D(SkZip<Quad, const GrGlyph*, const VertexData> quadData,
1607 GrMaskFormat format = GrGlyph::FormatFromSkGlyph(glyph->maskFormat());
1611 GrMaskFormat nextFormat = GrGlyph::FormatFromSkGlyph(glyph->maskFormat());
1856 const GrGlyph*,
2346 GrMaskFormat format = GrGlyph::FormatFromSkGlyph(glyph->maskFormat());
2350 GrMaskFormat nextFormat = GrGlyph::FormatFromSkGlyph(glyph->maskFormat());
2373 GrMaskFormat format = GrGlyph::FormatFromSkGlyph(glyph->maskFormat());
2377 GrMaskFormat nextFormat = GrGlyph::FormatFromSkGlyph(glyph->maskFormat());