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

/haiku/headers/libs/agg/
H A Dagg_rasterizer_scanline_aa.h112 typedef typename Clip::conv_type conv_type; typedef in class:agg::rasterizer_scanline_aa
344 m_clipper.clip_box(conv_type::upscale(x1), conv_type::upscale(y1),
345 conv_type::upscale(x2), conv_type::upscale(y2));
373 m_clipper.move_to(m_start_x = conv_type::downscale(x),
374 m_start_y = conv_type::downscale(y));
383 conv_type::downscale(x),
384 conv_type
[all...]
H A Dagg_rasterizer_compound_aa.h90 typedef typename Clip::conv_type conv_type; typedef in class:agg::rasterizer_compound_aa
322 m_clipper.clip_box(conv_type::upscale(x1), conv_type::upscale(y1),
323 conv_type::upscale(x2), conv_type::upscale(y2));
354 m_clipper.move_to(m_start_x = conv_type::downscale(x),
355 m_start_y = conv_type::downscale(y));
363 conv_type::downscale(x),
364 conv_type
[all...]
H A Dagg_rasterizer_sl_clip.h109 typedef Conv conv_type; typedef in class:agg::rasterizer_sl_clip
314 typedef ras_conv_int conv_type; typedef in class:agg::rasterizer_sl_no_clip
/haiku/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h32 typedef typename Clip::conv_type conv_type; typedef in class:agg::rasterizer_scanline_aa_subpix
382 m_clipper.clip_box(3 * conv_type::downscale(x1), conv_type::upscale(y1),
383 conv_type::upscale(3 * x2), conv_type::upscale(y2));
411 m_clipper.move_to(m_start_x = conv_type::downscale(x),
412 m_start_y = conv_type::downscale(y));
421 conv_type::downscale(x),
422 conv_type
[all...]

Completed in 46 milliseconds