Home
last modified time | relevance | path

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

/external/freetype/src/pcf/
Dpcfread.c949 FT_UShort defaultCharRow, defaultCharCol; in pcf_get_encodings() local
1029 defaultCharCol = face->defaultChar & 0xFF; in pcf_get_encodings()
1034 defaultCharCol < firstCol || in pcf_get_encodings()
1035 defaultCharCol > lastCol ) in pcf_get_encodings()
1043 defaultCharCol = face->defaultChar & 0xFF; in pcf_get_encodings()
1055 defaultCharCol - firstCol ); in pcf_get_encodings()