Home
last modified time | relevance | path

Searched refs:nGlyphs (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvkern.c383 FT_UShort nGlyphs; in gxv_kern_subtable_fmt2_clstbl_validate() local
390 nGlyphs = FT_NEXT_USHORT( p ); in gxv_kern_subtable_fmt2_clstbl_validate()
392 tag, firstGlyph, nGlyphs )); in gxv_kern_subtable_fmt2_clstbl_validate()
395 gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs - 1 ), valid ); in gxv_kern_subtable_fmt2_clstbl_validate()
397 gxv_array_getlimits_ushort( p, p + ( 2 * nGlyphs ), in gxv_kern_subtable_fmt2_clstbl_validate()
402 gxv_odtect_add_range( table, 2 * nGlyphs, tag, odtect ); in gxv_kern_subtable_fmt2_clstbl_validate()
A Dgxvcommn.c952 FT_UShort nGlyphs; in gxv_ClassTable_validate() local
961 nGlyphs = FT_NEXT_USHORT( p ); in gxv_ClassTable_validate()
963 GXV_TRACE(( " (firstGlyph = %d, nGlyphs = %d)\n", firstGlyph, nGlyphs )); in gxv_ClassTable_validate()
965 if ( !nGlyphs ) in gxv_ClassTable_validate()
968 gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs ), valid ); in gxv_ClassTable_validate()
979 for ( i = 0; i < nGlyphs; i++ ) in gxv_ClassTable_validate()

Completed in 7 milliseconds