Searched refs:upscale (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/libs/agg/ |
H A D | agg_rasterizer_scanline_aa.h | 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() 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() 405 conv_type::upscale(y)); in line_to_d() 447 m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1)); in edge_d() 449 conv_type::upscale(x2), in edge_d() 450 conv_type::upscale(y2)); in edge_d()
|
H A D | agg_rasterizer_compound_aa.h | 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() 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() 382 conv_type::upscale(y)); in line_to_d() 422 m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1)); in edge_d() 424 conv_type::upscale(x2), in edge_d() 425 conv_type::upscale(y2)); in edge_d()
|
H A D | agg_rasterizer_sl_clip.h | 38 static int upscale(double v) { return iround(v * poly_subpixel_scale); } in upscale() function 52 static int upscale(double v) in upscale() function 69 static int upscale(double v) { return iround(v * poly_subpixel_scale); } in upscale() function 83 static double upscale(double v) { return v; } in upscale() function 97 static double upscale(double v) { return v; } in upscale() function
|
/haiku/src/servers/app/drawing/Painter/ |
H A D | agg_rasterizer_scanline_aa_subpix.h | 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() 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() 443 conv_type::upscale(y)); in line_to_d() 485 m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1)); in edge_d() 487 conv_type::upscale(x2), in edge_d() 488 conv_type::upscale(y2)); in edge_d()
|