Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dfillshap.c411 IN PULONG UnsafeCounts, in NtGdiPolyPolyDraw() argument
423 if (!UnsafePoints || !UnsafeCounts || in NtGdiPolyPolyDraw()
433 ProbeForRead(UnsafeCounts, Count * sizeof(ULONG), 1); in NtGdiPolyPolyDraw()
438 if (UnsafeCounts[i] < 2) in NtGdiPolyPolyDraw()
442 nPoints += UnsafeCounts[i]; in NtGdiPolyPolyDraw()
443 nMaxPoints = max(nMaxPoints, UnsafeCounts[i]); in NtGdiPolyPolyDraw()
488 RtlCopyMemory(SafeCounts, UnsafeCounts, Count * sizeof(ULONG)); in NtGdiPolyPolyDraw()