/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 | 1289 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; local [all...] |
hb-ot-layout-private.hh | 49 * GDEF 59 /* The following are used internally; not derived from GDEF. */ 124 struct GDEF; 156 const struct OT::GDEF *gdef; member in struct:hb_ot_layout_t 186 #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 488 gdef (*hb_ot_layout_from_face (face)->gdef), 489 has_glyph_classes (gdef.has_glyph_classes ()), 515 return gdef.mark_set_covers (match_props >> 16, glyph); 568 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index)); 726 * - If there is no GDEF, and the ligature is NOT a mark ligature, we categorize [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/ |
otvmod.c | 78 FT_Byte* volatile gdef; local 89 base = gdef = gpos = gsub = jstf = math = NULL; 115 error = otv_load_table( face, TTAG_GDEF, &gdef, &len_gdef ); 180 if ( gdef ) 182 ft_validator_init( &valid, gdef, gdef + len_gdef, FT_VALIDATE_DEFAULT ); 184 otv_GDEF_validate( gdef, gsub, gpos, num_glyphs, &valid ); 211 *ot_gdef = (FT_Bytes)gdef; 223 FT_FREE( gdef );
|
/external/libxml2/ |
xmlschemas.c | 18891 xmlSchemaModelGroupDefPtr gdef; local [all...] |