Searched refs:getCx (Results 1 – 7 of 7) sorted by relevance
138 getCx().isSet() ? getCx().solve(*this, xcoordinate) : 0.0, in decomposeSvgNode()
153 getCx().isSet() ? getCx().solve(*this, xcoordinate) : 0.0, in decomposeSvgNode()
389 const SvgNumber SvgGradientNode::getCx() const in getCx() function in svgio::svgreader::SvgGradientNode400 return mpXLink->getCx(); in getCx()
390 aStart.setX(rFillGradient.getCx().solve(mrOwner, xcoordinate)); in add_fillGradient()403 const SvgNumber Cx(rFillGradient.getCx()); in add_fillGradient()
58 const SvgNumber& getCx() const { return maCx; } in getCx() function in svgio::svgreader::SvgCircleNode
59 const SvgNumber& getCx() const { return maCx; } in getCx() function in svgio::svgreader::SvgEllipseNode
99 const SvgNumber getCx() const;
Completed in 46 milliseconds