HomeSort by relevance Sort by last modified time
    Searched refs:GDEF (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz_ng/src/
main.cc 29 #include "hb-ot-layout-gdef-table.hh"
173 case GDEF::Tag:
176 const GDEF &gdef = *CastP<GDEF> (font_data + table.offset); local
179 gdef.has_glyph_classes () ? "" : "no ");
181 gdef.has_mark_attachment_types () ? "" : "no ");
183 gdef.has_attach_points () ? "" : "no ");
185 gdef.has_lig_carets () ? "" : "no ");
187 gdef.has_mark_sets () ? "" : "no ")
    [all...]
hb-ot-layout-private.hh 42 #define glyph_props() var1.u16[0] /* GDEF glyph properties */
101 * GDEF
242 struct GDEF;
253 const struct OT::GDEF *gdef; member in struct:hb_ot_layout_t
hb-ot-layout.cc 33 #include "hb-ot-layout-gdef-table.hh"
50 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
51 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob);
93 static inline const OT::GDEF&
96 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GDEF);
97 return *hb_ot_layout_from_face (face)->gdef;
114 * GDEF
hb-ot-layout-gdef-table.hh 322 * GDEF -- The Glyph Definition Table
325 struct GDEF
400 FixedVersion version; /* Version of the GDEF table--currently
405 * GDEF header (may be Null) */
409 * of GDEF header (may be Null) */
413 * of GDEF header (may be Null) */
417 * of GDEF header (may be Null) */
420 * definitions--from beginning of GDEF
hb-ot-layout-gsub-table.hh 1365 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; local
    [all...]
hb-ot-layout-gsubgpos-private.hh 33 #include "hb-ot-layout-gdef-table.hh"
268 const GDEF &gdef; member in struct:OT::hb_apply_context_t
286 gdef (*hb_ot_layout_from_face (face)->gdef),
287 has_glyph_classes (gdef.has_glyph_classes ()),
523 return gdef.mark_set_covers (lookup_props >> 16, glyph);
566 buffer->cur().glyph_props() = gdef.get_glyph_props (glyph_index);
715 * - If there is no GDEF, and the ligature is NOT a mark ligature, we categorize
    [all...]

Completed in 77 milliseconds