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

/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingModeBlend.h14 // BLEND_BLEND
15 #define BLEND_BLEND(d, r, g, b, a) \ macro
46 BLEND_BLEND(p, color.red, color.green, color.blue, cover);
70 BLEND_BLEND(p, color.red, color.green, color.blue, cover);
91 BLEND_BLEND(p, color.red, color.green, color.blue, *covers);
115 BLEND_BLEND(p, color.red, color.green, color.blue, *covers);
141 BLEND_BLEND(p, colors->r, colors->g, colors->b, *covers);
161 BLEND_BLEND(p, colors->r, colors->g, colors->b, cover);

Completed in 30 milliseconds