Searched refs:gpos (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/freetype/src/otvalid/ |
A D | otvmod.c | 79 FT_Byte* volatile gpos; in otv_validate() local 89 base = gdef = gpos = gsub = jstf = math = NULL; in otv_validate() 122 error = otv_load_table( face, TTAG_GPOS, &gpos, &len_gpos ); in otv_validate() 160 if ( gpos ) in otv_validate() 162 ft_validator_init( &valid, gpos, gpos + len_gpos, FT_VALIDATE_DEFAULT ); in otv_validate() 164 otv_GPOS_validate( gpos, num_glyphs, &valid ); in otv_validate() 184 otv_GDEF_validate( gdef, gsub, gpos, num_glyphs, &valid ); in otv_validate() 194 otv_JSTF_validate( jstf, gsub, gpos, num_glyphs, &valid ); in otv_validate() 212 *ot_gpos = (FT_Bytes)gpos; in otv_validate() 224 FT_FREE( gpos ); in otv_validate()
|
A D | otvalid.h | 44 FT_Bytes gpos, 63 FT_Bytes gpos,
|
A D | otvjstf.c | 207 FT_Bytes gpos, in otv_JSTF_validate() argument 238 if ( gpos ) in otv_JSTF_validate() 239 valid->extra2 = otv_GSUBGPOS_get_Lookup_count( gpos ); in otv_JSTF_validate()
|
A D | otvgdef.c | 149 FT_Bytes gpos, in otv_GDEF_validate() argument 182 otv_GSUBGPOS_have_MarkAttachmentType_flag( gpos ) ); in otv_GDEF_validate()
|
/AliOS-Things-master/components/freetype/include/internal/services/ |
A D | svotval.h | 36 FT_Bytes *gpos,
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | hbshim.c | 438 hb_glyph_position_t* gpos; in af_get_char_index() local 456 gpos = hb_buffer_get_glyph_positions( buf, &gcount ); in af_get_char_index() 470 *y_offset = gpos[0].y_offset; in af_get_char_index()
|
Completed in 7 milliseconds