Home
last modified time | relevance | path

Searched +defs:y1prime +defs:ry (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/libodfgen01/libodfgen-0.1.8/src/
H A DGraphicFunctions.cxx59 … double rx, double ry, double phi, bool largeArc, bool sweep, double x, double y, in getEllipticalArcBBox()
80 const double y1prime = -sin(phi)*(x0 - x)/2 + cos(phi)*(y0 - y)/2; in getEllipticalArcBBox() local
/dports/graphics/libcdr01/libcdr-0.1.7/src/lib/
H A DCDRPath.cpp34 … double rx, double ry, double phi, bool largeArc, bool sweep, double x, double y, in getEllipticalArcBBox()
53 const double y1prime = -sin(phi)*(x0 - x)/2 + cos(phi)*(y0 - y)/2; in getEllipticalArcBBox() local
319 …CDRArcToElement(double rx, double ry, double rotation, bool largeArc, bool sweep, double x, double… in CDRArcToElement()
656 void CDRPath::appendArcTo(double rx, double ry, double rotation, bool longAngle, bool sweep, double… in appendArcTo()
/dports/graphics/libfreehand/libfreehand-0.1.2/src/lib/
H A DFHPath.cpp36 … double rx, double ry, double phi, bool largeArc, bool sweep, double x, double y, in getEllipticalArcBBox()
57 const double y1prime = -sin(phi)*(x0 - x)/2 + cos(phi)*(y0 - y)/2; in getEllipticalArcBBox() local
343 …FHArcToElement(double rx, double ry, double rotation, bool largeArc, bool sweep, double x, double … in FHArcToElement()
638 void libfreehand::FHPath::appendArcTo(double rx, double ry, double rotation, bool longAngle, bool s… in appendArcTo()