conv_type
m_clipper.clip_box(conv_type::upscale(x1), conv_type::upscale(y1),
conv_type::upscale(x2), conv_type::upscale(y2));
m_clipper.move_to(m_start_x = conv_type::downscale(x),
m_start_y = conv_type::downscale(y));
conv_type::downscale(x),
conv_type::downscale(y));
m_clipper.move_to(m_start_x = conv_type::upscale(x),
m_start_y = conv_type::upscale(y));
conv_type::upscale(x),
conv_type::upscale(y));
m_clipper.move_to(conv_type::downscale(x1), conv_type::downscale(y1));
conv_type::downscale(x2),
conv_type::downscale(y2));
m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
conv_type::upscale(x2),
conv_type::upscale(y2));
typedef typename Clip::conv_type conv_type;
typedef typename Clip::conv_type conv_type;
m_clipper.clip_box(conv_type::upscale(x1), conv_type::upscale(y1),
conv_type::upscale(x2), conv_type::upscale(y2));
m_clipper.move_to(m_start_x = conv_type::downscale(x),
m_start_y = conv_type::downscale(y));
conv_type::downscale(x),
conv_type::downscale(y));
m_clipper.move_to(m_start_x = conv_type::upscale(x),
m_start_y = conv_type::upscale(y));
conv_type::upscale(x),
conv_type::upscale(y));
m_clipper.move_to(conv_type::downscale(x1), conv_type::downscale(y1));
conv_type::downscale(x2),
conv_type::downscale(y2));
m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
conv_type::upscale(x2),
conv_type::upscale(y2));
typedef typename Clip::conv_type conv_type;
m_clipper.clip_box(3 * conv_type::downscale(x1), conv_type::upscale(y1),
conv_type::upscale(3 * x2), conv_type::upscale(y2));
m_clipper.move_to(m_start_x = conv_type::downscale(x),
m_start_y = conv_type::downscale(y));
conv_type::downscale(x),
conv_type::downscale(y));
m_clipper.move_to(m_start_x = conv_type::upscale(x),
m_start_y = conv_type::upscale(y));
conv_type::upscale(x),
conv_type::upscale(y));
m_clipper.move_to(conv_type::downscale(x1), conv_type::downscale(y1));
conv_type::downscale(x2),
conv_type::downscale(y2));
m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
conv_type::upscale(x2),
conv_type::upscale(y2));