Searched refs:move_to_d (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_rasterizer_outline.h50 void move_to_d(double x, double y) function in class:agg::rasterizer_outline
76 move_to_d(x, y);
H A Dagg_rasterizer_scanline_aa.h178 void move_to_d(double x, double y);
390 void rasterizer_scanline_aa<Clip>::move_to_d(double x, double y) function in class:agg::rasterizer_scanline_aa
415 move_to_d(x, y);
H A Dagg_rasterizer_compound_aa.h133 void move_to_d(double x, double y);
369 void rasterizer_compound_aa<Clip>::move_to_d(double x, double y) function in class:agg::rasterizer_compound_aa
391 move_to_d(x, y);
H A Dagg_rasterizer_outline_aa.h125 void move_to_d(double x, double y) function in class:agg::rasterizer_outline_aa
145 move_to_d(x, y);
/haiku/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h98 void move_to_d(double x, double y);
428 void rasterizer_scanline_aa_subpix<Clip>::move_to_d(double x, double y) function in class:agg::rasterizer_scanline_aa_subpix
453 move_to_d(x, y);

Completed in 45 milliseconds