Searched refs:getRy (Results 1 – 4 of 4) sorted by relevance
184 if(getRx().isSet() || getRy().isSet()) in decomposeSvgNode()187 double frY(getRy().isSet() ? getRy().solve(*this, ycoordinate) : 0.0); in decomposeSvgNode()
143 if(pStyle && getRx().isSet() && getRy().isSet()) in decomposeSvgNode()146 const double fRy(getRy().solve(*this, ycoordinate)); in decomposeSvgNode()
71 const SvgNumber& getRy() const { return maRy; } in getRy() function in svgio::svgreader::SvgEllipseNode
81 const SvgNumber& getRy() const { return maRy; } in getRy() function in svgio::svgreader::SvgRectNode
Completed in 23 milliseconds