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

12

/haiku/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_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_renderer_primitives.h199 void line_to(int x, int y, bool last=false) function in class:agg::renderer_primitives
H A Dagg_path_storage_integer.h85 void line_to(T x, T y) function in class:agg::path_storage_integer
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));
H A Dagg_path_storage.h626 void line_to(double x, double y);
852 inline void path_base<VC>::line_to(double x, double y) function in class:agg::path_base
919 line_to(x, y);
936 line_to(x, y);
/haiku/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/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapGeneric.h85 path.line_to(destinationRect.right, destinationRect.top);
86 path.line_to(destinationRect.right, destinationRect.bottom);
87 path.line_to(destinationRect.left, destinationRect.bottom);
/haiku/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/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.cpp179 p.line_to(b.right + 0.5, b.bottom + 2.5);
332 p.line_to(glyphBounds.right + 0.5, glyphBounds.top + 0.5);
333 p.line_to(glyphBounds.right + 0.5, glyphBounds.bottom + 0.5);
334 p.line_to(glyphBounds.left + 0.5, glyphBounds.bottom + 0.5);
H A DPainter.cpp542 fPath.line_to(a.x + 1, a.y);
543 fPath.line_to(a.x + 1, a.y + 1);
544 fPath.line_to(a.x, a.y + 1);
556 fPath.line_to(b.x, b.y);
674 fPath.line_to(pt2.x, pt2.y);
675 fPath.line_to(pt3.x, pt3.y);
703 fPath.line_to(p->x, p->y);
732 fPath.line_to(p->x, p->y);
862 fPath.line_to(b.x, b.y);
864 fPath.line_to(
[all...]
/haiku/src/servers/app/font/
H A DFontEngine.cpp131 case FT_CURVE_TAG_ON: { // emit a single line_to
135 path.line_to(value_type(dbl_to_int26p6(x1)),
137 //path.line_to(conv(point->x), flip_y ? -conv(point->y) : conv(point->y));
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp226 case FT_CURVE_TAG_ON: // emit a single line_to
232 path.line_to(value_type(dbl_to_int26p6(x1)),
234 //path.line_to(conv(point->x), flip_y ? -conv(point->y) : conv(point->y));

Completed in 115 milliseconds

12