Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dgdiplusbrush.h246 BOOL useGammaCorrection; in GetGammaCorrection() local
248 SetStatus(DllExports::GdipGetLineGammaCorrection(gradient, &useGammaCorrection)); in GetGammaCorrection()
249 return useGammaCorrection; in GetGammaCorrection()
366 SetGammaCorrection(BOOL useGammaCorrection) in SetGammaCorrection() argument
369 return SetStatus(DllExports::GdipSetLineGammaCorrection(gradient, useGammaCorrection)); in SetGammaCorrection()
H A Dgdipluspath.h823 BOOL useGammaCorrection; in GetGammaCorrection() local
824 …etStatus(DllExports::GdipGetPathGradientGammaCorrection(GetNativeGradient(), &useGammaCorrection)); in GetGammaCorrection()
825 return useGammaCorrection; in GetGammaCorrection()
967 SetGammaCorrection(BOOL useGammaCorrection) in SetGammaCorrection() argument
969 …SetStatus(DllExports::GdipSetPathGradientGammaCorrection(GetNativeGradient(), useGammaCorrection)); in SetGammaCorrection()