Home | History | Annotate | Download | only in src

Lines Matching refs:GDEF

34 #include "hb-ot-layout-gdef-table.hh"
54 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
55 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob);
83 * glyph class 3 (mark) in GDEF. Nuke the GDEF to avoid zero-width
87 if (3 == layout->gdef->get_glyph_class (5))
88 layout->gdef = &OT::Null(OT::GDEF);
131 static inline const OT::GDEF&
134 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GDEF);
135 return *hb_ot_layout_from_face (face)->gdef;
152 * GDEF