Searched refs:color_type (Results 1 - 25 of 83) sorted by relevance

1234

/haiku/headers/libs/agg/
H A Dagg_span_solid.h31 typedef ColorT color_type; typedef in class:agg::span_solid
34 void color(const color_type& c) { m_color = c; }
35 const color_type& color() const { return m_color; }
41 void generate(color_type* span, int x, int y, unsigned len)
47 color_type m_color;
H A Dagg_span_allocator.h27 typedef ColorT color_type; typedef in class:agg::span_allocator
30 AGG_INLINE color_type* allocate(unsigned span_len)
43 AGG_INLINE color_type* span() { return &m_span[0]; }
47 pod_array<color_type> m_span;
H A Dagg_pattern_filters_rgba.h29 typedef ColorT color_type; typedef in struct:agg::pattern_filter_nn
32 static void AGG_INLINE pixel_low_res(color_type const* const* buf,
33 color_type* p, int x, int y)
38 static void AGG_INLINE pixel_high_res(color_type const* const* buf,
39 color_type* p, int x, int y)
53 typedef ColorT color_type; typedef in struct:agg::pattern_filter_bilinear_rgba
54 typedef typename color_type::value_type value_type;
55 typedef typename color_type::calc_type calc_type;
60 static AGG_INLINE void pixel_low_res(color_type const* const* buf,
61 color_type*
[all...]
H A Dagg_pixfmt_transposer.h28 typedef typename pixfmt_type::color_type color_type; typedef in class:agg::pixfmt_transposer
30 typedef typename color_type::value_type value_type;
31 typedef typename color_type::calc_type calc_type;
43 AGG_INLINE color_type pixel(int x, int y) const
49 AGG_INLINE void copy_pixel(int x, int y, const color_type& c)
56 const color_type& c,
65 const color_type& c)
73 const color_type& c)
81 const color_type
[all...]
H A Dagg_span_pattern_gray.h38 typedef typename source_type::color_type color_type; typedef in class:agg::span_pattern_gray
39 typedef typename color_type::value_type value_type;
40 typedef typename color_type::calc_type calc_type;
49 m_alpha(color_type::base_mask)
67 void generate(color_type* span, int x, int y, unsigned len)
H A Dagg_span_pattern_rgb.h38 typedef typename source_type::color_type color_type; typedef in class:agg::span_pattern_rgb
40 typedef typename color_type::value_type value_type;
41 typedef typename color_type::calc_type calc_type;
50 m_alpha(color_type::base_mask)
68 void generate(color_type* span, int x, int y, unsigned len)
H A Dagg_pixfmt_rgb_packed.h37 typedef rgba8 color_type; typedef in struct:agg::blender_rgb555
38 typedef color_type::value_type value_type;
39 typedef color_type::calc_type calc_type;
64 static AGG_INLINE color_type make_color(pixel_type p)
66 return color_type((p >> 7) & 0xF8,
76 typedef rgba8 color_type; typedef in struct:agg::blender_rgb555_pre
77 typedef color_type::value_type value_type;
78 typedef color_type::calc_type calc_type;
86 alpha = color_type::base_mask - alpha;
104 static AGG_INLINE color_type make_colo
119 typedef rgba8 color_type; typedef in class:agg::blender_rgb555_gamma
168 typedef rgba8 color_type; typedef in struct:agg::blender_rgb565
206 typedef rgba8 color_type; typedef in struct:agg::blender_rgb565_pre
246 typedef rgba8 color_type; typedef in class:agg::blender_rgb565_gamma
291 typedef rgba16 color_type; typedef in struct:agg::blender_rgbAAA
331 typedef rgba16 color_type; typedef in struct:agg::blender_rgbAAA_pre
374 typedef rgba16 color_type; typedef in class:agg::blender_rgbAAA_gamma
419 typedef rgba16 color_type; typedef in struct:agg::blender_bgrAAA
459 typedef rgba16 color_type; typedef in struct:agg::blender_bgrAAA_pre
502 typedef rgba16 color_type; typedef in class:agg::blender_bgrAAA_gamma
549 typedef rgba16 color_type; typedef in struct:agg::blender_rgbBBA
586 typedef rgba16 color_type; typedef in struct:agg::blender_rgbBBA_pre
627 typedef rgba16 color_type; typedef in class:agg::blender_rgbBBA_gamma
671 typedef rgba16 color_type; typedef in struct:agg::blender_bgrABB
708 typedef rgba16 color_type; typedef in struct:agg::blender_bgrABB_pre
749 typedef rgba16 color_type; typedef in class:agg::blender_bgrABB_gamma
798 typedef typename blender_type::color_type color_type; typedef in class:agg::pixfmt_alpha_blend_rgb_packed
[all...]
H A Dagg_span_pattern_rgba.h38 typedef typename source_type::color_type color_type; typedef in class:agg::span_pattern_rgba
40 typedef typename color_type::value_type value_type;
41 typedef typename color_type::calc_type calc_type;
67 void generate(color_type* span, int x, int y, unsigned len)
H A Dagg_span_converter.h27 typedef typename SpanGenerator::color_type color_type; typedef in class:agg::span_converter
43 void generate(color_type* span, int x, int y, unsigned len)
H A Dagg_renderer_mclip.h35 typedef typename pixfmt_type::color_type color_type; typedef in class:agg::renderer_mclip
121 void clear(const color_type& c)
127 void copy_pixel(int x, int y, const color_type& c)
142 void blend_pixel(int x, int y, const color_type& c, cover_type cover)
157 color_type pixel(int x, int y) const
168 return color_type::no_color();
172 void copy_hline(int x1, int y, int x2, const color_type& c)
183 void copy_vline(int x, int y1, int y2, const color_type& c)
195 const color_type
[all...]
H A Dagg_pixfmt_rgba.h131 typedef ColorT color_type; typedef in struct:agg::blender_rgba
133 typedef typename color_type::value_type value_type;
134 typedef typename color_type::calc_type calc_type;
137 base_shift = color_type::base_shift,
138 base_mask = color_type::base_mask
161 typedef ColorT color_type; typedef in struct:agg::blender_rgba_pre
163 typedef typename color_type::value_type value_type;
164 typedef typename color_type::calc_type calc_type;
167 base_shift = color_type::base_shift,
168 base_mask = color_type
201 typedef ColorT color_type; typedef in struct:agg::blender_rgba_plain
239 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_clear
270 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_src
299 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_dst
313 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_src_over
347 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_dst_over
381 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_src_in
419 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_dst_in
449 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_src_out
487 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_dst_out
518 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_src_atop
552 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_dst_atop
594 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_xor
632 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_plus
672 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_minus
712 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_multiply
753 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_screen
793 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_overlay
854 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_darken
897 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_lighten
940 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_color_dodge
1004 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_color_burn
1068 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_hard_light
1126 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_soft_light
1188 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_difference
1230 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_exclusion
1273 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_contrast
1320 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_invert
1356 typedef ColorT color_type; typedef in struct:agg::comp_op_rgba_invert_rgb
1494 typedef ColorT color_type; typedef in struct:agg::comp_op_adaptor_rgba
1519 typedef ColorT color_type; typedef in struct:agg::comp_op_adaptor_clip_to_dst_rgba
1549 typedef ColorT color_type; typedef in struct:agg::comp_op_adaptor_rgba_pre
1570 typedef ColorT color_type; typedef in struct:agg::comp_op_adaptor_clip_to_dst_rgba_pre
1597 typedef typename BlenderPre::color_type color_type; typedef in struct:agg::comp_adaptor_rgba
1622 typedef typename BlenderPre::color_type color_type; typedef in struct:agg::comp_adaptor_clip_to_dst_rgba
1652 typedef typename BlenderPre::color_type color_type; typedef in struct:agg::comp_adaptor_clip_to_dst_rgba_pre
1683 typedef typename Blender::color_type color_type; typedef in struct:agg::copy_or_blend_rgba_wrapper
1760 typedef typename blender_type::color_type color_type; typedef in class:agg::pixfmt_alpha_blend_rgba
2342 typedef typename blender_type::color_type color_type; typedef in class:agg::pixfmt_custom_blend_rgba
[all...]
H A Dagg_pixfmt_amask_adaptor.h32 typedef typename pixfmt_type::color_type color_type; typedef in class:agg::pixfmt_amask_adaptor
81 color_type pixel(int x, int y)
87 void copy_pixel(int x, int y, const color_type& c)
93 void blend_pixel(int x, int y, const color_type& c, cover_type cover)
101 const color_type& c)
111 const color_type& c,
122 const color_type& c)
132 const color_type& c,
153 const color_type
[all...]
H A Dagg_pixfmt_gray.h38 typedef ColorT color_type; typedef in struct:agg::blender_gray
39 typedef typename color_type::value_type value_type;
40 typedef typename color_type::calc_type calc_type;
41 enum base_scale_e { base_shift = color_type::base_shift };
54 typedef ColorT color_type; typedef in struct:agg::blender_gray_pre
55 typedef typename color_type::value_type value_type;
56 typedef typename color_type::calc_type calc_type;
57 enum base_scale_e { base_shift = color_type::base_shift };
62 alpha = color_type::base_mask - alpha;
70 *p = (value_type)(((*p * (color_type
122 typedef typename blender_type::color_type color_type; typedef in class:agg::pixfmt_alpha_blend_gray
[all...]
H A Dagg_span_image_filter_gray.h41 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_gray_nn
44 typedef typename color_type::value_type value_type;
45 typedef typename color_type::calc_type calc_type;
48 base_shift = color_type::base_shift,
49 base_mask = color_type::base_mask
60 void generate(color_type* span, int x, int y, unsigned len)
87 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_gray_bilinear
90 typedef typename color_type
160 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_gray_bilinear_clip
337 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_gray_2x2
436 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_gray
536 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_resample_gray_affine
640 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_resample_gray
[all...]
H A Dagg_span_image_filter_rgb.h41 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_rgb_nn
45 typedef typename color_type::value_type value_type;
46 typedef typename color_type::calc_type calc_type;
49 base_shift = color_type::base_shift,
50 base_mask = color_type::base_mask
61 void generate(color_type* span, int x, int y, unsigned len)
92 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_rgb_bilinear
96 typedef typename color_type
187 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_rgb_bilinear_clip
421 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_rgb_2x2
538 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_rgb
654 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_resample_rgb_affine
771 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_resample_rgb
[all...]
H A Dagg_span_image_filter_rgba.h41 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_rgba_nn
45 typedef typename color_type::value_type value_type;
46 typedef typename color_type::calc_type calc_type;
49 base_shift = color_type::base_shift,
50 base_mask = color_type::base_mask
61 void generate(color_type* span, int x, int y, unsigned len)
92 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_rgba_bilinear
96 typedef typename color_type
193 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_rgba_bilinear_clip
432 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_rgba_2x2
555 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_filter_rgba
674 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_resample_rgba_affine
795 typedef typename source_type::color_type color_type; typedef in class:agg::span_image_resample_rgba
[all...]
H A Dagg_pixfmt_rgb.h79 typedef ColorT color_type; typedef in struct:agg::blender_rgb
81 typedef typename color_type::value_type value_type;
82 typedef typename color_type::calc_type calc_type;
83 enum base_scale_e { base_shift = color_type::base_shift };
101 typedef ColorT color_type; typedef in struct:agg::blender_rgb_pre
103 typedef typename color_type::value_type value_type;
104 typedef typename color_type::calc_type calc_type;
105 enum base_scale_e { base_shift = color_type::base_shift };
113 alpha = color_type::base_mask - alpha;
125 alpha = color_type
139 typedef ColorT color_type; typedef in class:agg::blender_rgb_gamma
178 typedef typename blender_type::color_type color_type; typedef in class:agg::pixfmt_alpha_blend_rgb
[all...]
H A Dagg_renderer_raster_text.h32 typedef typename ren_type::color_type color_type; typedef in class:agg::renderer_raster_htext_solid
41 void color(const color_type& c) { m_color = c; }
42 const color_type& color() const { return m_color; }
83 color_type m_color;
96 typedef typename ren_type::color_type color_type; typedef in class:agg::renderer_raster_vtext_solid
105 void color(const color_type& c) { m_color = c; }
106 const color_type& color() const { return m_color; }
147 color_type m_colo
[all...]
/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DPixelFormat.h30 typedef agg::rgba8 color_type; typedef in class:PixelFormat
35 typedef agg::comp_op_rgba_src_in<color_type, order_type> comp_src_in;
36 typedef agg::comp_op_rgba_src_out<color_type, order_type> comp_src_out;
37 typedef agg::comp_op_rgba_src_atop<color_type, order_type> comp_src_atop;
38 typedef agg::comp_op_rgba_dst_over<color_type, order_type> comp_dst_over;
39 typedef agg::comp_op_rgba_dst_in<color_type, order_type> comp_dst_in;
40 typedef agg::comp_op_rgba_dst_out<color_type, order_type> comp_dst_out;
41 typedef agg::comp_op_rgba_dst_atop<color_type, order_type> comp_dst_atop;
42 typedef agg::comp_op_rgba_xor<color_type, order_type> comp_xor;
43 typedef agg::comp_op_rgba_clear<color_type, order_typ
[all...]
H A DAggCompOpAdapter.h20 typedef typename CompOp::color_type color_type; typedef in struct:AggCompOpAdapter
21 typedef typename CompOp::color_type::value_type value_type;
25 const color_type& c,
29 value_type* p = buffer->row_ptr(y) + x * sizeof(color_type);
38 const color_type& c,
42 value_type* p = buffer->row_ptr(y) + x * sizeof(color_type);
48 p += sizeof(color_type) / sizeof(value_type);
55 const color_type& c,
59 value_type* p = buffer->row_ptr(y) + x * sizeof(color_type);
[all...]
H A DDrawingModeInvert.h36 blend_pixel_invert(int x, int y, const color_type& c, uint8 cover,
52 const color_type& c, uint8 cover,
78 const color_type& c, const uint8* covers,
103 const color_type& c, const uint8* covers,
127 const color_type* colors,
H A DDrawingModeAlphaCOSolid.h16 blend_pixel_alpha_co_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,
93 const color_type& c, const uint8* covers,
H A DDrawingModeCopySolidSUBPIX.h20 const color_type& c, const uint8* covers, agg_buffer* buffer,
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_scanline_subpix.h56 typedef typename base_ren_type::color_type color_type; typedef in class:agg::renderer_scanline_subpix_solid
67 void color(const color_type& c) { m_color = c; }
68 const color_type& color() const { return m_color; }
81 color_type m_color;
H A Dagg_renderer_region.h32 typedef typename pixfmt_type::color_type color_type; typedef in class:agg::renderer_region
201 void clear(const color_type& c)
207 void copy_pixel(int x, int y, const color_type& c)
224 void blend_pixel(int x, int y, const color_type& c, cover_type cover)
241 color_type pixel(int x, int y) const
254 return color_type::no_color();
258 void copy_hline(int x1, int y, int x2, const color_type& c)
272 void copy_vline(int x, int y1, int y2, const color_type& c)
287 const color_type
[all...]

Completed in 110 milliseconds

1234