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

/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingModeAdd.h15 // BLEND_ADD
16 #define BLEND_ADD(d, r, g, b, a) \ macro
48 BLEND_ADD(p, color.red, color.green, color.blue, cover);
72 BLEND_ADD(p, color.red, color.green, color.blue, cover);
93 BLEND_ADD(p, color.red, color.green, color.blue, *covers);
117 BLEND_ADD(p, color.red, color.green, color.blue, *covers);
142 BLEND_ADD(p, colors->r, colors->g, colors->b, *covers);
163 BLEND_ADD(p, colors->r, colors->g, colors->b, cover);

Completed in 62 milliseconds