Home
last modified time | relevance | path

Searched refs:xcoordinate (Results 1 – 13 of 13) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgrectnode.cxx174 const double fWidth(getWidth().solve(*this, xcoordinate)); in decomposeSvgNode()
179 const double fX(getX().isSet() ? getX().solve(*this, xcoordinate) : 0.0); in decomposeSvgNode()
186 double frX(getRx().isSet() ? getRx().solve(*this, xcoordinate) : 0.0); in decomposeSvgNode()
H A Dsvgcharacternode.cxx639 maPosition.setX(rSvgTextPositions.getX()[0].solve(rInfoProvider, xcoordinate)); in SvgTextPosition()
649 … maX.push_back(rSvgTextPositions.getX()[a].solve(rInfoProvider, xcoordinate) - maPosition.getX()); in SvgTextPosition()
666 …aPosition.setX(maPosition.getX() + rSvgTextPositions.getDx()[0].solve(rInfoProvider, xcoordinate)); in SvgTextPosition()
675 … maX.push_back(rSvgTextPositions.getDx()[a].solve(rInfoProvider, xcoordinate)); in SvgTextPosition()
H A Dsvgstyleattributes.cxx377 aStart.setX(rFillGradient.getX1().solve(mrOwner, xcoordinate)); in add_fillGradient()
379 aEnd.setX(rFillGradient.getX2().solve(mrOwner, xcoordinate)); in add_fillGradient()
425 aStart.setX(rFillGradient.getCx().solve(mrOwner, xcoordinate)); in add_fillGradient()
431 aFocal.setX(pFx ? pFx->solve(mrOwner, xcoordinate) : aStart.getX()); in add_fillGradient()
809 …dth(rMarker.getMarkerWidth().isSet() ? rMarker.getMarkerWidth().solve(mrOwner, xcoordinate) : 3.0); in prepare_singleMarker()
810 …t(rMarker.getMarkerHeight().isSet() ? rMarker.getMarkerHeight().solve(mrOwner, xcoordinate) : 3.0); in prepare_singleMarker()
857 … rMarker.getRefX().isSet() ? rMarker.getRefX().solve(mrOwner, xcoordinate) : 0.0, in prepare_singleMarker()
H A Dsvgellipsenode.cxx145 const double fRx(getRx().solve(*this, xcoordinate)); in decomposeSvgNode()
153 getCx().isSet() ? getCx().solve(*this, xcoordinate) : 0.0, in decomposeSvgNode()
H A Dsvglinenode.cxx140 getX1().isSet() ? getX1().solve(*this, xcoordinate) : 0.0, in decomposeSvgNode()
143 getX2().isSet() ? getX2().solve(*this, xcoordinate) : 0.0, in decomposeSvgNode()
H A Dsvgtools.cxx258 if(xcoordinate == aNumberType) in solve()
977 double fX(aMinX.solve(rInfoProvider, xcoordinate)); in readViewBox()
979 double fW(aWidth.solve(rInfoProvider,xcoordinate)); in readViewBox()
1046 … aNew.set(0, 2, aVal.solve(rInfoProvider, xcoordinate)); // Element E in readTransform()
1086 aTransX.solve(rInfoProvider, xcoordinate), in readTransform()
1166 … const double fX(aX.isSet() ? aX.solve(rInfoProvider, xcoordinate) : 0.0); in readTransform()
H A Dsvgmasknode.cxx242 … const double fX(getX().isSet() ? getX().solve(*this, xcoordinate) : 0.0); in apply()
248 … fX + (getWidth().isSet() ? getWidth().solve(*this, xcoordinate) : 0.0), in apply()
H A Dsvgimagenode.cxx207 const double fWidth(getWidth().solve(*this, xcoordinate)); in decomposeSvgNode()
216 const double fX(getX().isSet() ? getX().solve(*this, xcoordinate) : 0.0); in decomposeSvgNode()
H A Dsvgpatternnode.cxx238 rfW = (getWidth().isSet()) ? getWidth().solve(rUser, xcoordinate) : 0.0; in getValuesRelative()
265 rfX = (getX().isSet()) ? getX().solve(rUser, xcoordinate) : 0.0; in getValuesRelative()
H A Dsvgcirclenode.cxx138 getCx().isSet() ? getCx().solve(*this, xcoordinate) : 0.0, in decomposeSvgNode()
H A Dsvgusenode.cxx173 getX().solve(*this, xcoordinate), in decomposeSvgNode()
H A Dsvgnode.cxx643 return getSvgStyleAttributes()->getFontSize().solve(*this, xcoordinate); in getCurrentFontSize()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgtools.hxx63 xcoordinate, enumerator

Completed in 78 milliseconds