Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c3049 FT_ULong nondefOff = TT_NEXT_ULONG( p ); in tt_cmap14_validate() local
3052 if ( defOff >= length || nondefOff >= length ) in tt_cmap14_validate()
3096 if ( nondefOff != 0 ) in tt_cmap14_validate()
3098 FT_Byte* ndp = table + nondefOff; in tt_cmap14_validate()
3284 FT_ULong nondefOff; in tt_cmap14_char_var_index() local
3291 nondefOff = TT_PEEK_ULONG( p ); in tt_cmap14_char_var_index()
3301 if ( nondefOff != 0 ) in tt_cmap14_char_var_index()
3302 return tt_cmap14_char_map_nondef_binary( cmap->data + nondefOff, in tt_cmap14_char_var_index()
3316 FT_ULong nondefOff; in tt_cmap14_char_var_isdefault() local
3323 nondefOff = TT_NEXT_ULONG( p ); in tt_cmap14_char_var_isdefault()
[all …]