Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c412 FT_UInt char_lo = (FT_UInt)( char_code & 0xFF ); in tt_cmap2_get_subheader() local
430 p += char_lo * 2; in tt_cmap2_get_subheader()
516 FT_UInt char_lo = (FT_UInt)( charcode & 0xFF ); in tt_cmap2_char_next() local
520 if ( char_lo >= start + count && charcode <= 0xFF ) in tt_cmap2_char_next()
534 if ( char_lo < start ) in tt_cmap2_char_next()
536 char_lo = start; in tt_cmap2_char_next()
540 pos = (FT_UInt)( char_lo - start ); in tt_cmap2_char_next()
543 charcode = FT_PAD_FLOOR( charcode, 256 ) + char_lo; in tt_cmap2_char_next()