Searched refs:ASSIGN_OVER (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingModeOver.h20 // ASSIGN_OVER
21 #define ASSIGN_OVER(d, r, g, b) \ macro
38 ASSIGN_OVER(p, color.red, color.green, color.blue);
91 ASSIGN_OVER(p, color.red, color.green, color.blue);
117 ASSIGN_OVER(p, color.red, color.green, color.blue);
143 ASSIGN_OVER(p, colors->r, colors->g, colors->b);
157 ASSIGN_OVER(p, colors->r, colors->g, colors->b);
H A DDrawingModeCopySolid.h21 ASSIGN_OVER(p, c.r, c.g, c.b);
67 ASSIGN_OVER(p, c.r, c.g, c.b);
91 ASSIGN_OVER(p, c.r, c.g, c.b);
117 ASSIGN_OVER(p, colors->r, colors->g, colors->b);
130 ASSIGN_OVER(p, colors->r, colors->g, colors->b);
H A DDrawingModeOverSolid.h24 ASSIGN_OVER(p, c.r, c.g, c.b);
75 ASSIGN_OVER(p, c.r, c.g, c.b);
99 ASSIGN_OVER(p, c.r, c.g, c.b);

Completed in 60 milliseconds