Home
last modified time | relevance | path

Searched refs:arc_to (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_path_storage.h635 void arc_to(double rx, double ry,
899 void path_base<VC>::arc_to(double rx, double ry, in arc_to() function
954 arc_to(rx, ry, angle, large_arc_flag, sweep_flag, dx, dy); in arc_rel()
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp1681 fPath.arc_to( in _IterateShapeData()