Searched defs:GetGrayness (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Win32GraphicsDevice.h46 int GetGrayness() { return colorData->grayscale; } function in class:AwtWin32GraphicsDevice
76 static int GetGrayness(int deviceIndex);
H A Dawt_Win32GraphicsDevice.cpp752 int AwtWin32GraphicsDevice::GetGrayness(int deviceIndex) function in class:AwtWin32GraphicsDevice
755 return devices->GetDevice(deviceIndex)->GetGrayness();

Completed in 44 milliseconds