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

  /external/harfbuzz_ng/src/
main.cc 29 #include "hb-ot-layout-gdef-table.hh"
176 case GDEF::tableTag:
179 const GDEF &gdef = *CastP<GDEF> (font_data + table.offset); local
182 gdef.has_glyph_classes () ? "" : "no ");
184 gdef.has_mark_attachment_types () ? "" : "no ");
186 gdef.has_attach_points () ? "" : "no ");
188 gdef.has_lig_carets () ? "" : "no ");
190 gdef.has_mark_sets () ? "" : "no ")
    [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.cc 34 #include "hb-ot-layout-gdef-table.hh"
53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
54 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob);
92 * glyph class 3 (mark) in GDEF. Nuke the GDEF to avoid zero-width
96 if (3 == layout->gdef->get_glyph_class (5))
97 layout->gdef = &OT::Null(OT::GDEF);
161 /* Many versions of Tahoma have bad GDEF tables that incorrectly classify some spacing mark
    [all...]
hb-ot-layout-gdef-table.hh 336 * GDEF -- The Glyph Definition Table
339 struct GDEF
423 FixedVersion<>version; /* Version of the GDEF table--currently
428 * GDEF header (may be Null) */
432 * of GDEF header (may be Null) */
436 * of GDEF header (may be Null) */
440 * of GDEF header (may be Null) */
443 * definitions--from beginning of GDEF
448 * Store--from beginning of GDEF
hb-ot-layout-gsub-table.hh 1318 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; local
    [all...]
hb-ot-layout-gsubgpos-private.hh 35 #include "hb-ot-layout-gdef-table.hh"
431 const GDEF &gdef; member in struct:OT::hb_apply_context_t
453 gdef (*hb_ot_layout_from_face (face)->gdef),
454 var_store (gdef.get_var_store ()),
464 has_glyph_classes (gdef.has_glyph_classes ()) {}
487 return gdef.mark_set_covers (match_props >> 16, glyph);
540 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index));
698 * - If there is no GDEF, and the ligature is NOT a mark ligature, we categoriz
    [all...]
  /external/sfntly/cpp/src/sfntly/
tag.h 60 static const int32_t GDEF;
tag.cc 46 const int32_t Tag::GDEF = TAG('G', 'D', 'E', 'F');
  /external/fonttools/Lib/fontTools/
merge.py 425 otTables.GDEF.mergeMap = {
435 ttLib.getTableClass('GDEF').mergeMap = \
801 GDEF = font.get('GDEF')
819 # TODO GDEF/Lookup MarkFilteringSets
826 GDEF = font.get('GDEF')
845 # TODO GDEF/Lookup MarkFilteringSets

Completed in 128 milliseconds