Home
last modified time | relevance | path

Searched refs:getRy (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgrectnode.cxx184 if(getRx().isSet() || getRy().isSet()) in decomposeSvgNode()
187 double frY(getRy().isSet() ? getRy().solve(*this, ycoordinate) : 0.0); in decomposeSvgNode()
H A Dsvgellipsenode.cxx143 if(pStyle && getRx().isSet() && getRy().isSet()) in decomposeSvgNode()
146 const double fRy(getRy().solve(*this, ycoordinate)); in decomposeSvgNode()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgellipsenode.hxx71 const SvgNumber& getRy() const { return maRy; } in getRy() function in svgio::svgreader::SvgEllipseNode
H A Dsvgrectnode.hxx81 const SvgNumber& getRy() const { return maRy; } in getRy() function in svgio::svgreader::SvgRectNode

Completed in 20 milliseconds