Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c402 FT_UInt char_lo = (FT_UInt)( char_code & 0xFF ); in tt_cmap2_get_subheader() local
420 p += char_lo * 2; in tt_cmap2_get_subheader()
503 FT_UInt char_lo = (FT_UInt)( charcode & 0xFF ); in tt_cmap2_char_next() local
510 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()
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c409 FT_UInt char_lo = (FT_UInt)( char_code & 0xFF ); in tt_cmap2_get_subheader() local
427 p += char_lo * 2; in tt_cmap2_get_subheader()
512 FT_UInt char_lo = (FT_UInt)( charcode & 0xFF ); in tt_cmap2_char_next() local
519 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()