Searched refs:getRx (Results 1 – 4 of 4) sorted by relevance
184 if(getRx().isSet() || getRy().isSet()) in decomposeSvgNode()186 double frX(getRx().isSet() ? getRx().solve(*this, xcoordinate) : 0.0); in decomposeSvgNode()
143 if(pStyle && getRx().isSet() && getRy().isSet()) in decomposeSvgNode()145 const double fRx(getRx().solve(*this, xcoordinate)); in decomposeSvgNode()
67 const SvgNumber& getRx() const { return maRx; } in getRx() function in svgio::svgreader::SvgEllipseNode
77 const SvgNumber& getRx() const { return maRx; } in getRx() function in svgio::svgreader::SvgRectNode
Completed in 16 milliseconds