Searched refs:move_to (Results 1 - 25 of 30) sorted by relevance

12

/haiku-fatelf/headers/libs/agg/
H A Dagg_trans_single_path.h52 void move_to(double x, double y);
69 move_to(x, y);
H A Dagg_vpgen_segmentator.h41 void move_to(double x, double y);
H A Dagg_rasterizer_outline.h36 void move_to(int x, int y) function in class:agg::rasterizer_outline
39 m_ren->move_to(m_start_x = x, m_start_y = y);
52 move_to(m_ren->coord(x), m_ren->coord(y));
H A Dagg_vpgen_clip_polygon.h61 void move_to(double x, double y);
H A Dagg_vpgen_clip_polyline.h59 void move_to(double x, double y);
H A Dagg_rasterizer_scanline_aa.h82 // 4. move_to(x, y) / line_to(x, y) - make the polygon. One can create
84 // vertices, i.e. move_to(x1, y1); line_to(x2, y2); line_to(x3, y3);
176 void move_to(int x, int y);
369 void rasterizer_scanline_aa<Clip>::move_to(int x, int y) function in class:agg::rasterizer_scanline_aa
373 m_clipper.move_to(m_start_x = conv_type::downscale(x),
394 m_clipper.move_to(m_start_x = conv_type::upscale(x),
434 m_clipper.move_to(conv_type::downscale(x1), conv_type::downscale(y1));
447 m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
H A Dagg_conv_adaptor_vpgen.h91 m_vpgen.move_to(m_start_x, m_start_y);
111 m_vpgen.move_to(tx, ty);
H A Dagg_rasterizer_compound_aa.h131 void move_to(int x, int y);
351 void rasterizer_compound_aa<Clip>::move_to(int x, int y) function in class:agg::rasterizer_compound_aa
354 m_clipper.move_to(m_start_x = conv_type::downscale(x),
372 m_clipper.move_to(m_start_x = conv_type::upscale(x),
410 m_clipper.move_to(conv_type::downscale(x1), conv_type::downscale(y1));
422 m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
H A Dagg_rasterizer_outline_aa.h113 void move_to(int x, int y) function in class:agg::rasterizer_outline_aa
127 move_to(Coord::conv(x), Coord::conv(y));
154 move_to(m_start_x, m_start_y);
H A Dagg_rasterizer_sl_clip.h137 void move_to(coord_type x1, coord_type y1) function in class:agg::rasterizer_sl_clip
321 void move_to(coord_type x1, coord_type y1) { m_x1 = x1; m_y1 = y1; } function in class:agg::rasterizer_sl_no_clip
H A Dagg_path_storage_integer.h79 void move_to(T x, T y) function in class:agg::path_storage_integer
H A Dagg_renderer_primitives.h192 void move_to(int x, int y) function in class:agg::renderer_primitives
/haiku-fatelf/src/libs/ncurses/tack/
H A Dcrum.c53 ** move_to(from-row, from-column, to-row, to-column, selection)
58 move_to( function
203 move_to(done_line = line_count, 0, 0, 2, sel);
206 move_to(0, i - 1, 0, i, sel);
210 move_to(0, i + 1, 0, i - 1, sel);
213 move_to(0, i, 0, i - 3, sel);
218 move_to(0, 2, 0, 0, sel);
221 move_to(i - 2, 1, i, 0, sel);
225 move_to(i, 1, i + 1, 0, sel);
228 move_to(
[all...]
/haiku-fatelf/src/libs/agg/src/
H A Dagg_vpgen_clip_polyline.cpp30 void vpgen_clip_polyline::move_to(double x, double y) function in class:agg::vpgen_clip_polyline
H A Dagg_vpgen_clip_polygon.cpp70 void vpgen_clip_polygon::move_to(double x, double y) function in class:agg::vpgen_clip_polygon
H A Dagg_vpgen_segmentator.cpp22 void vpgen_segmentator::move_to(double x, double y) function in class:agg::vpgen_segmentator
H A Dagg_trans_single_path.cpp41 void trans_single_path::move_to(double x, double y) function in class:agg::trans_single_path
/haiku-fatelf/src/tests/servers/app/painter/
H A DShapeConverter.cpp43 fPath->move_to(x, y);
H A DPainter.cpp320 path.move_to(a.x, a.y);
448 curve.move_to(p1.x, p1.y);
474 curve.move_to(p1.x, p1.y);
528 path.move_to(a.x, a.y);
581 path.move_to(a.x, a.y);
725 path.move_to(center.x, center.y);
1119 path.move_to(pt1.x, pt1.y);
1188 path.move_to(point.x, point.y);
1319 path.move_to(viewRect.left, viewRect.top);
/haiku-fatelf/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h96 void move_to(int x, int y);
407 void rasterizer_scanline_aa_subpix<Clip>::move_to(int x, int y) function in class:agg::rasterizer_scanline_aa_subpix
411 m_clipper.move_to(m_start_x = conv_type::downscale(x),
432 m_clipper.move_to(m_start_x = conv_type::upscale(x),
472 m_clipper.move_to(conv_type::downscale(x1), conv_type::downscale(y1));
485 m_clipper.move_to(conv_type::upscale(x1), conv_type::upscale(y1));
H A DPainter.cpp478 fPath.move_to(a.x, a.y);
527 fPath.move_to(a.x, a.y);
639 fPath.move_to(pt1.x, pt1.y);
659 fPath.move_to(p->x, p->y);
690 fPath.move_to(p->x, p->y);
720 fPath.move_to(p[0].x, p[0].y);
745 fPath.move_to(p[0].x, p[0].y);
766 path.move_to(
888 fPath.move_to(a.x, a.y);
962 fPath.move_to(
[all...]
H A DAGGTextRenderer.cpp268 p.move_to(glyphBounds.left + 0.5, glyphBounds.top + 0.5);
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DSVGParser.cpp764 fBuilder.move_to(cx, cy - r);
807 fBuilder.move_to(cx, cy - ry);
855 fBuilder.move_to(x, y);
886 fBuilder.move_to(x1, y1);
910 fBuilder.move_to(x, y);
H A DDocumentBuilder.cpp96 // move_to
98 DocumentBuilder::move_to(double x, double y, bool rel) // M, m function in class:agg::svg::DocumentBuilder
103 fPathStorage.move_to(x, y);
377 move_to(arg[0], arg[1], cmd == 'm');
H A DDocumentBuilder.h155 void move_to(double x, double y, bool rel = false); // M, m

Completed in 101 milliseconds

12