Searched refs:FirstChar (Results 1 – 2 of 2) sorted by relevance
687 UINT FirstChar, in GetCharABCWidthsFloatW() argument692 if ((!abcF) || (FirstChar > LastChar)) in GetCharABCWidthsFloatW()698 FirstChar, in GetCharABCWidthsFloatW()699 (ULONG)(LastChar - FirstChar + 1), in GetCharABCWidthsFloatW()788 UINT FirstChar, in GetCharABCWidthsW() argument793 if ((!lpabc) || (FirstChar > LastChar)) in GetCharABCWidthsW()799 FirstChar, in GetCharABCWidthsW()800 (ULONG)(LastChar - FirstChar + 1), in GetCharABCWidthsW()
7473 IN UINT FirstChar, in NtGdiGetCharABCWidthsW() argument7611 for (i = FirstChar; i < FirstChar+Count; i++) in NtGdiGetCharABCWidthsW()7639 SafeBuffF[i - FirstChar].abcfA = (FLOAT) lsb; in NtGdiGetCharABCWidthsW()7640 SafeBuffF[i - FirstChar].abcfB = (FLOAT) bbx; in NtGdiGetCharABCWidthsW()7641 SafeBuffF[i - FirstChar].abcfC = (FLOAT) (adv - lsb - bbx); in NtGdiGetCharABCWidthsW()7645 SafeBuff[i - FirstChar].abcA = lsb; in NtGdiGetCharABCWidthsW()7646 SafeBuff[i - FirstChar].abcB = bbx; in NtGdiGetCharABCWidthsW()7647 SafeBuff[i - FirstChar].abcC = adv - lsb - bbx; in NtGdiGetCharABCWidthsW()7676 IN UINT FirstChar, in NtGdiGetCharWidthW() argument7800 for (i = FirstChar; i < FirstChar+Count; i++) in NtGdiGetCharWidthW()[all …]