Searched refs:color_type (Results 26 - 50 of 83) sorted by relevance

1234

/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingModeOverSolid.h16 blend_pixel_over_solid(int x, int y, const color_type& c, uint8 cover,
33 const color_type& c, uint8 cover,
65 const color_type& c, const uint8* covers,
89 const color_type& c, const uint8* covers,
H A DDrawingModeOverSolidSUBPIX.h19 const color_type& c, const uint8* covers, agg_buffer* buffer,
H A DDrawingModeAlphaPOSolid.h16 blend_pixel_alpha_po_solid(int x, int y, const color_type& c, uint8 cover,
31 const color_type& c, uint8 cover,
68 const color_type& c, const uint8* covers,
92 const color_type& c, const uint8* covers,
H A DPixelFormat.cpp61 blend_pixel_empty(int x, int y, const color_type& c, uint8 cover,
70 const color_type& c, uint8 cover,
79 const color_type& c, uint8 cover,
88 const color_type& c, const uint8* covers,
97 const color_type& c, const uint8* covers,
106 unsigned len, const color_type& c,
116 const color_type* colors,
126 const color_type* colors,
H A DDrawingModeBlend.h38 blend_pixel_blend(int x, int y, const color_type& c, uint8 cover,
53 const color_type& c, uint8 cover,
81 const color_type& c, const uint8* covers,
105 const color_type& c, const uint8* covers,
128 const color_type* colors,
H A DDrawingModeCopySolid.h16 blend_pixel_copy_solid(int x, int y, const color_type& c, uint8 cover,
30 const color_type& c, uint8 cover,
59 const color_type& c, const uint8* covers,
83 const color_type& c, const uint8* covers,
106 const color_type* colors, const uint8* covers,
H A DDrawingModeErase.h31 blend_pixel_erase(int x, int y, const color_type& c, uint8 cover,
48 const color_type& c, uint8 cover,
82 const color_type& c, const uint8* covers,
108 const color_type& c, const uint8* covers,
133 const color_type* colors,
H A DDrawingModeMax.h43 blend_pixel_max(int x, int y, const color_type& c, uint8 cover,
58 const color_type& c, uint8 cover,
86 const color_type& c, const uint8* covers,
110 const color_type& c, const uint8* covers,
133 const color_type* colors,
H A DDrawingModeMin.h37 blend_pixel_min(int x, int y, const color_type& c, uint8 cover,
52 const color_type& c, uint8 cover,
80 const color_type& c, const uint8* covers,
104 const color_type& c, const uint8* covers,
127 const color_type* colors,
H A DDrawingModeOver.h31 blend_pixel_over(int x, int y, const color_type& c, uint8 cover,
48 const color_type& c, uint8 cover,
82 const color_type& c, const uint8* covers,
108 const color_type& c, const uint8* covers,
133 const color_type* colors,
H A DDrawingModeAlphaPC.h31 blend_pixel_alpha_pc(int x, int y, const color_type& c, uint8 cover,
47 const color_type& c, uint8 cover,
69 const color_type& c, const uint8* covers,
92 const color_type& c, const uint8* covers,
116 const color_type* colors,
H A DDrawingModeAlphaPCSolid.h32 blend_pixel_alpha_pc_solid(int x, int y, const color_type& color, uint8 cover,
47 const color_type& color, uint8 cover,
72 const color_type& color, const uint8* covers,
93 const color_type& color, const uint8* covers,
114 const color_type* colors,
H A DDrawingModeAlphaPO.h31 blend_pixel_alpha_po(int x, int y, const color_type& c, uint8 cover,
47 const color_type& c, uint8 cover,
69 const color_type& c, const uint8* covers,
94 const color_type& c, const uint8* covers,
118 const color_type* colors,
H A DDrawingModeAlphaCOSolidSUBPIX.h20 const color_type& c, const uint8* covers, agg_buffer* buffer,
H A DDrawingModeEraseSUBPIX.h25 blend_solid_hspan_erase_subpix(int x, int y, unsigned len, const color_type& c,
/haiku/headers/libs/agg/
H A Dagg_renderer_scanline.h68 typename BaseRenderer::color_type ren_color(color);
110 typedef typename base_ren_type::color_type color_type; typedef in class:agg::renderer_scanline_aa_solid
121 void color(const color_type& c) { m_color = c; }
122 const color_type& color() const { return m_color; }
135 color_type m_color;
167 typename BaseRenderer::color_type* colors = alloc.allocate(len);
276 typename BaseRenderer::color_type ren_color(color);
310 typedef typename base_ren_type::color_type color_type; typedef in class:agg::renderer_scanline_bin_solid
499 typedef typename BaseRenderer::color_type color_type; typedef
[all...]
H A Dagg_renderer_outline_image.h32 typedef typename Source::color_type color_type; typedef in class:agg::line_image_scale
44 color_type pixel(int x, int y) const
50 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);
71 typedef typename filter_type::color_type color_type; typedef in class:agg::line_image_pattern
121 color_type* d
211 typedef typename filter_type::color_type color_type; typedef in class:agg::line_image_pattern_pow2
475 typedef typename Renderer::color_type color_type; typedef in class:agg::line_interpolator_image
814 typedef typename base_ren_type::color_type color_type; typedef in class:agg::renderer_outline_image
[all...]
H A Dagg_renderer_base.h34 typedef typename pixfmt_type::color_type color_type; typedef in class:agg::renderer_base
124 void clear(const color_type& c)
137 void fill(const color_type& c)
150 void copy_pixel(int x, int y, const color_type& c)
159 void blend_pixel(int x, int y, const color_type& c, cover_type cover)
168 color_type pixel(int x, int y) const
172 color_type::no_color();
176 void copy_hline(int x1, int y, int x2, const color_type& c)
191 void copy_vline(int x, int y1, int y2, const color_type
[all...]
H A Dagg_renderer_primitives.h35 typedef typename base_ren_type::color_type color_type; typedef in class:agg::renderer_primitives
54 void fill_color(const color_type& c) { m_fill_color = c; }
55 void line_color(const color_type& c) { m_line_color = c; }
56 const color_type& fill_color() const { return m_fill_color; }
57 const color_type& line_color() const { return m_line_color; }
216 color_type m_fill_color;
217 color_type m_line_color;
H A Dagg_span_gouraud_gray.h39 typedef ColorT color_type; typedef in class:agg::span_gouraud_gray
40 typedef typename color_type::value_type value_type;
41 typedef span_gouraud<color_type> base_type;
93 span_gouraud_gray(const color_type& c1,
94 const color_type& c2,
95 const color_type& c3,
121 void generate(color_type* span, int x, int y, unsigned len)
171 enum lim_e { lim = color_type::base_mask };
H A Dagg_span_gouraud.h29 typedef ColorT color_type; typedef in class:agg::span_gouraud
35 color_type color;
46 span_gouraud(const color_type& c1,
47 const color_type& c2,
48 const color_type& c3,
H A Dagg_span_gradient.h48 typedef ColorT color_type; typedef in class:agg::span_gradient
89 void generate(color_type* span, int x, int y, unsigned len)
123 typedef ColorT color_type; typedef in struct:agg::gradient_linear_color
126 gradient_linear_color(const color_type& c1, const color_type& c2,
131 color_type operator [] (unsigned v) const
136 void colors(const color_type& c1, const color_type& c2, unsigned size = 256)
143 color_type m_c1;
144 color_type m_c
[all...]
H A Dagg_image_accessors.h29 typedef typename pixfmt_type::color_type color_type; typedef in class:agg::image_accessor_clip
35 image_accessor_clip(const pixfmt_type& pixf, const color_type& bk) :
46 void background_color(const color_type& bk)
111 typedef typename pixfmt_type::color_type color_type; typedef in class:agg::image_accessor_no_clip
156 typedef typename pixfmt_type::color_type color_type; typedef in class:agg::image_accessor_clone
230 typedef typename pixfmt_type::color_type color_type; typedef in class:agg::image_accessor_wrap
[all...]
H A Dagg_span_gouraud_rgba.h39 typedef ColorT color_type; typedef in class:agg::span_gouraud_rgba
41 typedef span_gouraud<color_type> base_type;
105 span_gouraud_rgba(const color_type& c1,
106 const color_type& c2,
107 const color_type& c3,
133 void generate(color_type* span, int x, int y, unsigned len)
187 enum lim_e { lim = color_type::base_mask };
H A Dagg_span_gradient_alpha.h32 typedef ColorT color_type; typedef in class:agg::span_gradient_alpha
33 typedef typename color_type::value_type alpha_type;
74 void generate(color_type* span, int x, int y, unsigned len)

Completed in 189 milliseconds

1234