Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c2824 FT_ULong nondefOff = TT_NEXT_ULONG( p ); in tt_cmap14_validate() local
2827 if ( defOff >= length || nondefOff >= length ) in tt_cmap14_validate()
2866 if ( nondefOff != 0 ) in tt_cmap14_validate()
2868 FT_Byte* ndp = table + nondefOff; in tt_cmap14_validate()
3049 FT_ULong nondefOff; in tt_cmap14_char_var_index() local
3056 nondefOff = TT_PEEK_ULONG( p ); in tt_cmap14_char_var_index()
3066 if ( nondefOff != 0 ) in tt_cmap14_char_var_index()
3067 return tt_cmap14_char_map_nondef_binary( cmap->data + nondefOff, in tt_cmap14_char_var_index()
3081 FT_ULong nondefOff; in tt_cmap14_char_var_isdefault() local
3088 nondefOff = TT_NEXT_ULONG( p ); in tt_cmap14_char_var_isdefault()
[all …]
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c2950 FT_ULong nondefOff = TT_NEXT_ULONG( p ); in tt_cmap14_validate() local
2953 if ( defOff >= length || nondefOff >= length ) in tt_cmap14_validate()
2992 if ( nondefOff != 0 ) in tt_cmap14_validate()
2994 FT_Byte* ndp = table + nondefOff; in tt_cmap14_validate()
3175 FT_ULong nondefOff; in tt_cmap14_char_var_index() local
3182 nondefOff = TT_PEEK_ULONG( p ); in tt_cmap14_char_var_index()
3192 if ( nondefOff != 0 ) in tt_cmap14_char_var_index()
3193 return tt_cmap14_char_map_nondef_binary( cmap->data + nondefOff, in tt_cmap14_char_var_index()
3207 FT_ULong nondefOff; in tt_cmap14_char_var_isdefault() local
3214 nondefOff = TT_NEXT_ULONG( p ); in tt_cmap14_char_var_isdefault()
[all …]