Home
last modified time | relevance | path

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

/third_party/freetype/src/pcf/
Dpcfdrivr.c110 FT_UShort charcodeCol; in pcf_cmap_char_index() local
118 charcodeCol = (FT_UShort)( charcode & 0xFF ); in pcf_cmap_char_index()
120 if ( charcodeCol < enc->firstCol || in pcf_cmap_char_index()
121 charcodeCol > enc->lastCol ) in pcf_cmap_char_index()
126 charcodeCol - enc->firstCol]; in pcf_cmap_char_index()
138 FT_UShort charcodeCol; in pcf_cmap_char_next() local
150 charcodeCol = (FT_UShort)( charcode & 0xFF ); in pcf_cmap_char_next()
152 if ( charcodeCol < enc->firstCol ) in pcf_cmap_char_next()
153 charcodeCol = enc->firstCol; in pcf_cmap_char_next()
154 else if ( charcodeCol > enc->lastCol ) in pcf_cmap_char_next()
[all …]
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfdrivr.c110 FT_UShort charcodeCol; in pcf_cmap_char_index() local
118 charcodeCol = (FT_UShort)( charcode & 0xFF ); in pcf_cmap_char_index()
120 if ( charcodeCol < enc->firstCol || in pcf_cmap_char_index()
121 charcodeCol > enc->lastCol ) in pcf_cmap_char_index()
126 charcodeCol - enc->firstCol]; in pcf_cmap_char_index()
138 FT_UShort charcodeCol; in pcf_cmap_char_next() local
150 charcodeCol = (FT_UShort)( charcode & 0xFF ); in pcf_cmap_char_next()
152 if ( charcodeCol < enc->firstCol ) in pcf_cmap_char_next()
153 charcodeCol = enc->firstCol; in pcf_cmap_char_next()
154 else if ( charcodeCol > enc->lastCol ) in pcf_cmap_char_next()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/pcf/
Dpcfdrivr.c111 FT_UShort charcodeCol; in pcf_cmap_char_index() local
119 charcodeCol = (FT_UShort)( charcode & 0xFF ); in pcf_cmap_char_index()
121 if ( charcodeCol < enc->firstCol || in pcf_cmap_char_index()
122 charcodeCol > enc->lastCol ) in pcf_cmap_char_index()
127 charcodeCol - enc->firstCol]; in pcf_cmap_char_index()
139 FT_UShort charcodeCol; in pcf_cmap_char_next() local
151 charcodeCol = (FT_UShort)( charcode & 0xFF ); in pcf_cmap_char_next()
153 if ( charcodeCol < enc->firstCol ) in pcf_cmap_char_next()
154 charcodeCol = enc->firstCol; in pcf_cmap_char_next()
155 else if ( charcodeCol > enc->lastCol ) in pcf_cmap_char_next()
[all …]