Home
last modified time | relevance | path

Searched refs:S_QUAD (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dg_line.c196 case S_QUAD: in _pl_g_maybe_replace_arc()
H A Dm_path.c219 case (int)S_QUAD: in _pl_m_paint_path_internal()
H A Ds_path.c587 case (int)S_QUAD: in write_svg_path_data()
H A Dg_subpaths.c240 path->segments[path->num_segments].type = S_QUAD; in _add_bezier2()
1346 case (int)S_QUAD: in _flatten_path()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotter.h122 S_MOVETO, S_LINE, S_ARC, S_ELLARC, S_QUAD, S_CUBIC, S_CLOSEPATH enumerator