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

/inkscape/src/display/
H A Dcanvas-bpath.cpp2 * Simple bezier bpath CanvasItem for inkscape
21 #include "display/canvas-bpath.h"
46 sp_canvas_bpath_init (SPCanvasBPath * bpath) argument
48 bpath->fill_rgba = 0x00000000;
49 bpath->fill_rule = SP_WIND_RULE_EVENODD;
51 bpath->stroke_rgba = 0x00000000;
52 bpath->stroke_width = 1.0;
53 bpath->stroke_linejoin = SP_STROKE_LINEJOIN_MITER;
54 bpath->stroke_linecap = SP_STROKE_LINECAP_BUTT;
55 bpath
[all...]

Completed in 13 milliseconds