Symbol: line_subpixel_shift
headers/libs/agg/agg_line_aa_basics.h
30
line_subpixel_scale = 1 << line_subpixel_shift, //----line_subpixel_scale
headers/libs/agg/agg_line_aa_basics.h
33
line_max_length = 1 << (line_subpixel_shift + 10) //----line_max_length
headers/libs/agg/agg_line_aa_basics.h
47
return x >> (line_subpixel_shift - line_mr_subpixel_shift);
headers/libs/agg/agg_line_aa_basics.h
53
return x << (line_subpixel_shift - line_mr_subpixel_shift);
headers/libs/agg/agg_line_aa_basics.h
59
return x << line_subpixel_shift;
headers/libs/agg/agg_pattern_filters_rgba.h
111
p->r = (value_type)(r >> line_subpixel_shift * 2);
headers/libs/agg/agg_pattern_filters_rgba.h
112
p->g = (value_type)(g >> line_subpixel_shift * 2);
headers/libs/agg/agg_pattern_filters_rgba.h
113
p->b = (value_type)(b >> line_subpixel_shift * 2);
headers/libs/agg/agg_pattern_filters_rgba.h
114
p->a = (value_type)(a >> line_subpixel_shift * 2);
headers/libs/agg/agg_pattern_filters_rgba.h
41
*p = buf[y >> line_subpixel_shift]
headers/libs/agg/agg_pattern_filters_rgba.h
42
[x >> line_subpixel_shift];
headers/libs/agg/agg_pattern_filters_rgba.h
73
int x_lr = x >> line_subpixel_shift;
headers/libs/agg/agg_pattern_filters_rgba.h
74
int y_lr = y >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
1054
base_type::m_x = (base_type::m_lp->x1 + base_type::m_li.y()) >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
108
m_dx <<= line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
1085
base_type::m_y = (base_type::m_lp->y1 + base_type::m_li.y()) >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
109
m_dy <<= line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
1264
subpixel_shift = line_subpixel_shift,
headers/libs/agg/agg_renderer_outline_aa.h
1414
int x = x1 << line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
1415
int y = y1 << line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
1449
int r = ((subpixel_width() + line_subpixel_mask) >> line_subpixel_shift);
headers/libs/agg/agg_renderer_outline_aa.h
1456
int x = xc1 >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
1457
int y = yc1 >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
1486
int x = xh1 << line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
1487
int y = yh1 << line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
1520
int r = ((subpixel_width() + line_subpixel_mask) >> line_subpixel_shift);
headers/libs/agg/agg_renderer_outline_aa.h
1527
int x = xc >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
1528
int y = yc >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
185
m_dx <<= line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
186
m_dy <<= line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
204
m_dx <<= line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
205
m_dy <<= line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
338
m_dx <<= line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
339
m_dy <<= line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
485
m_x(lp.x1 >> line_subpixel_shift),
headers/libs/agg/agg_renderer_outline_aa.h
486
m_y(lp.y1 >> line_subpixel_shift),
headers/libs/agg/agg_renderer_outline_aa.h
489
m_count((lp.vertical ? abs((lp.y2 >> line_subpixel_shift) - m_y) :
headers/libs/agg/agg_renderer_outline_aa.h
490
abs((lp.x2 >> line_subpixel_shift) - m_x))),
headers/libs/agg/agg_renderer_outline_aa.h
493
m_max_extent((m_width + line_subpixel_mask) >> line_subpixel_shift),
headers/libs/agg/agg_renderer_outline_aa.h
497
(lp.dy << agg::line_subpixel_shift) :
headers/libs/agg/agg_renderer_outline_aa.h
498
(lp.dx << agg::line_subpixel_shift),
headers/libs/agg/agg_renderer_outline_aa.h
517
m_y = (m_lp->y1 + m_li.y()) >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
532
m_x = (m_lp->x1 + m_li.y()) >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
696
base_type::m_x = (base_type::m_lp->x1 + base_type::m_li.y()) >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_aa.h
728
base_type::m_y = (base_type::m_lp->y1 + base_type::m_li.y()) >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_image.h
236
m_mask <<= line_subpixel_shift - 1;
headers/libs/agg/agg_renderer_outline_image.h
287
int dx = iround(((x2 - x1) << line_subpixel_shift) / d);
headers/libs/agg/agg_renderer_outline_image.h
288
int dy = iround(((y2 - y1) << line_subpixel_shift) / d);
headers/libs/agg/agg_renderer_outline_image.h
293
line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_image.h
295
m_dx <<= line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_image.h
296
m_dy <<= line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_image.h
496
m_x(lp.x1 >> line_subpixel_shift),
headers/libs/agg/agg_renderer_outline_image.h
497
m_y(lp.y1 >> line_subpixel_shift),
headers/libs/agg/agg_renderer_outline_image.h
500
m_count((lp.vertical ? abs((lp.y2 >> line_subpixel_shift) - m_y) :
headers/libs/agg/agg_renderer_outline_image.h
501
abs((lp.x2 >> line_subpixel_shift) - m_x))),
headers/libs/agg/agg_renderer_outline_image.h
504
m_max_extent((m_width + line_subpixel_scale) >> line_subpixel_shift),
headers/libs/agg/agg_renderer_outline_image.h
509
(lp.dy << agg::line_subpixel_shift) :
headers/libs/agg/agg_renderer_outline_image.h
510
(lp.dx << agg::line_subpixel_shift),
headers/libs/agg/agg_renderer_outline_image.h
533
m_x = (m_lp.x1 + m_li.y()) >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_image.h
566
m_y = (m_lp.y1 + m_li.y()) >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_image.h
601
m_y = (m_lp.y1 + m_li.y()) >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_image.h
687
m_x = (m_lp.x1 + m_li.y()) >> line_subpixel_shift;
headers/libs/agg/agg_renderer_outline_image.h
77
m_dilation_hr(m_dilation << line_subpixel_shift),
headers/libs/agg/agg_renderer_outline_image.h
93
m_dilation_hr(m_dilation << line_subpixel_shift),