Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c1163 BYTE CharSetMap[FONTSUBST_FROM_AND_TO]) in SubstituteFontByList()
1169 CharSetMap[FONTSUBST_FROM] = DEFAULT_CHARSET; in SubstituteFontByList()
1170 CharSetMap[FONTSUBST_TO] = RequestedCharSet; in SubstituteFontByList()
1207 if (CharSetMap[FONTSUBST_FROM] == DEFAULT_CHARSET) in SubstituteFontByList()
1210 CharSetMap[FONTSUBST_FROM] = CharSets[FONTSUBST_FROM]; in SubstituteFontByList()
1211 CharSetMap[FONTSUBST_TO] = CharSets[FONTSUBST_TO]; in SubstituteFontByList()
1262 BYTE CharSetMap[FONTSUBST_FROM_AND_TO]; in SubstituteFontRecurse() local
1275 pLogFont->lfCharSet, CharSetMap); in SubstituteFontRecurse()
1282 if (CharSetMap[FONTSUBST_FROM] == DEFAULT_CHARSET || in SubstituteFontRecurse()
1283 CharSetMap[FONTSUBST_FROM] == pLogFont->lfCharSet) in SubstituteFontRecurse()
[all …]