Symbol: conv_type
headers/libs/agg/agg_rasterizer_compound_aa.h
322
m_clipper.clip_box(conv_type::upscale(x1), conv_type::upscale(y1),
headers/libs/agg/agg_rasterizer_compound_aa.h
323
conv_type::upscale(x2), conv_type::upscale(y2));
headers/libs/agg/agg_rasterizer_compound_aa.h
354
m_clipper.move_to(m_start_x = conv_type::downscale(x),
headers/libs/agg/agg_rasterizer_compound_aa.h
355
m_start_y = conv_type::downscale(y));
headers/libs/agg/agg_rasterizer_compound_aa.h
363
conv_type::downscale(x),
headers/libs/agg/agg_rasterizer_compound_aa.h
364
conv_type::downscale(y));
headers/libs/agg/agg_rasterizer_compound_aa.h
372
m_clipper.move_to(m_start_x = conv_type::upscale(x),
headers/libs/agg/agg_rasterizer_compound_aa.h
373
m_start_y = conv_type::upscale(y));
headers/libs/agg/agg_rasterizer_compound_aa.h
381
conv_type::upscale(x),
headers/libs/agg/agg_rasterizer_compound_aa.h
382
conv_type::upscale(y));
headers/libs/agg/agg_rasterizer_compound_aa.h
410
m_clipper.move_to(conv_type::downscale(x1), conv_type::downscale(y1));
headers/libs/agg/agg_rasterizer_compound_aa.h
412
conv_type::downscale(x2),
headers/libs/agg/agg_rasterizer_compound_aa.h
413
conv_type::downscale(y2));
headers/libs/agg/agg_rasterizer_compound_aa.h
422
m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
headers/libs/agg/agg_rasterizer_compound_aa.h
424
conv_type::upscale(x2),
headers/libs/agg/agg_rasterizer_compound_aa.h
425
conv_type::upscale(y2));
headers/libs/agg/agg_rasterizer_compound_aa.h
90
typedef typename Clip::conv_type conv_type;
headers/libs/agg/agg_rasterizer_scanline_aa.h
112
typedef typename Clip::conv_type conv_type;
headers/libs/agg/agg_rasterizer_scanline_aa.h
344
m_clipper.clip_box(conv_type::upscale(x1), conv_type::upscale(y1),
headers/libs/agg/agg_rasterizer_scanline_aa.h
345
conv_type::upscale(x2), conv_type::upscale(y2));
headers/libs/agg/agg_rasterizer_scanline_aa.h
373
m_clipper.move_to(m_start_x = conv_type::downscale(x),
headers/libs/agg/agg_rasterizer_scanline_aa.h
374
m_start_y = conv_type::downscale(y));
headers/libs/agg/agg_rasterizer_scanline_aa.h
383
conv_type::downscale(x),
headers/libs/agg/agg_rasterizer_scanline_aa.h
384
conv_type::downscale(y));
headers/libs/agg/agg_rasterizer_scanline_aa.h
394
m_clipper.move_to(m_start_x = conv_type::upscale(x),
headers/libs/agg/agg_rasterizer_scanline_aa.h
395
m_start_y = conv_type::upscale(y));
headers/libs/agg/agg_rasterizer_scanline_aa.h
404
conv_type::upscale(x),
headers/libs/agg/agg_rasterizer_scanline_aa.h
405
conv_type::upscale(y));
headers/libs/agg/agg_rasterizer_scanline_aa.h
434
m_clipper.move_to(conv_type::downscale(x1), conv_type::downscale(y1));
headers/libs/agg/agg_rasterizer_scanline_aa.h
436
conv_type::downscale(x2),
headers/libs/agg/agg_rasterizer_scanline_aa.h
437
conv_type::downscale(y2));
headers/libs/agg/agg_rasterizer_scanline_aa.h
447
m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
headers/libs/agg/agg_rasterizer_scanline_aa.h
449
conv_type::upscale(x2),
headers/libs/agg/agg_rasterizer_scanline_aa.h
450
conv_type::upscale(y2));
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
32
typedef typename Clip::conv_type conv_type;
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
382
m_clipper.clip_box(3 * conv_type::downscale(x1), conv_type::upscale(y1),
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
383
conv_type::upscale(3 * x2), conv_type::upscale(y2));
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
411
m_clipper.move_to(m_start_x = conv_type::downscale(x),
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
412
m_start_y = conv_type::downscale(y));
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
421
conv_type::downscale(x),
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
422
conv_type::downscale(y));
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
432
m_clipper.move_to(m_start_x = conv_type::upscale(x),
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
433
m_start_y = conv_type::upscale(y));
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
442
conv_type::upscale(x),
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
443
conv_type::upscale(y));
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
472
m_clipper.move_to(conv_type::downscale(x1), conv_type::downscale(y1));
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
474
conv_type::downscale(x2),
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
475
conv_type::downscale(y2));
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
485
m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
487
conv_type::upscale(x2),
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
488
conv_type::upscale(y2));