Home
last modified time | relevance | path

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

/aoo4110/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.cxx389 const SvgNumber SvgGradientNode::getCx() const in getCx() function in svgio::svgreader::SvgGradientNode
400 return mpXLink->getCx(); in getCx()
H A Dsvgstyleattributes.cxx390 aStart.setX(rFillGradient.getCx().solve(mrOwner, xcoordinate)); in add_fillGradient()
403 const SvgNumber Cx(rFillGradient.getCx()); in add_fillGradient()
/aoo4110/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 62 milliseconds