Home
last modified time | relevance | path

Searched defs:fbezier3 (Results 1 – 3 of 3) sorted by relevance

/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvlplot.cpp514 Plotter::fbezier3 (double x0, double y0, double x1, double y1, double x2, double y2, double x3, dou… in fbezier3() function in Plotter
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvlplot.cpp514 int Plotter::fbezier3(double x0, double y0, double x1, double y1, in fbezier3() function in Plotter
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotcompat.h93 #define fbezier3(x0,y0,x1,y1,x2,y2,x3,y3) pl_fbezier3(x0,y0,x1,y1,x2,y2,x3,y3) macro