Symbol: image_subpixel_shift
headers/libs/agg/agg_image_filters.h
41
image_subpixel_scale = 1 << image_subpixel_shift, //----image_subpixel_scale
headers/libs/agg/agg_image_filters.h
56
unsigned pivot = diameter() << (image_subpixel_shift - 1);
headers/libs/agg/agg_image_filters.h
64
unsigned end = (diameter() << image_subpixel_shift) - 1;
headers/libs/agg/agg_span_image_filter.h
230
*rx = (*rx * m_blur_x) >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter.h
231
*ry = (*ry * m_blur_y) >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
123
int x_lr = x_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
124
int y_lr = y_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
143
span->v = value_type(fg >> (image_subpixel_shift * 2));
headers/libs/agg/agg_span_image_filter_gray.h
207
int x_lr = x_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
208
int y_lr = y_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
228
fg >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_gray.h
312
fg >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_gray.h
313
src_alpha >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_gray.h
368
image_subpixel_shift);
headers/libs/agg/agg_span_image_filter_gray.h
379
int x_lr = x_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
380
int y_lr = y_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
481
int x_lr = x_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
482
int y_lr = y_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
566
int filter_scale = diameter << image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
571
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
584
int y_lr = y >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
587
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
589
int x_lr = x >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
592
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
668
int filter_scale = diameter << image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
68
base_type::source().span(x >> image_subpixel_shift,
headers/libs/agg/agg_span_image_filter_gray.h
688
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
69
y >> image_subpixel_shift,
headers/libs/agg/agg_span_image_filter_gray.h
695
int y_lr = y >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
698
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
700
int x_lr = x >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_gray.h
703
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
129
int x_lr = x_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
130
int y_lr = y_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
166
span->r = value_type(fg[order_type::R] >> (image_subpixel_shift * 2));
headers/libs/agg/agg_span_image_filter_rgb.h
167
span->g = value_type(fg[order_type::G] >> (image_subpixel_shift * 2));
headers/libs/agg/agg_span_image_filter_rgb.h
168
span->b = value_type(fg[order_type::B] >> (image_subpixel_shift * 2));
headers/libs/agg/agg_span_image_filter_rgb.h
237
int x_lr = x_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
238
int y_lr = y_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
279
fg[0] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgb.h
280
fg[1] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgb.h
281
fg[2] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgb.h
392
fg[0] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgb.h
393
fg[1] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgb.h
394
fg[2] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgb.h
395
src_alpha >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgb.h
453
image_subpixel_shift);
headers/libs/agg/agg_span_image_filter_rgb.h
464
int x_lr = x_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
465
int y_lr = y_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
584
int x_lr = x_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
585
int y_lr = y_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
685
int filter_scale = diameter << image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
69
base_type::source().span(x >> image_subpixel_shift,
headers/libs/agg/agg_span_image_filter_rgb.h
690
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
70
y >> image_subpixel_shift,
headers/libs/agg/agg_span_image_filter_rgb.h
703
int y_lr = y >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
706
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
708
int x_lr = x >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
711
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
800
int filter_scale = diameter << image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
820
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
827
int y_lr = y >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
830
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
832
int x_lr = x >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgb.h
835
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
131
int x_lr = x_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
132
int y_lr = y_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
173
span->r = value_type(fg[order_type::R] >> (image_subpixel_shift * 2));
headers/libs/agg/agg_span_image_filter_rgba.h
174
span->g = value_type(fg[order_type::G] >> (image_subpixel_shift * 2));
headers/libs/agg/agg_span_image_filter_rgba.h
175
span->b = value_type(fg[order_type::B] >> (image_subpixel_shift * 2));
headers/libs/agg/agg_span_image_filter_rgba.h
176
span->a = value_type(fg[order_type::A] >> (image_subpixel_shift * 2));
headers/libs/agg/agg_span_image_filter_rgba.h
243
int x_lr = x_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
244
int y_lr = y_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
291
fg[0] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgba.h
292
fg[1] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgba.h
293
fg[2] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgba.h
294
fg[3] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgba.h
404
fg[0] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgba.h
405
fg[1] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgba.h
406
fg[2] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgba.h
407
fg[3] >>= image_subpixel_shift * 2;
headers/libs/agg/agg_span_image_filter_rgba.h
464
image_subpixel_shift);
headers/libs/agg/agg_span_image_filter_rgba.h
476
int x_lr = x_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
477
int y_lr = y_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
601
int x_lr = x_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
602
int y_lr = y_hr >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
69
base_type::source().span(x >> image_subpixel_shift,
headers/libs/agg/agg_span_image_filter_rgba.h
70
y >> image_subpixel_shift,
headers/libs/agg/agg_span_image_filter_rgba.h
705
int filter_scale = diameter << image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
710
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
723
int y_lr = y >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
726
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
728
int x_lr = x >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
731
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
824
int filter_scale = diameter << image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
844
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
851
int y_lr = y >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
854
image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
856
int x_lr = x >> image_subpixel_shift;
headers/libs/agg/agg_span_image_filter_rgba.h
859
image_subpixel_shift;
src/libs/agg/src/agg_image_filters.cpp
32
unsigned size = m_diameter << image_subpixel_shift;
src/libs/agg/src/agg_image_filters.cpp
91
unsigned pivot = m_diameter << (image_subpixel_shift - 1);
src/libs/agg/src/agg_image_filters.cpp
97
unsigned end = (diameter() << image_subpixel_shift) - 1;