Home
last modified time | relevance | path

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

/reactos/sdk/lib/atl/
H A Datlimage.h327 void* GetPixelAddress(int x, int y) noexcept in GetPixelAddress() function
336 const void* GetPixelAddress(int x, int y) const noexcept in GetPixelAddress() function
338 return const_cast<CImage*>(this)->GetPixelAddress(x, y); in GetPixelAddress()
/reactos/modules/rostests/apitests/atl/
H A DCImage.cpp35 LPCVOID addr = image1.GetPixelAddress(x, y); in Test_PixelAddress()