Searched refs:nondefOff (Results 1 – 2 of 2) sorted by relevance
2824 FT_ULong nondefOff = TT_NEXT_ULONG( p ); in tt_cmap14_validate() local2827 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() local3056 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() local3088 nondefOff = TT_NEXT_ULONG( p ); in tt_cmap14_char_var_isdefault()[all …]
2950 FT_ULong nondefOff = TT_NEXT_ULONG( p ); in tt_cmap14_validate() local2953 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() local3182 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() local3214 nondefOff = TT_NEXT_ULONG( p ); in tt_cmap14_char_var_isdefault()[all …]