/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/ |
otvmod.c | 80 FT_Byte* volatile gsub; local 89 base = gdef = gpos = gsub = jstf = math = NULL; 129 error = otv_load_table( face, TTAG_GSUB, &gsub, &len_gsub ); 170 if ( gsub ) 172 ft_validator_init( &valid, gsub, gsub + len_gsub, FT_VALIDATE_DEFAULT ); 174 otv_GSUB_validate( gsub, num_glyphs, &valid ); 184 otv_GDEF_validate( gdef, gsub, gpos, num_glyphs, &valid ); 194 otv_JSTF_validate( jstf, gsub, gpos, num_glyphs, &valid ); 213 *ot_gsub = (FT_Bytes)gsub; [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsub-table.hh | 1331 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local 1338 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local [all...] |
hb-ot-layout-private.hh | 72 * GSUB/GPOS 125 struct GSUB; 157 const struct OT::GSUB *gsub; member in struct:hb_ot_layout_t 185 /* buffer var allocations, used during the GSUB/GPOS processing */ 187 #define lig_props() var1.u8[2] /* GSUB/GPOS ligature tracking */ 188 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */
|
/ndk/sources/host-tools/nawk-20071023/ |
run.c | 1268 /* cf gsub and refldbld */ 1805 Cell *gsub(Node **a, int nnn) \/* global substitute *\/ function [all...] |