HomeSort by relevance Sort by last modified time
    Searched defs:gdef (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/src/
main.cc 29 #include "hb-ot-layout-gdef-table.hh"
175 case GDEF::tableTag:
178 const GDEF &gdef = *CastP<GDEF> (font_data + table.offset); local
181 gdef.has_glyph_classes () ? "" : "no ");
183 gdef.has_mark_attachment_types () ? "" : "no ");
185 gdef.has_attach_points () ? "" : "no ");
187 gdef.has_lig_carets () ? "" : "no ");
189 gdef.has_mark_sets () ? "" : "no ")
    [all...]
hb-ot-layout-gsub-table.hh 1322 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; local
    [all...]
hb-ot-layout-private.hh 50 * GDEF
60 /* The following are used internally; not derived from GDEF. */
125 struct GDEF;
160 const struct OT::GDEF *gdef; member in struct:hb_ot_layout_t
195 #define glyph_props() var1.u16[0] /* GDEF glyph properties */
hb-ot-layout-gsubgpos-private.hh 33 #include "hb-ot-layout-gdef-table.hh"
470 const GDEF &gdef; member in struct:OT::hb_apply_context_t
489 gdef (*hb_ot_layout_from_face (face)->gdef),
490 has_glyph_classes (gdef.has_glyph_classes ()),
491 var_store (gdef.get_var_store ()),
517 return gdef.mark_set_covers (match_props >> 16, glyph);
570 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index));
728 * - If there is no GDEF, and the ligature is NOT a mark ligature, we categoriz
    [all...]
  /external/libxml2/
xmlschemas.c 18904 xmlSchemaModelGroupDefPtr gdef; local
    [all...]

Completed in 6728 milliseconds