Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c7486 IN OPTIONAL PWCHAR UnSafepwch, in NtGdiGetCharABCWidthsW() argument
7510 if (UnSafepwch) in NtGdiGetCharABCWidthsW()
7523 ProbeForRead(UnSafepwch, pwchSize, 1); in NtGdiGetCharABCWidthsW()
7524 RtlCopyMemory(Safepwch, UnSafepwch, pwchSize); in NtGdiGetCharABCWidthsW()