Home
last modified time | relevance | path

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

/reactos/dll/win32/gdiplus/
H A Dgdiplus_private.h454 struct color_matrix{ struct
478 struct color_matrix colormatrices[ColorAdjustTypeCount]; argument
H A Dgraphics.c791 const struct color_matrix *colormatrices; in apply_image_attributes()
792 int color_matrix[5][5]; in apply_image_attributes() local
804 identity = round_color_matrix(&colormatrices->colormatrix, color_matrix); in apply_image_attributes()
821 *src_color = transform_color(*src_color, color_matrix); in apply_image_attributes()