Searched refs:upscale (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_rasterizer_scanline_aa.h344 m_clipper.clip_box(conv_type::upscale(x1), conv_type::upscale(y1),
345 conv_type::upscale(x2), conv_type::upscale(y2));
394 m_clipper.move_to(m_start_x = conv_type::upscale(x),
395 m_start_y = conv_type::upscale(y));
404 conv_type::upscale(x),
405 conv_type::upscale(y));
447 m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y
[all...]
H A Dagg_rasterizer_compound_aa.h322 m_clipper.clip_box(conv_type::upscale(x1), conv_type::upscale(y1),
323 conv_type::upscale(x2), conv_type::upscale(y2));
372 m_clipper.move_to(m_start_x = conv_type::upscale(x),
373 m_start_y = conv_type::upscale(y));
381 conv_type::upscale(x),
382 conv_type::upscale(y));
422 m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y
[all...]
H A Dagg_rasterizer_sl_clip.h38 static int upscale(double v) { return iround(v * poly_subpixel_scale); } function in struct:agg::ras_conv_int
52 static int upscale(double v) function in struct:agg::ras_conv_int_sat
69 static int upscale(double v) { return iround(v * poly_subpixel_scale); } function in struct:agg::ras_conv_int_3x
83 static double upscale(double v) { return v; } function in struct:agg::ras_conv_dbl
97 static double upscale(double v) { return v; } function in struct:agg::ras_conv_dbl_3x
/haiku/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h382 m_clipper.clip_box(3 * conv_type::downscale(x1), conv_type::upscale(y1),
383 conv_type::upscale(3 * x2), conv_type::upscale(y2));
432 m_clipper.move_to(m_start_x = conv_type::upscale(x),
433 m_start_y = conv_type::upscale(y));
442 conv_type::upscale(x),
443 conv_type::upscale(y));
485 m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
487 conv_type::upscale(x
[all...]

Completed in 51 milliseconds