Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c3045 FT_ULong nondefOff = TT_NEXT_ULONG( p ); in tt_cmap14_validate() local
3048 if ( defOff >= length || nondefOff >= length ) in tt_cmap14_validate()
3092 if ( nondefOff != 0 ) in tt_cmap14_validate()
3094 FT_Byte* ndp = table + nondefOff; in tt_cmap14_validate()
3280 FT_ULong nondefOff; in tt_cmap14_char_var_index() local
3287 nondefOff = TT_PEEK_ULONG( p ); in tt_cmap14_char_var_index()
3297 if ( nondefOff != 0 ) in tt_cmap14_char_var_index()
3298 return tt_cmap14_char_map_nondef_binary( cmap->data + nondefOff, in tt_cmap14_char_var_index()
3312 FT_ULong nondefOff; in tt_cmap14_char_var_isdefault() local
3319 nondefOff = TT_NEXT_ULONG( p ); in tt_cmap14_char_var_isdefault()
[all …]