Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgtextpathnode.cxx380 …const SvgPathNode* pSvgPathNode = dynamic_cast< const SvgPathNode* >(getDocument().findSvgNodeById… in isValid() local
382 if(!pSvgPathNode) in isValid()
387 const basegfx::B2DPolyPolygon* pPolyPolyPath = pSvgPathNode->getPath(); in isValid()
418 …const SvgPathNode* pSvgPathNode = dynamic_cast< const SvgPathNode* >(getDocument().findSvgNodeById… in decomposePathNode() local
420 if(pSvgPathNode) in decomposePathNode()
422 const basegfx::B2DPolyPolygon* pPolyPolyPath = pSvgPathNode->getPath(); in decomposePathNode()
428 if(pSvgPathNode->getTransform()) in decomposePathNode()
430 aPolygon.transform(*pSvgPathNode->getTransform()); in decomposePathNode()
439 if(pSvgPathNode->getPathLength().isSet()) in decomposePathNode()
441 … const double fUserLength(pSvgPathNode->getPathLength().solve(*this, length)); in decomposePathNode()

Completed in 12 milliseconds