Home
last modified time | relevance | path

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

/reactos/dll/win32/usp10/
H A Dshape.c1651 static void ReplaceInsertChars(HDC hdc, INT cWalk, INT* pcChars, WCHAR *pwOutChars, const WCHAR *re… in ReplaceInsertChars() argument
1656 pwOutChars[cWalk] = replacements[0]; in ReplaceInsertChars()
1664 pwOutChars[j] = pwOutChars[j-1]; in ReplaceInsertChars()
1666 pwOutChars[cWalk] = replacements[i]; in ReplaceInsertChars()
1671 static void DecomposeVowels(HDC hdc, WCHAR *pwOutChars, INT *pcChars, const VowelComponents vowels[… in DecomposeVowels() argument
1680 if (pwOutChars[cWalk] == vowels[i].base) in DecomposeVowels()
1683 ReplaceInsertChars(hdc, cWalk, pcChars, pwOutChars, vowels[i].parts); in DecomposeVowels()
1693 static void ComposeConsonants(HDC hdc, WCHAR *pwOutChars, INT *pcChars, const ConsonantComponents c… in ComposeConsonants() argument
1705 if (pwOutChars[cWalk+j] != consonants[i].parts[j]) in ComposeConsonants()
1712 pwOutChars[cWalk] = consonants[i].output; in ComposeConsonants()
[all …]