move_to
m_vpgen.move_to(tx, ty);
m_vpgen.move_to(m_start_x, m_start_y);
void move_to(double x, double y);
inline void path_base<VC>::move_to(double x, double y)
move_to(x, y);
void move_to(T x, T y)
void move_to(int x, int y);
void rasterizer_compound_aa<Clip>::move_to(int x, int y)
m_clipper.move_to(m_start_x = conv_type::downscale(x),
m_clipper.move_to(m_start_x = conv_type::upscale(x),
m_clipper.move_to(conv_type::downscale(x1), conv_type::downscale(y1));
m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
void move_to(int x, int y)
m_ren->move_to(m_start_x = x, m_start_y = y);
move_to(m_ren->coord(x), m_ren->coord(y));
void move_to(int x, int y)
move_to(Coord::conv(x), Coord::conv(y));
move_to(m_start_x, m_start_y);
void move_to(int x, int y);
void rasterizer_scanline_aa<Clip>::move_to(int x, int y)
m_clipper.move_to(m_start_x = conv_type::downscale(x),
m_clipper.move_to(m_start_x = conv_type::upscale(x),
m_clipper.move_to(conv_type::downscale(x1), conv_type::downscale(y1));
m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
void move_to(coord_type x1, coord_type y1)
void move_to(coord_type x1, coord_type y1) { m_x1 = x1; m_y1 = y1; }
void move_to(int x, int y)
void move_to(double x, double y);
move_to(x, y);
void move_to(double x, double y);
void move_to(double x, double y);
void move_to(double x, double y);
path.move_to(value_type(dbl_to_int26p6(x1)),
path.move_to(points[0].point.x, points[0].point.y);
funcs.move_to = MoveToFunc;
p.move_to(glyphBounds.left + 0.5, glyphBounds.top + 0.5);
path.move_to(left.x + 0.5, left.y + 0.5);
fPath.move_to(a.x, a.y);
fPath.move_to(a.x, a.y);
fPath.move_to(center.x, center.y);
fPath.move_to(center.x, center.y);
fPath.move_to(pt1.x, pt1.y);
fPath.move_to(pt1.x, pt1.y);
fPath.move_to(
fPath.move_to(a.x, a.y);
fPath.move_to(a.x, a.y);
fPath.move_to(a.x, a.y);
fPath.move_to(a.x, a.y);
fPath.move_to(p->x, p->y);
fPath.move_to(p->x, p->y);
fPath.move_to(p[0].x, p[0].y);
fPath.move_to(p[0].x, p[0].y);
fPath.move_to(a.x, a.y);
fPath.move_to(a.x, a.y);
void rasterizer_scanline_aa_subpix<Clip>::move_to(int x, int y)
m_clipper.move_to(m_start_x = conv_type::downscale(x),
m_clipper.move_to(m_start_x = conv_type::upscale(x),
m_clipper.move_to(conv_type::downscale(x1), conv_type::downscale(y1));
m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
void move_to(int x, int y);
path.move_to(destinationRect.left, destinationRect.top);
path.move_to(value_type(dbl_to_int26p6(x1)),
path.move_to(pt1.x, pt1.y);
path.move_to(point.x, point.y);
path.move_to(viewRect.left, viewRect.top);
path.move_to(a.x, a.y);
curve.move_to(p1.x, p1.y);
curve.move_to(p1.x, p1.y);
path.move_to(a.x, a.y);
path.move_to(a.x, a.y);
path.move_to(center.x, center.y);
fPath->move_to(x, y);