Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c2747 FT_ULong varSel = TT_NEXT_UINT24( p ); in tt_cmap14_validate() local
2755 if ( varSel < lastVarSel ) in tt_cmap14_validate()
2758 lastVarSel = varSel + 1; in tt_cmap14_validate()
2949 FT_ULong varSel = TT_NEXT_UINT24( p ); in tt_cmap14_find_variant() local
2952 if ( variantCode < varSel ) in tt_cmap14_find_variant()
2954 else if ( variantCode > varSel ) in tt_cmap14_find_variant()
3068 FT_UInt32 varSel = TT_NEXT_UINT24( p ); in tt_cmap14_char_variants() local
3080 q[0] = varSel; in tt_cmap14_char_variants()