Searched refs:pPolyPolyPath (Results 1 – 1 of 1) sorted by relevance
387 const basegfx::B2DPolyPolygon* pPolyPolyPath = pSvgPathNode->getPath(); in isValid() local389 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() local424 if(pPolyPolyPath && pPolyPolyPath->count()) in decomposePathNode()426 basegfx::B2DPolygon aPolygon(pPolyPolyPath->getB2DPolygon(0)); in decomposePathNode()
Completed in 10 milliseconds