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

/haiku/headers/libs/agg/
H A Dagg_color_gray.h191 static self_type no_color() { return self_type(0,0); } function in struct:agg::gray8
378 static self_type no_color() { return self_type(0,0); } function in struct:agg::gray16
H A Dagg_renderer_mclip.h168 return color_type::no_color();
H A Dagg_renderer_outline_image.h50 color_type pix1 = (y1 < 0) ? color_type::no_color() : m_source.pixel(x, y1);
51 color_type pix2 = (y2 > h) ? color_type::no_color() : m_source.pixel(x, y2);
144 *d1++ = color_type::no_color();
145 *d2++ = color_type::no_color();
H A Dagg_color_rgba.h142 static rgba no_color() { return rgba(0,0,0,0); } function in struct:agg::rgba
412 static self_type no_color() { return self_type(0,0,0,0); } function in struct:agg::rgba8
674 static self_type no_color() { return self_type(0,0,0,0); } function in struct:agg::rgba16
H A Dagg_renderer_base.h172 color_type::no_color();
H A Dagg_pixfmt_rgba.h1838 return color_type::no_color();
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h254 return color_type::no_color();

Completed in 161 milliseconds