Searched refs:line_to (Results 1 - 25 of 29) sorted by relevance

12

/haiku-fatelf/headers/libs/agg/
H A Dagg_trans_single_path.h53 void line_to(double x, double y);
75 line_to(x, y);
H A Dagg_rasterizer_outline.h43 void line_to(int x, int y) function in class:agg::rasterizer_outline
46 m_ren->line_to(x, y);
58 line_to(m_ren->coord(x), m_ren->coord(y));
66 line_to(m_start_x, m_start_y);
H A Dagg_vpgen_segmentator.h42 void line_to(double x, double y);
H A Dagg_conv_adaptor_vpgen.h104 m_vpgen.line_to(m_start_x, m_start_y);
118 m_vpgen.line_to(tx, ty);
132 m_vpgen.line_to(m_start_x, m_start_y);
142 m_vpgen.line_to(m_start_x, m_start_y);
H A Dagg_vpgen_clip_polygon.h62 void line_to(double x, double y);
H A Dagg_vpgen_clip_polyline.h60 void line_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);
177 void line_to(int x, int y);
362 m_clipper.line_to(m_outline, m_start_x, m_start_y);
380 void rasterizer_scanline_aa<Clip>::line_to(int x, int y) function in class:agg::rasterizer_scanline_aa
382 m_clipper.line_to(m_outline,
403 m_clipper.line_to(m_outline,
435 m_clipper.line_to(m_outline,
448 m_clipper.line_to(m_outlin
[all...]
H A Dagg_conv_gpc.h125 bool line_to = false; local
136 if(line_to)
146 line_to = true;
153 if(line_to && is_closed(cmd))
160 if(line_to)
H A Dagg_rasterizer_compound_aa.h132 void line_to(int x, int y);
360 void rasterizer_compound_aa<Clip>::line_to(int x, int y) function in class:agg::rasterizer_compound_aa
362 m_clipper.line_to(m_outline,
380 m_clipper.line_to(m_outline,
401 m_clipper.line_to(m_outline, m_start_x, m_start_y);
411 m_clipper.line_to(m_outline,
423 m_clipper.line_to(m_outline,
H A Dagg_rasterizer_sl_clip.h204 void line_to(Rasterizer& ras, coord_type x2, coord_type y2) function in class:agg::rasterizer_sl_clip
324 void line_to(Rasterizer& ras, coord_type x2, coord_type y2) function in class:agg::rasterizer_sl_no_clip
H A Dagg_path_storage_integer.h85 void line_to(T x, T y) function in class:agg::path_storage_integer
H A Dagg_renderer_primitives.h199 void line_to(int x, int y, bool last=false) function in class:agg::renderer_primitives
H A Dagg_rasterizer_outline_aa.h119 void line_to(int x, int y) function in class:agg::rasterizer_outline_aa
133 line_to(Coord::conv(x), Coord::conv(y));
/haiku-fatelf/src/libs/agg/src/
H A Dagg_vpgen_clip_polyline.cpp40 void vpgen_clip_polyline::line_to(double x, double y) function in class:agg::vpgen_clip_polyline
H A Dagg_vpgen_clip_polygon.cpp88 void vpgen_clip_polygon::line_to(double x, double y) function in class:agg::vpgen_clip_polygon
H A Dagg_vpgen_segmentator.cpp33 void vpgen_segmentator::line_to(double x, double y) function in class:agg::vpgen_segmentator
H A Dagg_trans_single_path.cpp50 line_to(x, y);
55 void trans_single_path::line_to(double x, double y) function in class:agg::trans_single_path
/haiku-fatelf/src/tests/servers/app/painter/
H A DShapeConverter.cpp58 fPath->line_to(x, y);
H A DPainter.cpp321 path.line_to(b.x, b.y);
529 path.line_to(b.x, a.y);
530 path.line_to(b.x, b.y);
531 path.line_to(a.x, b.y);
582 path.line_to(b.x, a.y);
583 path.line_to(b.x, b.y);
584 path.line_to(a.x, b.y);
732 path.line_to(x, y);
1120 path.line_to(pt2.x, pt2.y);
1121 path.line_to(pt
[all...]
/haiku-fatelf/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h97 void line_to(int x, int y);
400 m_clipper.line_to(m_outline, m_start_x, m_start_y);
418 void rasterizer_scanline_aa_subpix<Clip>::line_to(int x, int y) function in class:agg::rasterizer_scanline_aa_subpix
420 m_clipper.line_to(m_outline,
441 m_clipper.line_to(m_outline,
473 m_clipper.line_to(m_outline,
486 m_clipper.line_to(m_outline,
H A DAGGTextRenderer.cpp269 p.line_to(glyphBounds.right + 0.5, glyphBounds.top + 0.5);
270 p.line_to(glyphBounds.right + 0.5, glyphBounds.bottom + 0.5);
271 p.line_to(glyphBounds.left + 0.5, glyphBounds.bottom + 0.5);
H A DPainter.cpp479 fPath.line_to(a.x + 1, a.y);
480 fPath.line_to(a.x + 1, a.y + 1);
481 fPath.line_to(a.x, a.y + 1);
528 fPath.line_to(b.x, b.y);
640 fPath.line_to(pt2.x, pt2.y);
641 fPath.line_to(pt3.x, pt3.y);
664 fPath.line_to(p->x, p->y);
695 fPath.line_to(p->x, p->y);
775 path.line_to(
891 fPath.line_to(
[all...]
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp106 // line_to
108 DocumentBuilder::line_to(double x, double y, bool rel) // L, l function in class:agg::svg::DocumentBuilder
113 fPathStorage.line_to(x, y);
379 line_to(arg[0], arg[1], lastCmd == 'm');
385 line_to(arg[0], arg[1], cmd == 'l');
H A DSVGParser.cpp856 fBuilder.line_to(x + w, y);
857 fBuilder.line_to(x + w, y + h);
858 fBuilder.line_to(x, y + h);
887 fBuilder.line_to(x2, y2);
916 fBuilder.line_to(x, y);
H A DDocumentBuilder.h156 void line_to(double x, double y, bool rel = false); // L, l

Completed in 269 milliseconds

12