Home
last modified time | relevance | path

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

/external/freetype/src/pcf/
Dpcfdrivr.c109 FT_UShort charcodeRow; in pcf_cmap_char_index() local
117 charcodeRow = (FT_UShort)( charcode >> 8 ); in pcf_cmap_char_index()
124 return (FT_UInt)enc->offset[( charcodeRow - enc->firstRow ) * in pcf_cmap_char_index()
137 FT_UShort charcodeRow; in pcf_cmap_char_next() local
149 charcodeRow = (FT_UShort)( charcode >> 8 ); in pcf_cmap_char_next()
156 charcodeRow++; in pcf_cmap_char_next()
160 charcode = (FT_UInt32)( charcodeRow * 256 + charcodeCol ); in pcf_cmap_char_next()
162 result = (FT_UInt)enc->offset[( charcodeRow - enc->firstRow ) * in pcf_cmap_char_next()