Home | History | Annotate | Download | only in sfnt

Lines Matching refs:ndp

2792           FT_Byte*  ndp         = table + nondefOff;
2793 FT_ULong numMappings = TT_NEXT_ULONG( ndp );
2797 if ( numMappings * 4 > (FT_ULong)( valid->limit - ndp ) )
2802 FT_ULong uni = TT_NEXT_UINT24( ndp );
2803 FT_ULong gid = TT_NEXT_USHORT( ndp );