Home | History | Annotate | Download | only in agg23

Lines Matching defs:color_type

32     typedef ColorT color_type;
33 typedef typename color_type::value_type value_type;
34 typedef typename color_type::calc_type calc_type;
35 enum base_scale_e { base_shift = color_type::base_shift };
48 typedef typename Blender::color_type color_type;
49 typedef typename color_type::value_type value_type;
50 typedef typename color_type::calc_type calc_type;
52 base_shift = color_type::base_shift,
53 base_size = color_type::base_size,
54 base_mask = color_type::base_mask
58 const color_type& c,
71 const color_type& c)
93 AGG_INLINE color_type pixel(int x, int y) const
96 return color_type(*p);
113 AGG_INLINE void copy_pixel(int x, int y, const color_type& c)
117 AGG_INLINE void blend_pixel(int x, int y, const color_type& c, int8u cover)
123 const color_type& c)
133 const color_type& c,
154 const color_type& c,