Symbol: poly_subpixel_scale
headers/libs/agg/agg_basics.h
257
poly_subpixel_mask = poly_subpixel_scale-1 //----poly_subpixel_mask
headers/libs/agg/agg_rasterizer_cells_aa.h
241
p = (poly_subpixel_scale - fx1) * (y2 - y1);
headers/libs/agg/agg_rasterizer_cells_aa.h
242
first = poly_subpixel_scale;
headers/libs/agg/agg_rasterizer_cells_aa.h
273
p = poly_subpixel_scale * (y2 - y1 + delta);
headers/libs/agg/agg_rasterizer_cells_aa.h
296
m_curr_cell.area += poly_subpixel_scale * delta;
headers/libs/agg/agg_rasterizer_cells_aa.h
304
m_curr_cell.area += (fx2 + poly_subpixel_scale - first) * delta;
headers/libs/agg/agg_rasterizer_cells_aa.h
370
first = poly_subpixel_scale;
headers/libs/agg/agg_rasterizer_cells_aa.h
387
delta = first + first - poly_subpixel_scale;
headers/libs/agg/agg_rasterizer_cells_aa.h
398
delta = fy2 - poly_subpixel_scale + first;
headers/libs/agg/agg_rasterizer_cells_aa.h
405
p = (poly_subpixel_scale - fy1) * dx;
headers/libs/agg/agg_rasterizer_cells_aa.h
406
first = poly_subpixel_scale;
headers/libs/agg/agg_rasterizer_cells_aa.h
433
p = poly_subpixel_scale * dx;
headers/libs/agg/agg_rasterizer_cells_aa.h
455
render_hline(ey1, x_from, poly_subpixel_scale - first, x_to, first);
headers/libs/agg/agg_rasterizer_cells_aa.h
462
render_hline(ey1, x_from, poly_subpixel_scale - first, x2, fy2);
headers/libs/agg/agg_rasterizer_sl_clip.h
38
static int upscale(double v) { return iround(v * poly_subpixel_scale); }
headers/libs/agg/agg_rasterizer_sl_clip.h
54
return saturation<poly_max_coord>::iround(v * poly_subpixel_scale);
headers/libs/agg/agg_rasterizer_sl_clip.h
69
static int upscale(double v) { return iround(v * poly_subpixel_scale); }
headers/libs/agg/agg_rasterizer_sl_clip.h
81
static int xi(double v) { return iround(v * poly_subpixel_scale); }
headers/libs/agg/agg_rasterizer_sl_clip.h
82
static int yi(double v) { return iround(v * poly_subpixel_scale); }
headers/libs/agg/agg_rasterizer_sl_clip.h
84
static double downscale(int v) { return v / double(poly_subpixel_scale); }
headers/libs/agg/agg_rasterizer_sl_clip.h
95
static int xi(double v) { return iround(v * poly_subpixel_scale * 3); }
headers/libs/agg/agg_rasterizer_sl_clip.h
96
static int yi(double v) { return iround(v * poly_subpixel_scale); }
headers/libs/agg/agg_rasterizer_sl_clip.h
98
static double downscale(int v) { return v / double(poly_subpixel_scale); }