Searched refs:BLEND_ERASE (Results 1 – 1 of 1) sorted by relevance
/haiku/src/servers/app/drawing/Painter/drawing_modes/ |
H A D | DrawingModeErase.h | 15 #define BLEND_ERASE(d, r, g, b, a) \ macro 40 BLEND_ERASE(p, color.red, color.green, color.blue, cover); in blend_pixel_erase() 71 BLEND_ERASE(p, color.red, color.green, color.blue, cover); in blend_hline_erase() 93 BLEND_ERASE(p, color.red, color.green, color.blue, *covers); in blend_solid_hspan_erase() 119 BLEND_ERASE(p, color.red, color.green, color.blue, *covers); in blend_solid_vspan_erase() 147 BLEND_ERASE(p, lowColor.red, lowColor.green, lowColor.blue, in blend_color_hspan_erase() 170 BLEND_ERASE(p, lowColor.red, lowColor.green, lowColor.blue, in blend_color_hspan_erase()
|