Home
last modified time | relevance | path

Searched refs:glyphCount (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvkern.c472 FT_UShort glyphCount; in gxv_kern_subtable_fmt3_validate() local
482 glyphCount = FT_NEXT_USHORT( p ); in gxv_kern_subtable_fmt3_validate()
488 if ( valid->face->num_glyphs != glyphCount ) in gxv_kern_subtable_fmt3_validate()
491 valid->face->num_glyphs, glyphCount )); in gxv_kern_subtable_fmt3_validate()
511 GXV_LIMIT_CHECK( glyphCount ); in gxv_kern_subtable_fmt3_validate()
512 gxv_array_getlimits_byte( p, p + glyphCount, &min, &max, valid ); in gxv_kern_subtable_fmt3_validate()
526 GXV_LIMIT_CHECK( glyphCount ); in gxv_kern_subtable_fmt3_validate()
527 gxv_array_getlimits_byte( p, p + glyphCount, &min, &max, valid ); in gxv_kern_subtable_fmt3_validate()
A Dgxvcommn.c728 FT_UShort glyphCount; in gxv_LookupTable_fmt8_validate() local
736 glyphCount = FT_NEXT_USHORT( p ); in gxv_LookupTable_fmt8_validate()
739 gxv_glyphid_validate( (FT_UShort)( firstGlyph + glyphCount ), valid ); in gxv_LookupTable_fmt8_validate()
742 for ( i = 0; i < glyphCount; i++ ) in gxv_LookupTable_fmt8_validate()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgxvar.c351 FT_UShort glyphCount; member
397 FT_FRAME_USHORT( glyphCount ), in ft_var_load_gvar()
411 blend->gv_glyphcnt = gvar_head.glyphCount; in ft_var_load_gvar()

Completed in 10 milliseconds