Searched defs:move_to (Results 1 - 13 of 13) sorted by relevance

/haiku/src/libs/agg/src/
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_clip_polyline.cpp30 void vpgen_clip_polyline::move_to(double x, double y) function in class:agg::vpgen_clip_polyline
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/headers/libs/agg/
H A Dagg_rasterizer_outline.h36 void move_to(int x, int y) function in class:agg::rasterizer_outline
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_renderer_primitives.h192 void move_to(int x, int y) function in class:agg::renderer_primitives
H A Dagg_path_storage_integer.h79 void move_to(T x, T y) function in class:agg::path_storage_integer
H A Dagg_rasterizer_outline_aa.h113 void move_to(int x, int y) function in class:agg::rasterizer_outline_aa
H A Dagg_rasterizer_scanline_aa.h369 void rasterizer_scanline_aa<Clip>::move_to(int x, int y) function in class:agg::rasterizer_scanline_aa
H A Dagg_rasterizer_compound_aa.h351 void rasterizer_compound_aa<Clip>::move_to(int x, int y) function in class:agg::rasterizer_compound_aa
H A Dagg_path_storage.h837 inline void path_base<VC>::move_to(double x, double y) function in class:agg::path_base
/haiku/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h407 void rasterizer_scanline_aa_subpix<Clip>::move_to(int x, int y) function in class:agg::rasterizer_scanline_aa_subpix

Completed in 237 milliseconds