Searched refs:UnsafeCounts (Results 1 – 1 of 1) sorted by relevance
411 IN PULONG UnsafeCounts, in NtGdiPolyPolyDraw() argument423 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()