Searched refs:GetPixelAddress (Results 1 – 2 of 2) sorted by relevance
327 void* GetPixelAddress(int x, int y) noexcept in GetPixelAddress() function336 const void* GetPixelAddress(int x, int y) const noexcept in GetPixelAddress() function338 return const_cast<CImage*>(this)->GetPixelAddress(x, y); in GetPixelAddress()
35 LPCVOID addr = image1.GetPixelAddress(x, y); in Test_PixelAddress()