Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgrectnode.cxx184 if(getRx().isSet() || getRy().isSet()) in decomposeSvgNode()
186 double frX(getRx().isSet() ? getRx().solve(*this, xcoordinate) : 0.0); in decomposeSvgNode()
H A Dsvgellipsenode.cxx143 if(pStyle && getRx().isSet() && getRy().isSet()) in decomposeSvgNode()
145 const double fRx(getRx().solve(*this, xcoordinate)); in decomposeSvgNode()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgellipsenode.hxx67 const SvgNumber& getRx() const { return maRx; } in getRx() function in svgio::svgreader::SvgEllipseNode
H A Dsvgrectnode.hxx77 const SvgNumber& getRx() const { return maRx; } in getRx() function in svgio::svgreader::SvgRectNode

Completed in 23 milliseconds