Searched refs:BLEND_MAX (Results 1 – 1 of 1) sorted by relevance
/haiku/src/servers/app/drawing/Painter/drawing_modes/ |
H A D | DrawingModeMax.h | 16 #define BLEND_MAX(d, r, g, b, a) \ macro 51 BLEND_MAX(p, color.red, color.green, color.blue, cover); in blend_pixel_max() 75 BLEND_MAX(p, color.red, color.green, color.blue, cover); in blend_hline_max() 96 BLEND_MAX(p, color.red, color.green, color.blue, *covers); in blend_solid_hspan_max() 120 BLEND_MAX(p, color.red, color.green, color.blue, *covers); in blend_solid_vspan_max() 145 BLEND_MAX(p, colors->r, colors->g, colors->b, *covers); in blend_color_hspan_max() 166 BLEND_MAX(p, colors->r, colors->g, colors->b, cover); in blend_color_hspan_max()
|