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

/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingModeOver.h14 // BLEND_OVER
15 #define BLEND_OVER(d, r, g, b, a) \ macro
40 BLEND_OVER(p, color.red, color.green, color.blue, cover);
71 BLEND_OVER(p, color.red, color.green, color.blue, cover);
93 BLEND_OVER(p, color.red, color.green, color.blue, *covers);
119 BLEND_OVER(p, color.red, color.green, color.blue, *covers);
145 BLEND_OVER(p, colors->r, colors->g, colors->b, *covers);
166 BLEND_OVER(p, colors->r, colors->g, colors->b, cover);
H A DDrawingModeCopySolid.h23 BLEND_OVER(p, c.r, c.g, c.b, cover);
49 BLEND_OVER(p, c.r, c.g, c.b, cover);
69 BLEND_OVER(p, c.r, c.g, c.b, *covers);
93 BLEND_OVER(p, c.r, c.g, c.b, *covers);
119 BLEND_OVER(p, colors->r, colors->g, colors->b, *covers);
137 BLEND_OVER(p, colors->r, colors->g, colors->b, cover);
H A DDrawingModeOverSolid.h26 BLEND_OVER(p, c.r, c.g, c.b, cover);
55 BLEND_OVER(p, c.r, c.g, c.b, cover);
77 BLEND_OVER(p, c.r, c.g, c.b, *covers);
101 BLEND_OVER(p, c.r, c.g, c.b, *covers);

Completed in 37 milliseconds