Searched refs:nGlyphs (Results 1 – 2 of 2) sorted by relevance
/external/freetype/src/gxvalid/ |
D | gxvkern.c | 383 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 ), gxvalid ); 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()
|
D | gxvcommn.c | 950 FT_UShort nGlyphs; in gxv_ClassTable_validate() local 959 nGlyphs = FT_NEXT_USHORT( p ); in gxv_ClassTable_validate() 961 GXV_TRACE(( " (firstGlyph = %d, nGlyphs = %d)\n", firstGlyph, nGlyphs )); in gxv_ClassTable_validate() 963 if ( !nGlyphs ) in gxv_ClassTable_validate() 966 gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs ), gxvalid ); in gxv_ClassTable_validate() 977 for ( i = 0; i < nGlyphs; i++ ) in gxv_ClassTable_validate()
|