Home
last modified time | relevance | path

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

/aoo42x/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx620 const DXFBoundaryPathData& rPathData = rE.pBoundaryPathData[ j ]; in DrawHatchEntity() local
621 if ( rPathData.bIsPolyLine ) in DrawHatchEntity()
624 for( i = 0; i < rPathData.nPointCount; i++ ) in DrawHatchEntity()
627 rTransform.Transform( rPathData.pP[ i ], aPt ); in DrawHatchEntity()
634 for ( i = 0; i < rPathData.aEdges.size(); i++ ) in DrawHatchEntity()
636 const DXFEdgeType* pEdge = rPathData.aEdges[ i ]; in DrawHatchEntity()

Completed in 18 milliseconds