Home
last modified time | relevance | path

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

/external/freetype/src/pcf/
Dpcfread.c987 FT_UShort defaultCharRow, defaultCharCol; in pcf_get_encodings() local
1052 defaultCharCol = enc->defaultChar & 0xFF; in pcf_get_encodings()
1057 defaultCharCol < enc->firstCol || in pcf_get_encodings()
1058 defaultCharCol > enc->lastCol ) in pcf_get_encodings()
1066 defaultCharCol = enc->firstCol; in pcf_get_encodings()
1082 defaultCharCol - enc->firstCol ); in pcf_get_encodings()