Searched refs:conv_type (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/libs/agg/ |
H A D | agg_rasterizer_scanline_aa.h | 112 typedef typename Clip::conv_type conv_type; typedef 344 m_clipper.clip_box(conv_type::upscale(x1), conv_type::upscale(y1), in clip_box() 345 conv_type::upscale(x2), conv_type::upscale(y2)); in clip_box() 373 m_clipper.move_to(m_start_x = conv_type::downscale(x), in move_to() 374 m_start_y = conv_type::downscale(y)); in move_to() 383 conv_type::downscale(x), in line_to() 384 conv_type::downscale(y)); in line_to() 394 m_clipper.move_to(m_start_x = conv_type::upscale(x), in move_to_d() 395 m_start_y = conv_type::upscale(y)); in move_to_d() 404 conv_type::upscale(x), in line_to_d() [all …]
|
H A D | agg_rasterizer_compound_aa.h | 90 typedef typename Clip::conv_type conv_type; typedef 322 m_clipper.clip_box(conv_type::upscale(x1), conv_type::upscale(y1), in clip_box() 323 conv_type::upscale(x2), conv_type::upscale(y2)); in clip_box() 354 m_clipper.move_to(m_start_x = conv_type::downscale(x), in move_to() 355 m_start_y = conv_type::downscale(y)); in move_to() 363 conv_type::downscale(x), in line_to() 364 conv_type::downscale(y)); in line_to() 372 m_clipper.move_to(m_start_x = conv_type::upscale(x), in move_to_d() 373 m_start_y = conv_type::upscale(y)); in move_to_d() 381 conv_type::upscale(x), in line_to_d() [all …]
|
H A D | agg_rasterizer_sl_clip.h | 109 typedef Conv conv_type; typedef 314 typedef ras_conv_int conv_type; typedef
|
/haiku/src/servers/app/drawing/Painter/ |
H A D | agg_rasterizer_scanline_aa_subpix.h | 32 typedef typename Clip::conv_type conv_type; typedef 382 m_clipper.clip_box(3 * conv_type::downscale(x1), conv_type::upscale(y1), in clip_box() 383 conv_type::upscale(3 * x2), conv_type::upscale(y2)); in clip_box() 411 m_clipper.move_to(m_start_x = conv_type::downscale(x), in move_to() 412 m_start_y = conv_type::downscale(y)); in move_to() 421 conv_type::downscale(x), in line_to() 422 conv_type::downscale(y)); in line_to() 432 m_clipper.move_to(m_start_x = conv_type::upscale(x), in move_to_d() 433 m_start_y = conv_type::upscale(y)); in move_to_d() 442 conv_type::upscale(x), in line_to_d() [all …]
|