headers/libs/agg/agg_blur.h
104
color_type pix;
headers/libs/agg/agg_blur.h
105
color_type* stack_pix;
headers/libs/agg/agg_blur.h
1070
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_blur.h
1166
agg::pod_vector<color_type> m_buf;
headers/libs/agg/agg_blur.h
118
unsigned max_val = color_type::base_mask;
headers/libs/agg/agg_blur.h
200
pod_vector<color_type> m_buf;
headers/libs/agg/agg_blur.h
201
pod_vector<color_type> m_stack;
headers/libs/agg/agg_blur.h
522
typedef typename Img::color_type color_type;
headers/libs/agg/agg_blur.h
537
color_type* stack_pix_ptr;
headers/libs/agg/agg_blur.h
558
pod_vector<color_type> stack;
headers/libs/agg/agg_blur.h
776
typedef typename Img::color_type color_type;
headers/libs/agg/agg_blur.h
792
color_type* stack_pix_ptr;
headers/libs/agg/agg_blur.h
816
pod_vector<color_type> stack;
headers/libs/agg/agg_image_accessors.h
111
typedef typename pixfmt_type::color_type color_type;
headers/libs/agg/agg_image_accessors.h
156
typedef typename pixfmt_type::color_type color_type;
headers/libs/agg/agg_image_accessors.h
230
typedef typename pixfmt_type::color_type color_type;
headers/libs/agg/agg_image_accessors.h
29
typedef typename pixfmt_type::color_type color_type;
headers/libs/agg/agg_image_accessors.h
35
image_accessor_clip(const pixfmt_type& pixf, const color_type& bk) :
headers/libs/agg/agg_image_accessors.h
46
void background_color(const color_type& bk)
headers/libs/agg/agg_pattern_filters_rgba.h
32
static void AGG_INLINE pixel_low_res(color_type const* const* buf,
headers/libs/agg/agg_pattern_filters_rgba.h
33
color_type* p, int x, int y)
headers/libs/agg/agg_pattern_filters_rgba.h
38
static void AGG_INLINE pixel_high_res(color_type const* const* buf,
headers/libs/agg/agg_pattern_filters_rgba.h
39
color_type* p, int x, int y)
headers/libs/agg/agg_pattern_filters_rgba.h
54
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pattern_filters_rgba.h
55
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pattern_filters_rgba.h
60
static AGG_INLINE void pixel_low_res(color_type const* const* buf,
headers/libs/agg/agg_pattern_filters_rgba.h
61
color_type* p, int x, int y)
headers/libs/agg/agg_pattern_filters_rgba.h
66
static AGG_INLINE void pixel_high_res(color_type const* const* buf,
headers/libs/agg/agg_pattern_filters_rgba.h
67
color_type* p, int x, int y)
headers/libs/agg/agg_pattern_filters_rgba.h
78
const color_type* ptr = buf[y_lr] + x_lr;
headers/libs/agg/agg_pixfmt_amask_adaptor.h
101
const color_type& c)
headers/libs/agg/agg_pixfmt_amask_adaptor.h
111
const color_type& c,
headers/libs/agg/agg_pixfmt_amask_adaptor.h
122
const color_type& c)
headers/libs/agg/agg_pixfmt_amask_adaptor.h
132
const color_type& c,
headers/libs/agg/agg_pixfmt_amask_adaptor.h
153
const color_type& c,
headers/libs/agg/agg_pixfmt_amask_adaptor.h
165
const color_type& c,
headers/libs/agg/agg_pixfmt_amask_adaptor.h
175
void copy_color_hspan(int x, int y, unsigned len, const color_type* colors)
headers/libs/agg/agg_pixfmt_amask_adaptor.h
183
void copy_color_vspan(int x, int y, unsigned len, const color_type* colors)
headers/libs/agg/agg_pixfmt_amask_adaptor.h
193
const color_type* colors,
headers/libs/agg/agg_pixfmt_amask_adaptor.h
214
const color_type* colors,
headers/libs/agg/agg_pixfmt_amask_adaptor.h
32
typedef typename pixfmt_type::color_type color_type;
headers/libs/agg/agg_pixfmt_amask_adaptor.h
81
color_type pixel(int x, int y)
headers/libs/agg/agg_pixfmt_amask_adaptor.h
87
void copy_pixel(int x, int y, const color_type& c)
headers/libs/agg/agg_pixfmt_amask_adaptor.h
93
void blend_pixel(int x, int y, const color_type& c, cover_type cover)
headers/libs/agg/agg_pixfmt_gray.h
122
typedef typename blender_type::color_type color_type;
headers/libs/agg/agg_pixfmt_gray.h
124
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_gray.h
125
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_gray.h
128
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_gray.h
129
base_scale = color_type::base_scale,
headers/libs/agg/agg_pixfmt_gray.h
130
base_mask = color_type::base_mask,
headers/libs/agg/agg_pixfmt_gray.h
139
const color_type& c,
headers/libs/agg/agg_pixfmt_gray.h
158
const color_type& c)
headers/libs/agg/agg_pixfmt_gray.h
219
AGG_INLINE static void make_pix(int8u* p, const color_type& c)
headers/libs/agg/agg_pixfmt_gray.h
225
AGG_INLINE color_type pixel(int x, int y) const
headers/libs/agg/agg_pixfmt_gray.h
228
return color_type(*p);
headers/libs/agg/agg_pixfmt_gray.h
232
AGG_INLINE void copy_pixel(int x, int y, const color_type& c)
headers/libs/agg/agg_pixfmt_gray.h
238
AGG_INLINE void blend_pixel(int x, int y, const color_type& c, int8u cover)
headers/libs/agg/agg_pixfmt_gray.h
250
const color_type& c)
headers/libs/agg/agg_pixfmt_gray.h
267
const color_type& c)
headers/libs/agg/agg_pixfmt_gray.h
283
const color_type& c,
headers/libs/agg/agg_pixfmt_gray.h
317
const color_type& c,
headers/libs/agg/agg_pixfmt_gray.h
353
const color_type& c,
headers/libs/agg/agg_pixfmt_gray.h
383
const color_type& c,
headers/libs/agg/agg_pixfmt_gray.h
39
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_gray.h
40
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_gray.h
41
enum base_scale_e { base_shift = color_type::base_shift };
headers/libs/agg/agg_pixfmt_gray.h
413
const color_type* colors)
headers/libs/agg/agg_pixfmt_gray.h
431
const color_type* colors)
headers/libs/agg/agg_pixfmt_gray.h
447
const color_type* colors,
headers/libs/agg/agg_pixfmt_gray.h
499
const color_type* colors,
headers/libs/agg/agg_pixfmt_gray.h
55
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_gray.h
56
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_gray.h
57
enum base_scale_e { base_shift = color_type::base_shift };
headers/libs/agg/agg_pixfmt_gray.h
577
for_each_pixel(apply_gamma_dir_gray<color_type, GammaLut>(g));
headers/libs/agg/agg_pixfmt_gray.h
583
for_each_pixel(apply_gamma_inv_gray<color_type, GammaLut>(g));
headers/libs/agg/agg_pixfmt_gray.h
62
alpha = color_type::base_mask - alpha;
headers/libs/agg/agg_pixfmt_gray.h
70
*p = (value_type)(((*p * (color_type::base_mask - alpha)) >> base_shift) + cv);
headers/libs/agg/agg_pixfmt_rgb.h
103
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb.h
104
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb.h
105
enum base_scale_e { base_shift = color_type::base_shift };
headers/libs/agg/agg_pixfmt_rgb.h
113
alpha = color_type::base_mask - alpha;
headers/libs/agg/agg_pixfmt_rgb.h
125
alpha = color_type::base_mask - alpha;
headers/libs/agg/agg_pixfmt_rgb.h
142
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb.h
143
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb.h
144
enum base_scale_e { base_shift = color_type::base_shift };
headers/libs/agg/agg_pixfmt_rgb.h
178
typedef typename blender_type::color_type color_type;
headers/libs/agg/agg_pixfmt_rgb.h
180
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb.h
181
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb.h
184
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgb.h
185
base_scale = color_type::base_scale,
headers/libs/agg/agg_pixfmt_rgb.h
186
base_mask = color_type::base_mask,
headers/libs/agg/agg_pixfmt_rgb.h
193
const color_type& c,
headers/libs/agg/agg_pixfmt_rgb.h
214
const color_type& c)
headers/libs/agg/agg_pixfmt_rgb.h
281
AGG_INLINE static void make_pix(int8u* p, const color_type& c)
headers/libs/agg/agg_pixfmt_rgb.h
289
AGG_INLINE color_type pixel(int x, int y) const
headers/libs/agg/agg_pixfmt_rgb.h
292
return color_type(p[order_type::R],
headers/libs/agg/agg_pixfmt_rgb.h
298
AGG_INLINE void copy_pixel(int x, int y, const color_type& c)
headers/libs/agg/agg_pixfmt_rgb.h
307
AGG_INLINE void blend_pixel(int x, int y, const color_type& c, int8u cover)
headers/libs/agg/agg_pixfmt_rgb.h
316
const color_type& c)
headers/libs/agg/agg_pixfmt_rgb.h
333
const color_type& c)
headers/libs/agg/agg_pixfmt_rgb.h
350
const color_type& c,
headers/libs/agg/agg_pixfmt_rgb.h
386
const color_type& c,
headers/libs/agg/agg_pixfmt_rgb.h
424
const color_type& c,
headers/libs/agg/agg_pixfmt_rgb.h
456
const color_type& c,
headers/libs/agg/agg_pixfmt_rgb.h
487
const color_type* colors)
headers/libs/agg/agg_pixfmt_rgb.h
507
const color_type* colors)
headers/libs/agg/agg_pixfmt_rgb.h
525
const color_type* colors,
headers/libs/agg/agg_pixfmt_rgb.h
569
const color_type* colors,
headers/libs/agg/agg_pixfmt_rgb.h
637
for_each_pixel(apply_gamma_dir_rgb<color_type, order_type, GammaLut>(g));
headers/libs/agg/agg_pixfmt_rgb.h
643
for_each_pixel(apply_gamma_inv_rgb<color_type, order_type, GammaLut>(g));
headers/libs/agg/agg_pixfmt_rgb.h
709
color_type color;
headers/libs/agg/agg_pixfmt_rgb.h
81
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb.h
82
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb.h
83
enum base_scale_e { base_shift = color_type::base_shift };
headers/libs/agg/agg_pixfmt_rgb_packed.h
1008
const color_type& c,
headers/libs/agg/agg_pixfmt_rgb_packed.h
1022
const color_type* colors)
headers/libs/agg/agg_pixfmt_rgb_packed.h
1036
const color_type* colors)
headers/libs/agg/agg_pixfmt_rgb_packed.h
104
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
1050
const color_type* colors,
headers/libs/agg/agg_pixfmt_rgb_packed.h
106
return color_type((p >> 7) & 0xF8,
headers/libs/agg/agg_pixfmt_rgb_packed.h
1065
const color_type* colors,
headers/libs/agg/agg_pixfmt_rgb_packed.h
120
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
121
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
150
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
152
return color_type((p >> 7) & 0xF8,
headers/libs/agg/agg_pixfmt_rgb_packed.h
169
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
170
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
193
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
195
return color_type((p >> 8) & 0xF8,
headers/libs/agg/agg_pixfmt_rgb_packed.h
207
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
208
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
216
alpha = color_type::base_mask - alpha;
headers/libs/agg/agg_pixfmt_rgb_packed.h
232
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
234
return color_type((p >> 8) & 0xF8,
headers/libs/agg/agg_pixfmt_rgb_packed.h
247
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
248
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
275
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
277
return color_type((p >> 8) & 0xF8,
headers/libs/agg/agg_pixfmt_rgb_packed.h
292
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
293
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
318
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
320
return color_type((p >> 14) & 0xFFC0,
headers/libs/agg/agg_pixfmt_rgb_packed.h
332
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
333
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
341
alpha = color_type::base_mask - alpha;
headers/libs/agg/agg_pixfmt_rgb_packed.h
342
cover = (cover + 1) << (color_type::base_shift - 8);
headers/libs/agg/agg_pixfmt_rgb_packed.h
360
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
362
return color_type((p >> 14) & 0xFFC0,
headers/libs/agg/agg_pixfmt_rgb_packed.h
375
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
376
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
38
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
39
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
405
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
407
return color_type((p >> 14) & 0xFFC0,
headers/libs/agg/agg_pixfmt_rgb_packed.h
420
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
421
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
446
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
448
return color_type((p << 6) & 0xFFC0,
headers/libs/agg/agg_pixfmt_rgb_packed.h
460
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
461
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
469
alpha = color_type::base_mask - alpha;
headers/libs/agg/agg_pixfmt_rgb_packed.h
470
cover = (cover + 1) << (color_type::base_shift - 8);
headers/libs/agg/agg_pixfmt_rgb_packed.h
488
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
490
return color_type((p << 6) & 0xFFC0,
headers/libs/agg/agg_pixfmt_rgb_packed.h
503
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
504
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
533
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
535
return color_type((p << 6) & 0xFFC0,
headers/libs/agg/agg_pixfmt_rgb_packed.h
550
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
551
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
574
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
576
return color_type((p >> 16) & 0xFFE0,
headers/libs/agg/agg_pixfmt_rgb_packed.h
587
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
588
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
596
alpha = color_type::base_mask - alpha;
headers/libs/agg/agg_pixfmt_rgb_packed.h
597
cover = (cover + 1) << (color_type::base_shift - 8);
headers/libs/agg/agg_pixfmt_rgb_packed.h
613
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
615
return color_type((p >> 16) & 0xFFE0,
headers/libs/agg/agg_pixfmt_rgb_packed.h
628
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
629
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
64
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
656
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
658
return color_type((p >> 16) & 0xFFE0,
headers/libs/agg/agg_pixfmt_rgb_packed.h
66
return color_type((p >> 7) & 0xF8,
headers/libs/agg/agg_pixfmt_rgb_packed.h
672
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
673
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
696
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
698
return color_type((p << 5) & 0xFFE0,
headers/libs/agg/agg_pixfmt_rgb_packed.h
709
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
710
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
718
alpha = color_type::base_mask - alpha;
headers/libs/agg/agg_pixfmt_rgb_packed.h
719
cover = (cover + 1) << (color_type::base_shift - 8);
headers/libs/agg/agg_pixfmt_rgb_packed.h
735
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
737
return color_type((p << 5) & 0xFFE0,
headers/libs/agg/agg_pixfmt_rgb_packed.h
750
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
751
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
77
typedef color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
778
static AGG_INLINE color_type make_color(pixel_type p)
headers/libs/agg/agg_pixfmt_rgb_packed.h
78
typedef color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
780
return color_type((p << 5) & 0xFFE0,
headers/libs/agg/agg_pixfmt_rgb_packed.h
798
typedef typename blender_type::color_type color_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
801
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
802
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgb_packed.h
805
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgb_packed.h
806
base_scale = color_type::base_scale,
headers/libs/agg/agg_pixfmt_rgb_packed.h
807
base_mask = color_type::base_mask,
headers/libs/agg/agg_pixfmt_rgb_packed.h
813
AGG_INLINE void copy_or_blend_pix(pixel_type* p, const color_type& c, unsigned cover)
headers/libs/agg/agg_pixfmt_rgb_packed.h
86
alpha = color_type::base_mask - alpha;
headers/libs/agg/agg_pixfmt_rgb_packed.h
875
AGG_INLINE void make_pix(int8u* p, const color_type& c)
headers/libs/agg/agg_pixfmt_rgb_packed.h
881
AGG_INLINE color_type pixel(int x, int y) const
headers/libs/agg/agg_pixfmt_rgb_packed.h
887
AGG_INLINE void copy_pixel(int x, int y, const color_type& c)
headers/libs/agg/agg_pixfmt_rgb_packed.h
895
AGG_INLINE void blend_pixel(int x, int y, const color_type& c, int8u cover)
headers/libs/agg/agg_pixfmt_rgb_packed.h
903
const color_type& c)
headers/libs/agg/agg_pixfmt_rgb_packed.h
917
const color_type& c)
headers/libs/agg/agg_pixfmt_rgb_packed.h
931
const color_type& c,
headers/libs/agg/agg_pixfmt_rgb_packed.h
962
const color_type& c,
headers/libs/agg/agg_pixfmt_rgb_packed.h
993
const color_type& c,
headers/libs/agg/agg_pixfmt_rgba.h
1006
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1007
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
1008
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_pixfmt_rgba.h
1011
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1012
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1070
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1071
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
1072
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_pixfmt_rgba.h
1075
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1076
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1128
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1129
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
1130
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_pixfmt_rgba.h
1133
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1134
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1190
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1191
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
1192
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_pixfmt_rgba.h
1195
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1196
base_scale = color_type::base_scale,
headers/libs/agg/agg_pixfmt_rgba.h
1197
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1232
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1233
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
1234
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_pixfmt_rgba.h
1237
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1238
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1275
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1276
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
1277
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_pixfmt_rgba.h
1280
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1281
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1322
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1323
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
1324
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_pixfmt_rgba.h
1327
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1328
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
133
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
134
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
1358
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1359
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
1360
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_pixfmt_rgba.h
1363
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1364
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
137
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
138
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1495
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1498
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1499
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1520
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1523
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1524
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1550
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1553
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1554
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1571
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1574
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1575
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1597
typedef typename BlenderPre::color_type color_type;
headers/libs/agg/agg_pixfmt_rgba.h
1598
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1601
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1602
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1622
typedef typename BlenderPre::color_type color_type;
headers/libs/agg/agg_pixfmt_rgba.h
1623
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1626
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1627
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
163
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
164
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
1652
typedef typename BlenderPre::color_type color_type;
headers/libs/agg/agg_pixfmt_rgba.h
1653
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1656
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1657
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
167
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
168
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1683
typedef typename Blender::color_type color_type;
headers/libs/agg/agg_pixfmt_rgba.h
1685
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1686
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
1689
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1690
base_scale = color_type::base_scale,
headers/libs/agg/agg_pixfmt_rgba.h
1691
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
1760
typedef typename blender_type::color_type color_type;
headers/libs/agg/agg_pixfmt_rgba.h
1762
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
1763
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
1767
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
1768
base_scale = color_type::base_scale,
headers/libs/agg/agg_pixfmt_rgba.h
1769
base_mask = color_type::base_mask,
headers/libs/agg/agg_pixfmt_rgba.h
177
alpha = color_type::base_mask - alpha;
headers/libs/agg/agg_pixfmt_rgba.h
1818
AGG_INLINE static void make_pix(int8u* p, const color_type& c)
headers/libs/agg/agg_pixfmt_rgba.h
1827
AGG_INLINE color_type pixel(int x, int y) const
headers/libs/agg/agg_pixfmt_rgba.h
1833
return color_type(p[order_type::R],
headers/libs/agg/agg_pixfmt_rgba.h
1838
return color_type::no_color();
headers/libs/agg/agg_pixfmt_rgba.h
1842
AGG_INLINE void copy_pixel(int x, int y, const color_type& c)
headers/libs/agg/agg_pixfmt_rgba.h
1852
AGG_INLINE void blend_pixel(int x, int y, const color_type& c, int8u cover)
headers/libs/agg/agg_pixfmt_rgba.h
1864
const color_type& c)
headers/libs/agg/agg_pixfmt_rgba.h
1884
const color_type& c)
headers/libs/agg/agg_pixfmt_rgba.h
190
alpha = color_type::base_mask - alpha;
headers/libs/agg/agg_pixfmt_rgba.h
1903
const color_type& c,
headers/libs/agg/agg_pixfmt_rgba.h
1952
const color_type& c,
headers/libs/agg/agg_pixfmt_rgba.h
2001
const color_type& c,
headers/libs/agg/agg_pixfmt_rgba.h
203
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
2032
const color_type& c,
headers/libs/agg/agg_pixfmt_rgba.h
204
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
205
enum base_scale_e { base_shift = color_type::base_shift };
headers/libs/agg/agg_pixfmt_rgba.h
2062
const color_type* colors)
headers/libs/agg/agg_pixfmt_rgba.h
2081
const color_type* colors)
headers/libs/agg/agg_pixfmt_rgba.h
2099
const color_type* colors,
headers/libs/agg/agg_pixfmt_rgba.h
2158
const color_type* colors,
headers/libs/agg/agg_pixfmt_rgba.h
2237
for_each_pixel(multiplier_rgba<color_type, order_type>::premultiply);
headers/libs/agg/agg_pixfmt_rgba.h
2243
for_each_pixel(multiplier_rgba<color_type, order_type>::demultiply);
headers/libs/agg/agg_pixfmt_rgba.h
2249
for_each_pixel(apply_gamma_dir_rgba<color_type, order_type, GammaLut>(g));
headers/libs/agg/agg_pixfmt_rgba.h
2255
for_each_pixel(apply_gamma_inv_rgba<color_type, order_type, GammaLut>(g));
headers/libs/agg/agg_pixfmt_rgba.h
2342
typedef typename blender_type::color_type color_type;
headers/libs/agg/agg_pixfmt_rgba.h
2344
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
2345
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
2348
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
2349
base_scale = color_type::base_scale,
headers/libs/agg/agg_pixfmt_rgba.h
2350
base_mask = color_type::base_mask,
headers/libs/agg/agg_pixfmt_rgba.h
2406
AGG_INLINE static void make_pix(int8u* p, const color_type& c)
headers/libs/agg/agg_pixfmt_rgba.h
241
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
2415
color_type pixel(int x, int y) const
headers/libs/agg/agg_pixfmt_rgba.h
2418
return color_type(p[order_type::R],
headers/libs/agg/agg_pixfmt_rgba.h
2425
void copy_pixel(int x, int y, const color_type& c)
headers/libs/agg/agg_pixfmt_rgba.h
2434
void blend_pixel(int x, int y, const color_type& c, int8u cover)
headers/libs/agg/agg_pixfmt_rgba.h
244
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
2444
void copy_hline(int x, int y, unsigned len, const color_type& c)
headers/libs/agg/agg_pixfmt_rgba.h
245
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
2456
void copy_vline(int x, int y, unsigned len, const color_type& c)
headers/libs/agg/agg_pixfmt_rgba.h
2470
const color_type& c, int8u cover)
headers/libs/agg/agg_pixfmt_rgba.h
2484
const color_type& c, int8u cover)
headers/libs/agg/agg_pixfmt_rgba.h
2500
const color_type& c, const int8u* covers)
headers/libs/agg/agg_pixfmt_rgba.h
2515
const color_type& c, const int8u* covers)
headers/libs/agg/agg_pixfmt_rgba.h
2531
const color_type* colors)
headers/libs/agg/agg_pixfmt_rgba.h
2550
const color_type* colors)
headers/libs/agg/agg_pixfmt_rgba.h
2566
const color_type* colors,
headers/libs/agg/agg_pixfmt_rgba.h
2588
const color_type* colors,
headers/libs/agg/agg_pixfmt_rgba.h
2633
for_each_pixel(multiplier_rgba<color_type, order_type>::premultiply);
headers/libs/agg/agg_pixfmt_rgba.h
2639
for_each_pixel(multiplier_rgba<color_type, order_type>::demultiply);
headers/libs/agg/agg_pixfmt_rgba.h
2645
for_each_pixel(apply_gamma_dir_rgba<color_type, order_type, GammaLut>(g));
headers/libs/agg/agg_pixfmt_rgba.h
2651
for_each_pixel(apply_gamma_inv_rgba<color_type, order_type, GammaLut>(g));
headers/libs/agg/agg_pixfmt_rgba.h
272
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
301
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
315
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
316
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
319
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
320
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
349
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
350
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
353
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
354
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
383
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
384
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
387
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
388
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
421
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
422
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
425
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
426
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
451
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
452
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
455
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
456
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
489
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
490
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
493
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
494
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
520
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
521
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
524
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
525
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
554
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
555
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
558
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
559
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
596
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
597
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
600
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
601
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
634
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
635
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
638
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
639
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
674
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
675
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
678
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
679
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
714
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
715
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
718
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
719
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
755
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
756
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
759
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
760
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
795
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
796
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
799
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
800
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
856
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
857
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
860
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
861
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
899
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
900
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
903
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
904
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_rgba.h
942
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_rgba.h
943
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_rgba.h
944
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_pixfmt_rgba.h
947
base_shift = color_type::base_shift,
headers/libs/agg/agg_pixfmt_rgba.h
948
base_mask = color_type::base_mask
headers/libs/agg/agg_pixfmt_transposer.h
108
const color_type& c,
headers/libs/agg/agg_pixfmt_transposer.h
117
const color_type* colors)
headers/libs/agg/agg_pixfmt_transposer.h
125
const color_type* colors)
headers/libs/agg/agg_pixfmt_transposer.h
133
const color_type* colors,
headers/libs/agg/agg_pixfmt_transposer.h
143
const color_type* colors,
headers/libs/agg/agg_pixfmt_transposer.h
28
typedef typename pixfmt_type::color_type color_type;
headers/libs/agg/agg_pixfmt_transposer.h
30
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_pixfmt_transposer.h
31
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_pixfmt_transposer.h
43
AGG_INLINE color_type pixel(int x, int y) const
headers/libs/agg/agg_pixfmt_transposer.h
49
AGG_INLINE void copy_pixel(int x, int y, const color_type& c)
headers/libs/agg/agg_pixfmt_transposer.h
56
const color_type& c,
headers/libs/agg/agg_pixfmt_transposer.h
65
const color_type& c)
headers/libs/agg/agg_pixfmt_transposer.h
73
const color_type& c)
headers/libs/agg/agg_pixfmt_transposer.h
81
const color_type& c,
headers/libs/agg/agg_pixfmt_transposer.h
90
const color_type& c,
headers/libs/agg/agg_pixfmt_transposer.h
99
const color_type& c,
headers/libs/agg/agg_renderer_base.h
124
void clear(const color_type& c)
headers/libs/agg/agg_renderer_base.h
137
void fill(const color_type& c)
headers/libs/agg/agg_renderer_base.h
150
void copy_pixel(int x, int y, const color_type& c)
headers/libs/agg/agg_renderer_base.h
159
void blend_pixel(int x, int y, const color_type& c, cover_type cover)
headers/libs/agg/agg_renderer_base.h
168
color_type pixel(int x, int y) const
headers/libs/agg/agg_renderer_base.h
172
color_type::no_color();
headers/libs/agg/agg_renderer_base.h
176
void copy_hline(int x1, int y, int x2, const color_type& c)
headers/libs/agg/agg_renderer_base.h
191
void copy_vline(int x, int y1, int y2, const color_type& c)
headers/libs/agg/agg_renderer_base.h
207
const color_type& c, cover_type cover)
headers/libs/agg/agg_renderer_base.h
224
const color_type& c, cover_type cover)
headers/libs/agg/agg_renderer_base.h
240
void copy_bar(int x1, int y1, int x2, int y2, const color_type& c)
headers/libs/agg/agg_renderer_base.h
256
const color_type& c, cover_type cover)
headers/libs/agg/agg_renderer_base.h
276
const color_type& c,
headers/libs/agg/agg_renderer_base.h
299
const color_type& c,
headers/libs/agg/agg_renderer_base.h
322
const color_type& c,
headers/libs/agg/agg_renderer_base.h
34
typedef typename pixfmt_type::color_type color_type;
headers/libs/agg/agg_renderer_base.h
345
void copy_color_hspan(int x, int y, int len, const color_type* colors)
headers/libs/agg/agg_renderer_base.h
368
void copy_color_vspan(int x, int y, int len, const color_type* colors)
headers/libs/agg/agg_renderer_base.h
392
const color_type* colors,
headers/libs/agg/agg_renderer_base.h
418
const color_type* colors,
headers/libs/agg/agg_renderer_markers.h
63
typedef typename base_ren_type::color_type color_type;
headers/libs/agg/agg_renderer_markers.h
649
void markers(int n, const T* x, const T* y, const T* r, const color_type* fc, marker_e type)
headers/libs/agg/agg_renderer_markers.h
677
void markers(int n, const T* x, const T* y, const T* r, const color_type* fc, const color_type* lc, marker_e type)
headers/libs/agg/agg_renderer_mclip.h
121
void clear(const color_type& c)
headers/libs/agg/agg_renderer_mclip.h
127
void copy_pixel(int x, int y, const color_type& c)
headers/libs/agg/agg_renderer_mclip.h
142
void blend_pixel(int x, int y, const color_type& c, cover_type cover)
headers/libs/agg/agg_renderer_mclip.h
157
color_type pixel(int x, int y) const
headers/libs/agg/agg_renderer_mclip.h
168
return color_type::no_color();
headers/libs/agg/agg_renderer_mclip.h
172
void copy_hline(int x1, int y, int x2, const color_type& c)
headers/libs/agg/agg_renderer_mclip.h
183
void copy_vline(int x, int y1, int y2, const color_type& c)
headers/libs/agg/agg_renderer_mclip.h
195
const color_type& c, cover_type cover)
headers/libs/agg/agg_renderer_mclip.h
207
const color_type& c, cover_type cover)
headers/libs/agg/agg_renderer_mclip.h
218
void copy_bar(int x1, int y1, int x2, int y2, const color_type& c)
headers/libs/agg/agg_renderer_mclip.h
230
const color_type& c, cover_type cover)
headers/libs/agg/agg_renderer_mclip.h
242
const color_type& c, const cover_type* covers)
headers/libs/agg/agg_renderer_mclip.h
254
const color_type& c, const cover_type* covers)
headers/libs/agg/agg_renderer_mclip.h
266
void copy_color_hspan(int x, int y, int len, const color_type* colors)
headers/libs/agg/agg_renderer_mclip.h
278
const color_type* colors,
headers/libs/agg/agg_renderer_mclip.h
292
const color_type* colors,
headers/libs/agg/agg_renderer_mclip.h
35
typedef typename pixfmt_type::color_type color_type;
headers/libs/agg/agg_renderer_outline_aa.h
1035
typedef typename Renderer::color_type color_type;
headers/libs/agg/agg_renderer_outline_aa.h
1350
typedef typename base_ren_type::color_type color_type;
headers/libs/agg/agg_renderer_outline_aa.h
1362
void color(const color_type& c) { m_color = c; }
headers/libs/agg/agg_renderer_outline_aa.h
1363
const color_type& color() const { return m_color; }
headers/libs/agg/agg_renderer_outline_aa.h
1828
color_type m_color;
headers/libs/agg/agg_renderer_outline_aa.h
468
typedef typename Renderer::color_type color_type;
headers/libs/agg/agg_renderer_outline_aa.h
581
typedef typename Renderer::color_type color_type;
headers/libs/agg/agg_renderer_outline_aa.h
675
typedef typename Renderer::color_type color_type;
headers/libs/agg/agg_renderer_outline_aa.h
886
typedef typename Renderer::color_type color_type;
headers/libs/agg/agg_renderer_outline_image.h
121
color_type* d1;
headers/libs/agg/agg_renderer_outline_image.h
122
color_type* d2;
headers/libs/agg/agg_renderer_outline_image.h
132
const color_type* s1;
headers/libs/agg/agg_renderer_outline_image.h
133
const color_type* s2;
headers/libs/agg/agg_renderer_outline_image.h
144
*d1++ = color_type::no_color();
headers/libs/agg/agg_renderer_outline_image.h
145
*d2++ = color_type::no_color();
headers/libs/agg/agg_renderer_outline_image.h
171
void pixel(color_type* p, int x, int y) const
headers/libs/agg/agg_renderer_outline_image.h
188
row_ptr_cache<color_type> m_buf;
headers/libs/agg/agg_renderer_outline_image.h
192
pod_array<color_type> m_data;
headers/libs/agg/agg_renderer_outline_image.h
211
typedef typename filter_type::color_type color_type;
headers/libs/agg/agg_renderer_outline_image.h
242
void pixel(color_type* p, int x, int y) const
headers/libs/agg/agg_renderer_outline_image.h
32
typedef typename Source::color_type color_type;
headers/libs/agg/agg_renderer_outline_image.h
44
color_type pixel(int x, int y) const
headers/libs/agg/agg_renderer_outline_image.h
475
typedef typename Renderer::color_type color_type;
headers/libs/agg/agg_renderer_outline_image.h
50
color_type pix1 = (y1 < 0) ? color_type::no_color() : m_source.pixel(x, y1);
headers/libs/agg/agg_renderer_outline_image.h
51
color_type pix2 = (y2 > h) ? color_type::no_color() : m_source.pixel(x, y2);
headers/libs/agg/agg_renderer_outline_image.h
622
color_type* p0 = m_colors + max_half_width + 2;
headers/libs/agg/agg_renderer_outline_image.h
623
color_type* p1 = p0;
headers/libs/agg/agg_renderer_outline_image.h
708
color_type* p0 = m_colors + max_half_width + 2;
headers/libs/agg/agg_renderer_outline_image.h
709
color_type* p1 = p0;
headers/libs/agg/agg_renderer_outline_image.h
71
typedef typename filter_type::color_type color_type;
headers/libs/agg/agg_renderer_outline_image.h
796
color_type m_colors[max_half_width * 2 + 4];
headers/libs/agg/agg_renderer_outline_image.h
814
typedef typename base_ren_type::color_type color_type;
headers/libs/agg/agg_renderer_outline_image.h
858
void pixel(color_type* p, int x, int y) const
headers/libs/agg/agg_renderer_outline_image.h
864
void blend_color_hspan(int x, int y, unsigned len, const color_type* colors)
headers/libs/agg/agg_renderer_outline_image.h
870
void blend_color_vspan(int x, int y, unsigned len, const color_type* colors)
headers/libs/agg/agg_renderer_primitives.h
216
color_type m_fill_color;
headers/libs/agg/agg_renderer_primitives.h
217
color_type m_line_color;
headers/libs/agg/agg_renderer_primitives.h
35
typedef typename base_ren_type::color_type color_type;
headers/libs/agg/agg_renderer_primitives.h
54
void fill_color(const color_type& c) { m_fill_color = c; }
headers/libs/agg/agg_renderer_primitives.h
55
void line_color(const color_type& c) { m_line_color = c; }
headers/libs/agg/agg_renderer_primitives.h
56
const color_type& fill_color() const { return m_fill_color; }
headers/libs/agg/agg_renderer_primitives.h
57
const color_type& line_color() const { return m_line_color; }
headers/libs/agg/agg_renderer_raster_text.h
105
void color(const color_type& c) { m_color = c; }
headers/libs/agg/agg_renderer_raster_text.h
106
const color_type& color() const { return m_color; }
headers/libs/agg/agg_renderer_raster_text.h
147
color_type m_color;
headers/libs/agg/agg_renderer_raster_text.h
32
typedef typename ren_type::color_type color_type;
headers/libs/agg/agg_renderer_raster_text.h
41
void color(const color_type& c) { m_color = c; }
headers/libs/agg/agg_renderer_raster_text.h
42
const color_type& color() const { return m_color; }
headers/libs/agg/agg_renderer_raster_text.h
83
color_type m_color;
headers/libs/agg/agg_renderer_raster_text.h
96
typedef typename ren_type::color_type color_type;
headers/libs/agg/agg_renderer_scanline.h
110
typedef typename base_ren_type::color_type color_type;
headers/libs/agg/agg_renderer_scanline.h
121
void color(const color_type& c) { m_color = c; }
headers/libs/agg/agg_renderer_scanline.h
122
const color_type& color() const { return m_color; }
headers/libs/agg/agg_renderer_scanline.h
135
color_type m_color;
headers/libs/agg/agg_renderer_scanline.h
167
typename BaseRenderer::color_type* colors = alloc.allocate(len);
headers/libs/agg/agg_renderer_scanline.h
276
typename BaseRenderer::color_type ren_color(color);
headers/libs/agg/agg_renderer_scanline.h
310
typedef typename base_ren_type::color_type color_type;
headers/libs/agg/agg_renderer_scanline.h
321
void color(const color_type& c) { m_color = c; }
headers/libs/agg/agg_renderer_scanline.h
322
const color_type& color() const { return m_color; }
headers/libs/agg/agg_renderer_scanline.h
335
color_type m_color;
headers/libs/agg/agg_renderer_scanline.h
360
typename BaseRenderer::color_type* colors = alloc.allocate(len);
headers/libs/agg/agg_renderer_scanline.h
499
typedef typename BaseRenderer::color_type color_type;
headers/libs/agg/agg_renderer_scanline.h
500
color_type* color_span = alloc.allocate(len * 2);
headers/libs/agg/agg_renderer_scanline.h
501
color_type* mix_buffer = color_span + len;
headers/libs/agg/agg_renderer_scanline.h
559
sl_len * sizeof(color_type));
headers/libs/agg/agg_renderer_scanline.h
575
color_type* colors;
headers/libs/agg/agg_renderer_scanline.h
576
color_type* cspan;
headers/libs/agg/agg_renderer_scanline.h
588
color_type c = sh.color(style);
headers/libs/agg/agg_renderer_scanline.h
68
typename BaseRenderer::color_type ren_color(color);
headers/libs/agg/agg_span_allocator.h
30
AGG_INLINE color_type* allocate(unsigned span_len)
headers/libs/agg/agg_span_allocator.h
43
AGG_INLINE color_type* span() { return &m_span[0]; }
headers/libs/agg/agg_span_allocator.h
47
pod_array<color_type> m_span;
headers/libs/agg/agg_span_converter.h
27
typedef typename SpanGenerator::color_type color_type;
headers/libs/agg/agg_span_converter.h
43
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_gouraud.h
35
color_type color;
headers/libs/agg/agg_span_gouraud.h
46
span_gouraud(const color_type& c1,
headers/libs/agg/agg_span_gouraud.h
47
const color_type& c2,
headers/libs/agg/agg_span_gouraud.h
48
const color_type& c3,
headers/libs/agg/agg_span_gouraud_gray.h
121
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_gouraud_gray.h
171
enum lim_e { lim = color_type::base_mask };
headers/libs/agg/agg_span_gouraud_gray.h
40
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_gouraud_gray.h
41
typedef span_gouraud<color_type> base_type;
headers/libs/agg/agg_span_gouraud_gray.h
93
span_gouraud_gray(const color_type& c1,
headers/libs/agg/agg_span_gouraud_gray.h
94
const color_type& c2,
headers/libs/agg/agg_span_gouraud_gray.h
95
const color_type& c3,
headers/libs/agg/agg_span_gouraud_rgba.h
105
span_gouraud_rgba(const color_type& c1,
headers/libs/agg/agg_span_gouraud_rgba.h
106
const color_type& c2,
headers/libs/agg/agg_span_gouraud_rgba.h
107
const color_type& c3,
headers/libs/agg/agg_span_gouraud_rgba.h
133
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_gouraud_rgba.h
187
enum lim_e { lim = color_type::base_mask };
headers/libs/agg/agg_span_gouraud_rgba.h
41
typedef span_gouraud<color_type> base_type;
headers/libs/agg/agg_span_gradient.h
126
gradient_linear_color(const color_type& c1, const color_type& c2,
headers/libs/agg/agg_span_gradient.h
131
color_type operator [] (unsigned v) const
headers/libs/agg/agg_span_gradient.h
136
void colors(const color_type& c1, const color_type& c2, unsigned size = 256)
headers/libs/agg/agg_span_gradient.h
143
color_type m_c1;
headers/libs/agg/agg_span_gradient.h
144
color_type m_c2;
headers/libs/agg/agg_span_gradient.h
89
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_gradient_alpha.h
33
typedef typename color_type::value_type alpha_type;
headers/libs/agg/agg_span_gradient_alpha.h
74
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_gray.h
107
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_gray.h
160
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_gray.h
163
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_gray.h
164
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_gray.h
167
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_gray.h
168
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_gray.h
174
const color_type& back_color,
headers/libs/agg/agg_span_image_filter_gray.h
179
const color_type& background_color() const { return m_back_color; }
headers/libs/agg/agg_span_image_filter_gray.h
180
void background_color(const color_type& v) { m_back_color = v; }
headers/libs/agg/agg_span_image_filter_gray.h
183
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_gray.h
325
color_type m_back_color;
headers/libs/agg/agg_span_image_filter_gray.h
337
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_gray.h
340
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_gray.h
341
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_gray.h
344
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_gray.h
345
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_gray.h
358
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_gray.h
41
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_gray.h
436
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_gray.h
439
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_gray.h
44
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_gray.h
440
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_gray.h
443
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_gray.h
444
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_gray.h
45
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_gray.h
456
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_gray.h
48
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_gray.h
49
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_gray.h
536
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_gray.h
539
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_gray.h
540
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_span_image_filter_gray.h
543
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_gray.h
544
base_mask = color_type::base_mask,
headers/libs/agg/agg_span_image_filter_gray.h
558
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_gray.h
60
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_gray.h
640
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_gray.h
643
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_gray.h
644
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_span_image_filter_gray.h
647
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_gray.h
648
base_mask = color_type::base_mask,
headers/libs/agg/agg_span_image_filter_gray.h
661
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_gray.h
87
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_gray.h
90
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_gray.h
91
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_gray.h
94
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_gray.h
95
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_rgb.h
100
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgb.h
101
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_rgb.h
113
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgb.h
187
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgb.h
191
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgb.h
192
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_rgb.h
195
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgb.h
196
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_rgb.h
202
const color_type& back_color,
headers/libs/agg/agg_span_image_filter_rgb.h
207
const color_type& background_color() const { return m_back_color; }
headers/libs/agg/agg_span_image_filter_rgb.h
208
void background_color(const color_type& v) { m_back_color = v; }
headers/libs/agg/agg_span_image_filter_rgb.h
211
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgb.h
409
color_type m_back_color;
headers/libs/agg/agg_span_image_filter_rgb.h
41
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgb.h
421
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgb.h
425
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgb.h
426
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_rgb.h
429
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgb.h
430
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_rgb.h
443
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgb.h
45
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgb.h
46
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_rgb.h
49
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgb.h
50
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_rgb.h
538
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgb.h
542
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgb.h
543
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_rgb.h
546
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgb.h
547
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_rgb.h
559
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgb.h
61
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgb.h
654
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgb.h
658
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgb.h
659
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_span_image_filter_rgb.h
662
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgb.h
663
base_mask = color_type::base_mask,
headers/libs/agg/agg_span_image_filter_rgb.h
677
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgb.h
771
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgb.h
775
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgb.h
776
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_span_image_filter_rgb.h
779
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgb.h
780
base_mask = color_type::base_mask,
headers/libs/agg/agg_span_image_filter_rgb.h
793
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgb.h
92
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgb.h
96
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgb.h
97
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_rgba.h
100
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgba.h
101
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_rgba.h
113
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgba.h
193
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgba.h
197
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgba.h
198
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_rgba.h
201
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgba.h
202
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_rgba.h
208
const color_type& back_color,
headers/libs/agg/agg_span_image_filter_rgba.h
213
const color_type& background_color() const { return m_back_color; }
headers/libs/agg/agg_span_image_filter_rgba.h
214
void background_color(const color_type& v) { m_back_color = v; }
headers/libs/agg/agg_span_image_filter_rgba.h
218
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgba.h
41
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgba.h
421
color_type m_back_color;
headers/libs/agg/agg_span_image_filter_rgba.h
432
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgba.h
436
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgba.h
437
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_rgba.h
440
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgba.h
441
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_rgba.h
45
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgba.h
454
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgba.h
46
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_rgba.h
49
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgba.h
50
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_rgba.h
555
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgba.h
559
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgba.h
560
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_image_filter_rgba.h
563
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgba.h
564
base_mask = color_type::base_mask
headers/libs/agg/agg_span_image_filter_rgba.h
576
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgba.h
61
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgba.h
674
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgba.h
678
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgba.h
679
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_span_image_filter_rgba.h
682
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgba.h
683
base_mask = color_type::base_mask,
headers/libs/agg/agg_span_image_filter_rgba.h
697
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgba.h
795
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgba.h
799
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgba.h
800
typedef typename color_type::long_type long_type;
headers/libs/agg/agg_span_image_filter_rgba.h
803
base_shift = color_type::base_shift,
headers/libs/agg/agg_span_image_filter_rgba.h
804
base_mask = color_type::base_mask,
headers/libs/agg/agg_span_image_filter_rgba.h
817
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_image_filter_rgba.h
92
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_image_filter_rgba.h
96
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_image_filter_rgba.h
97
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_pattern_gray.h
38
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_pattern_gray.h
39
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_pattern_gray.h
40
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_pattern_gray.h
49
m_alpha(color_type::base_mask)
headers/libs/agg/agg_span_pattern_gray.h
67
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_pattern_rgb.h
38
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_pattern_rgb.h
40
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_pattern_rgb.h
41
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_pattern_rgb.h
50
m_alpha(color_type::base_mask)
headers/libs/agg/agg_span_pattern_rgb.h
68
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_pattern_rgba.h
38
typedef typename source_type::color_type color_type;
headers/libs/agg/agg_span_pattern_rgba.h
40
typedef typename color_type::value_type value_type;
headers/libs/agg/agg_span_pattern_rgba.h
41
typedef typename color_type::calc_type calc_type;
headers/libs/agg/agg_span_pattern_rgba.h
67
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_solid.h
34
void color(const color_type& c) { m_color = c; }
headers/libs/agg/agg_span_solid.h
35
const color_type& color() const { return m_color; }
headers/libs/agg/agg_span_solid.h
41
void generate(color_type* span, int x, int y, unsigned len)
headers/libs/agg/agg_span_solid.h
47
color_type m_color;
src/add-ons/translators/png/PNGTranslator.cpp
351
int bit_depth, color_type, interlace_type;
src/add-ons/translators/png/PNGTranslator.cpp
352
png_get_IHDR(ppng, pinfo, &width, &height, &bit_depth, &color_type,
src/add-ons/translators/png/PNGTranslator.cpp
363
if (color_type == PNG_COLOR_TYPE_PALETTE)
src/add-ons/translators/png/PNGTranslator.cpp
366
if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
src/add-ons/translators/png/PNGTranslator.cpp
380
if (color_type & PNG_COLOR_MASK_COLOR)
src/add-ons/translators/png/PNGTranslator.cpp
384
if (color_type == PNG_COLOR_TYPE_GRAY ||
src/add-ons/translators/png/PNGTranslator.cpp
385
color_type == PNG_COLOR_TYPE_GRAY_ALPHA) {
src/add-ons/translators/png/PNGTranslator.cpp
389
if (color_type & PNG_COLOR_MASK_ALPHA) {
src/add-ons/translators/png/PNGTranslator.cpp
748
int bit_depth, color_type, interlace_type;
src/add-ons/translators/png/PNGTranslator.cpp
757
color_type = PNG_COLOR_TYPE_RGB_ALPHA;
src/add-ons/translators/png/PNGTranslator.cpp
772
color_type = PNG_COLOR_TYPE_RGB;
src/add-ons/translators/png/PNGTranslator.cpp
779
color_type = PNG_COLOR_TYPE_GRAY;
src/add-ons/translators/png/PNGTranslator.cpp
892
png_set_IHDR(ppng, pinfo, width, height, bit_depth, color_type,
src/apps/mediaplayer/support/StackBlurFilter.cpp
161
color_type* stack_pix_ptr;
src/apps/mediaplayer/support/StackBlurFilter.cpp
185
agg::pod_vector<color_type> stack;
src/servers/app/drawing/Painter/agg_renderer_region.h
201
void clear(const color_type& c)
src/servers/app/drawing/Painter/agg_renderer_region.h
207
void copy_pixel(int x, int y, const color_type& c)
src/servers/app/drawing/Painter/agg_renderer_region.h
224
void blend_pixel(int x, int y, const color_type& c, cover_type cover)
src/servers/app/drawing/Painter/agg_renderer_region.h
241
color_type pixel(int x, int y) const
src/servers/app/drawing/Painter/agg_renderer_region.h
254
return color_type::no_color();
src/servers/app/drawing/Painter/agg_renderer_region.h
258
void copy_hline(int x1, int y, int x2, const color_type& c)
src/servers/app/drawing/Painter/agg_renderer_region.h
272
void copy_vline(int x, int y1, int y2, const color_type& c)
src/servers/app/drawing/Painter/agg_renderer_region.h
287
const color_type& c, cover_type cover)
src/servers/app/drawing/Painter/agg_renderer_region.h
302
const color_type& c, cover_type cover)
src/servers/app/drawing/Painter/agg_renderer_region.h
316
void copy_bar(int x1, int y1, int x2, int y2, const color_type& c)
src/servers/app/drawing/Painter/agg_renderer_region.h
32
typedef typename pixfmt_type::color_type color_type;
src/servers/app/drawing/Painter/agg_renderer_region.h
331
const color_type& c, cover_type cover)
src/servers/app/drawing/Painter/agg_renderer_region.h
347
const color_type& c, const cover_type* covers)
src/servers/app/drawing/Painter/agg_renderer_region.h
361
const color_type& c, const cover_type* covers)
src/servers/app/drawing/Painter/agg_renderer_region.h
375
const color_type& c, const cover_type* covers)
src/servers/app/drawing/Painter/agg_renderer_region.h
389
const color_type* colors,
src/servers/app/drawing/Painter/agg_renderer_region.h
405
const color_type* colors,
src/servers/app/drawing/Painter/agg_renderer_region.h
421
const color_type* colors,
src/servers/app/drawing/Painter/agg_renderer_region.h
431
const color_type* colors,
src/servers/app/drawing/Painter/agg_renderer_scanline_subpix.h
56
typedef typename base_ren_type::color_type color_type;
src/servers/app/drawing/Painter/agg_renderer_scanline_subpix.h
67
void color(const color_type& c) { m_color = c; }
src/servers/app/drawing/Painter/agg_renderer_scanline_subpix.h
68
const color_type& color() const { return m_color; }
src/servers/app/drawing/Painter/agg_renderer_scanline_subpix.h
81
color_type m_color;
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapGeneric.h
63
agg::span_allocator<pixfmt_image::color_type> spanAllocator;
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
102
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
107
value_type* p = buffer->row_ptr(y) + x * sizeof(color_type);
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
112
p += sizeof(color_type) / sizeof(value_type);
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
20
typedef typename CompOp::color_type color_type;
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
21
typedef typename CompOp::color_type::value_type value_type;
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
25
const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
29
value_type* p = buffer->row_ptr(y) + x * sizeof(color_type);
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
38
const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
42
value_type* p = buffer->row_ptr(y) + x * sizeof(color_type);
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
48
p += sizeof(color_type) / sizeof(value_type);
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
55
const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
59
value_type* p = buffer->row_ptr(y) + x * sizeof(color_type);
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
65
p += sizeof(color_type) / sizeof(value_type);
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
73
const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
84
const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/AggCompOpAdapter.h
88
value_type* p = buffer->row_ptr(y) + x * sizeof(color_type);
src/servers/app/drawing/Painter/drawing_modes/DrawingMode.h
20
typedef PixelFormat::color_type color_type;
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAdd.h
107
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAdd.h
130
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAdd.h
40
blend_pixel_add(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAdd.h
55
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAdd.h
83
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAddSUBPIX.h
30
blend_solid_hspan_add_subpix(int x, int y, unsigned len, const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCC.h
117
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCC.h
142
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCC.h
31
blend_pixel_alpha_cc(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCC.h
47
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCC.h
93
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCCSUBPIX.h
26
const color_type& c, const uint8* covers, agg_buffer* buffer,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCO.h
119
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCO.h
144
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCO.h
31
blend_pixel_alpha_co(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCO.h
47
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCO.h
93
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCOSUBPIX.h
26
const color_type& c, const uint8* covers, agg_buffer* buffer,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCOSolid.h
16
blend_pixel_alpha_co_solid(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCOSolid.h
31
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCOSolid.h
68
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCOSolid.h
93
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaCOSolidSUBPIX.h
20
const color_type& c, const uint8* covers, agg_buffer* buffer,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPC.h
116
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPC.h
31
blend_pixel_alpha_pc(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPC.h
47
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPC.h
69
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPC.h
92
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPCSUBPIX.h
26
const color_type& c, const uint8* covers, agg_buffer* buffer,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPCSolid.h
114
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPCSolid.h
32
blend_pixel_alpha_pc_solid(int x, int y, const color_type& color, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPCSolid.h
47
const color_type& color, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPCSolid.h
72
const color_type& color, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPCSolid.h
93
const color_type& color, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPO.h
118
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPO.h
31
blend_pixel_alpha_po(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPO.h
47
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPO.h
69
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPO.h
94
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPOSUBPIX.h
26
const color_type& c, const uint8* covers, agg_buffer* buffer,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPOSolid.h
16
blend_pixel_alpha_po_solid(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPOSolid.h
31
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPOSolid.h
68
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPOSolid.h
92
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeAlphaPOSolidSUBPIX.h
19
const color_type& c, const uint8* covers, agg_buffer* buffer,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeBlend.h
105
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeBlend.h
128
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeBlend.h
38
blend_pixel_blend(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeBlend.h
53
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeBlend.h
81
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeBlendSUBPIX.h
31
blend_solid_hspan_blend_subpix(int x, int y, unsigned len, const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeCopy.h
122
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeCopy.h
146
blend_color_hspan_copy(int x, int y, unsigned len, const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeCopy.h
32
blend_pixel_copy(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeCopy.h
49
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeCopy.h
96
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeCopySUBPIX.h
25
blend_solid_hspan_copy_subpix(int x, int y, unsigned len, const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeCopySolid.h
106
const color_type* colors, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeCopySolid.h
16
blend_pixel_copy_solid(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeCopySolid.h
30
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeCopySolid.h
59
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeCopySolid.h
83
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeCopySolidSUBPIX.h
20
const color_type& c, const uint8* covers, agg_buffer* buffer,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeErase.h
108
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeErase.h
133
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeErase.h
31
blend_pixel_erase(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeErase.h
48
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeErase.h
82
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeEraseSUBPIX.h
25
blend_solid_hspan_erase_subpix(int x, int y, unsigned len, const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeInvert.h
103
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeInvert.h
127
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeInvert.h
36
blend_pixel_invert(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeInvert.h
52
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeInvert.h
78
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeInvertSUBPIX.h
29
blend_solid_hspan_invert_subpix(int x, int y, unsigned len, const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeMax.h
110
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeMax.h
133
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeMax.h
43
blend_pixel_max(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeMax.h
58
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeMax.h
86
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeMaxSUBPIX.h
30
blend_solid_hspan_max_subpix(int x, int y, unsigned len, const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeMin.h
104
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeMin.h
127
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeMin.h
37
blend_pixel_min(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeMin.h
52
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeMin.h
80
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeMinSUBPIX.h
30
blend_solid_hspan_min_subpix(int x, int y, unsigned len, const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeOver.h
108
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeOver.h
133
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeOver.h
31
blend_pixel_over(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeOver.h
48
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeOver.h
82
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeOverSUBPIX.h
25
blend_solid_hspan_over_subpix(int x, int y, unsigned len, const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeOverSolid.h
16
blend_pixel_over_solid(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeOverSolid.h
33
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeOverSolid.h
65
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeOverSolid.h
89
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeOverSolidSUBPIX.h
19
const color_type& c, const uint8* covers, agg_buffer* buffer,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeSelect.h
106
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeSelect.h
134
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeSelect.h
161
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeSelect.h
55
blend_pixel_select(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeSelect.h
76
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeSelectSUBPIX.h
25
blend_solid_hspan_select_subpix(int x, int y, unsigned len, const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeSubtract.h
109
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeSubtract.h
132
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeSubtract.h
42
blend_pixel_subtract(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeSubtract.h
57
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeSubtract.h
85
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/DrawingModeSubtractSUBPIX.h
31
const color_type& c, const uint8* covers, agg_buffer* buffer,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.cpp
106
unsigned len, const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.cpp
116
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.cpp
126
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.cpp
61
blend_pixel_empty(int x, int y, const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.cpp
70
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.cpp
79
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.cpp
88
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.cpp
97
const color_type& c, const uint8* covers,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
122
inline static void make_pix(uint8* p, const color_type& c);
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
126
const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
132
const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
137
const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
142
const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
147
const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
152
const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
157
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
163
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
210
PixelFormat::make_pix(uint8* p, const color_type& c)
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
232
PixelFormat::blend_pixel(int x, int y, const color_type& c, uint8 cover)
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
240
const color_type& c, uint8 cover)
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
248
const color_type& c, uint8 cover)
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
256
const color_type& c, const uint8* covers)
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
264
const color_type& c, const uint8* covers)
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
272
const color_type& c, const uint8* covers)
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
280
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
291
const color_type* colors,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
64
base_shift = color_type::base_shift,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
65
base_scale = color_type::base_scale,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
66
base_mask = color_type::base_mask,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
70
typedef void (*blend_pixel_f)(int x, int y, const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
76
const color_type& c, uint8 cover,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
81
const color_type& c,
src/servers/app/drawing/Painter/drawing_modes/PixelFormat.h
87
const color_type* colors,
src/tests/kits/game/chart/ChartRender.cpp
418
*draw8 = buf->colors[s->color_type][pixel_color_offset[s->level]];
src/tests/kits/game/chart/ChartRender.cpp
423
*draw16 = buf->colors[s->color_type][pixel_color_offset[s->level]];
src/tests/kits/game/chart/ChartRender.cpp
428
*draw32 = buf->colors[s->color_type][pixel_color_offset[s->level]];
src/tests/kits/game/chart/ChartRender.cpp
436
colors = buf->colors[s->color_type];
src/tests/kits/game/chart/ChartRender.h
146
uint8 color_type;
src/tests/kits/game/chart/ChartRender_d.h
167
uint8 color_type;
src/tests/kits/game/chart/ChartWindow.cpp
1944
fStars.list[i].color_type = color_list[index];
src/tests/kits/game/chart/ChartWindow.cpp
1950
fSpecials.list[i].color_type = color_list[index];
src/tools/translation/pnginfo/pnginfo.cpp
137
int bit_depth, color_type, interlace_type, compression_type, filter_type;
src/tools/translation/pnginfo/pnginfo.cpp
138
png_get_IHDR(ppng, pinfo, &width, &height, &bit_depth, &color_type,
src/tools/translation/pnginfo/pnginfo.cpp
149
switch (color_type) {
src/tools/translation/pnginfo/pnginfo.cpp
169
printf("%s (%d)\n", desc, color_type);