Searched defs:glyf (Results 1 – 6 of 6) sorted by relevance
69 struct glyf struct71 static const hb_tag_t tableTag = HB_OT_TAG_glyf;73 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()82 BYTE dataX[VAR]; /* Glyphs data. */
136 const OT::glyf *glyf; member308 hb_ot_face_glyf_accelerator_t glyf; member
39 GlyphPtr glyf; in VerifyGLYF() local
37 const int32_t Tag::glyf = TAG('g', 'l', 'y', 'f'); member in sfntly::Tag
45 static const int32_t glyf; member
724 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, in Subset()