Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c3047 FT_ULong varSel = TT_NEXT_UINT24( p ); in tt_cmap14_validate() local
3055 if ( varSel < lastVarSel ) in tt_cmap14_validate()
3058 lastVarSel = varSel + 1; in tt_cmap14_validate()
3261 FT_ULong varSel = TT_NEXT_UINT24( p ); in tt_cmap14_find_variant() local
3264 if ( variantCode < varSel ) in tt_cmap14_find_variant()
3266 else if ( variantCode > varSel ) in tt_cmap14_find_variant()
3380 FT_UInt32 varSel = TT_NEXT_UINT24( p ); in tt_cmap14_char_variants() local
3392 q[0] = varSel; in tt_cmap14_char_variants()