Searched refs:char_lo (Results 1 – 2 of 2) sorted by relevance
402 FT_UInt char_lo = (FT_UInt)( char_code & 0xFF ); in tt_cmap2_get_subheader() local420 p += char_lo * 2; in tt_cmap2_get_subheader()503 FT_UInt char_lo = (FT_UInt)( charcode & 0xFF ); in tt_cmap2_char_next() local510 if ( char_lo < start ) in tt_cmap2_char_next()512 char_lo = start; in tt_cmap2_char_next()516 pos = (FT_UInt)( char_lo - start ); in tt_cmap2_char_next()519 charcode = FT_PAD_FLOOR( charcode, 256 ) + char_lo; in tt_cmap2_char_next()
409 FT_UInt char_lo = (FT_UInt)( char_code & 0xFF ); in tt_cmap2_get_subheader() local427 p += char_lo * 2; in tt_cmap2_get_subheader()512 FT_UInt char_lo = (FT_UInt)( charcode & 0xFF ); in tt_cmap2_char_next() local519 if ( char_lo < start ) in tt_cmap2_char_next()521 char_lo = start; in tt_cmap2_char_next()525 pos = (FT_UInt)( char_lo - start ); in tt_cmap2_char_next()528 charcode = FT_PAD_FLOOR( charcode, 256 ) + char_lo; in tt_cmap2_char_next()