Lines Matching defs:glyf
55 friend struct glyf;
76 * glyf -- TrueType Glyph Data
77 * https://docs.microsoft.com/en-us/typography/opentype/spec/glyf
82 struct glyf
180 glyf *glyf_prime = c->serializer->start_embed <glyf> ();
203 OT::glyf::accelerator_t glyf;
204 glyf.init (plan->source);
220 subset_glyph.source_glyph = glyf.glyph_for_gid (subset_glyph.old_gid, true);
230 glyf.fini ();
922 glyf_table = hb_sanitize_context_t ().reference_table<glyf> (face);
1154 /* based on https://github.com/RazrFalcon/ttf-parser/blob/4f32821/src/glyf.rs#L287
1259 hb_blob_ptr_t<glyf> glyf_table;
1326 struct glyf_accelerator_t : glyf::accelerator_t {};