Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgtextpathnode.cxx387 const basegfx::B2DPolyPolygon* pPolyPolyPath = pSvgPathNode->getPath(); in isValid() local
389 if(!pPolyPolyPath || !pPolyPolyPath->count()) in isValid()
394 const basegfx::B2DPolygon aPolygon(pPolyPolyPath->getB2DPolygon(0)); in isValid()
422 const basegfx::B2DPolyPolygon* pPolyPolyPath = pSvgPathNode->getPath(); in decomposePathNode() local
424 if(pPolyPolyPath && pPolyPolyPath->count()) in decomposePathNode()
426 basegfx::B2DPolygon aPolygon(pPolyPolyPath->getB2DPolygon(0)); in decomposePathNode()

Completed in 17 milliseconds