Searched refs:pwcSize (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 7698 UINT pwcSize = Count * sizeof(WCHAR); in NtGdiGetCharWidthW() local 7699 Safepwc = ExAllocatePoolWithTag(PagedPool, pwcSize, GDITAG_TEXT); in NtGdiGetCharWidthW() 7708 ProbeForRead(UnSafepwc, pwcSize, 1); in NtGdiGetCharWidthW() 7709 RtlCopyMemory(Safepwc, UnSafepwc, pwcSize); in NtGdiGetCharWidthW() 7855 ULONG Size, pwcSize; in NtGdiGetGlyphIndicesW() local 7961 pwcSize = cwc * sizeof(WCHAR); in NtGdiGetGlyphIndicesW() 7962 Safepwc = ExAllocatePoolWithTag(PagedPool, pwcSize, GDITAG_TEXT); in NtGdiGetGlyphIndicesW() 7972 ProbeForRead(UnSafepwc, pwcSize, 1); in NtGdiGetGlyphIndicesW() 7973 RtlCopyMemory(Safepwc, UnSafepwc, pwcSize); in NtGdiGetGlyphIndicesW()
|