Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c3043 FT_ULong varSel = TT_NEXT_UINT24( p ); in tt_cmap14_validate() local
3051 if ( varSel < lastVarSel ) in tt_cmap14_validate()
3054 lastVarSel = varSel + 1; in tt_cmap14_validate()
3257 FT_ULong varSel = TT_NEXT_UINT24( p ); in tt_cmap14_find_variant() local
3260 if ( variantCode < varSel ) in tt_cmap14_find_variant()
3262 else if ( variantCode > varSel ) in tt_cmap14_find_variant()
3376 FT_UInt32 varSel = TT_NEXT_UINT24( p ); in tt_cmap14_char_variants() local
3388 q[0] = varSel; in tt_cmap14_char_variants()