Home
last modified time | relevance | path

Searched refs:getCx (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgcirclenode.cxx138 getCx().isSet() ? getCx().solve(*this, xcoordinate) : 0.0, in decomposeSvgNode()
H A Dsvgellipsenode.cxx153 getCx().isSet() ? getCx().solve(*this, xcoordinate) : 0.0, in decomposeSvgNode()
H A Dsvggradientnode.cxx394 const SvgNumber SvgGradientNode::getCx() const in getCx() function in svgio::svgreader::SvgGradientNode
405 return mpXLink->getCx(); in getCx()
H A Dsvgstyleattributes.cxx425 aStart.setX(rFillGradient.getCx().solve(mrOwner, xcoordinate)); in add_fillGradient()
438 const SvgNumber Cx(rFillGradient.getCx()); in add_fillGradient()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgcirclenode.hxx58 const SvgNumber& getCx() const { return maCx; } in getCx() function in svgio::svgreader::SvgCircleNode
H A Dsvgellipsenode.hxx59 const SvgNumber& getCx() const { return maCx; } in getCx() function in svgio::svgreader::SvgEllipseNode
H A Dsvggradientnode.hxx99 const SvgNumber getCx() const;

Completed in 49 milliseconds