Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c411 FT_UInt char_lo = (FT_UInt)( char_code & 0xFF ); in tt_cmap2_get_subheader() local
429 p += char_lo * 2; in tt_cmap2_get_subheader()
515 FT_UInt char_lo = (FT_UInt)( charcode & 0xFF ); in tt_cmap2_char_next() local
519 if ( char_lo >= start + count && charcode <= 0xFF ) in tt_cmap2_char_next()
533 if ( char_lo < start ) in tt_cmap2_char_next()
535 char_lo = start; in tt_cmap2_char_next()
539 pos = (FT_UInt)( char_lo - start ); in tt_cmap2_char_next()
542 charcode = FT_PAD_FLOOR( charcode, 256 ) + char_lo; in tt_cmap2_char_next()