Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/objects/
H A Dfont.c687 UINT FirstChar, in GetCharABCWidthsFloatW() argument
692 if ((!abcF) || (FirstChar > LastChar)) in GetCharABCWidthsFloatW()
698 FirstChar, in GetCharABCWidthsFloatW()
699 (ULONG)(LastChar - FirstChar + 1), in GetCharABCWidthsFloatW()
788 UINT FirstChar, in GetCharABCWidthsW() argument
793 if ((!lpabc) || (FirstChar > LastChar)) in GetCharABCWidthsW()
799 FirstChar, in GetCharABCWidthsW()
800 (ULONG)(LastChar - FirstChar + 1), in GetCharABCWidthsW()
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c7473 IN UINT FirstChar, in NtGdiGetCharABCWidthsW() argument
7611 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() argument
7800 for (i = FirstChar; i < FirstChar+Count; i++) in NtGdiGetCharWidthW()
[all …]