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

/haiku-fatelf/headers/libs/agg/
H A Dagg_span_solid.h34 void color(const color_type& c) { m_color = c; }
35 const color_type& color() const { return m_color; }
43 do { *span++ = m_color; } while(--len);
47 color_type m_color; member in class:agg::span_solid
H A Dagg_renderer_raster_text.h41 void color(const color_type& c) { m_color = c; }
42 const color_type& color() const { return m_color; }
60 m_color,
69 m_color,
83 color_type m_color; member in class:agg::renderer_raster_htext_solid
105 void color(const color_type& c) { m_color = c; }
106 const color_type& color() const { return m_color; }
124 m_color,
133 m_color,
147 color_type m_color; member in class:agg::renderer_raster_vtext_solid
[all...]
H A Dagg_renderer_scanline.h121 void color(const color_type& c) { m_color = c; }
122 const color_type& color() const { return m_color; }
130 render_scanline_aa_solid(sl, *m_ren, m_color);
135 color_type m_color; member in class:agg::renderer_scanline_aa_solid
321 void color(const color_type& c) { m_color = c; }
322 const color_type& color() const { return m_color; }
330 render_scanline_bin_solid(sl, *m_ren, m_color);
335 color_type m_color; member in class:agg::renderer_scanline_bin_solid
H A Dagg_renderer_outline_aa.h1362 void color(const color_type& c) { m_color = c; }
1363 const color_type& color() const { return m_color; }
1393 m_ren->blend_solid_hspan(x, y, len, m_color, covers);
1399 m_ren->blend_solid_vspan(x, y, len, m_color, covers);
1828 color_type m_color; member in class:agg::renderer_outline_aa
/haiku-fatelf/src/servers/app/drawing/Painter/
H A Dagg_renderer_scanline_subpix.h67 void color(const color_type& c) { m_color = c; }
68 const color_type& color() const { return m_color; }
76 render_scanline_subpix_solid(sl, *m_ren, m_color);
81 color_type m_color; member in class:agg::renderer_scanline_subpix_solid

Completed in 50 milliseconds