Home
last modified time | relevance | path

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

/reactos/dll/win32/gdiplus/
H A Dimageattributes.c146 GDIPCONST ColorMatrix* grayMatrix, ColorMatrixFlags flags) in GdipSetImageAttributesColorMatrix() argument
149 grayMatrix, flags); in GdipSetImageAttributesColorMatrix()
161 if (!grayMatrix) in GdipSetImageAttributesColorMatrix()
164 imageattr->colormatrices[type].graymatrix = *grayMatrix; in GdipSetImageAttributesColorMatrix()
/reactos/sdk/include/psdk/
H A Dgdiplusimageattributes.h151 const ColorMatrix *grayMatrix,
156 …ts::GdipSetImageAttributesColorMatrix(nativeImageAttr, type, TRUE, colorMatrix, grayMatrix, mode));