Home
last modified time | relevance | path

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

/aoo41x/main/basebmp/source/
H A Dpolypolygonrenderer.cxx85 sal_uInt32 nVertexCount(0); in setupGlobalEdgeTable() local
92 nVertexCount += aIter->size(); in setupGlobalEdgeTable()
97 return nVertexCount; in setupGlobalEdgeTable()
/aoo41x/main/canvas/source/tools/
H A Dsurface.cxx413 if(const sal_uInt32 nVertexCount = rTriangleList.count()) in drawWithClip() local
424 nVertexCount, in drawWithClip()
425 nVertexCount/3 ); in drawWithClip()
435 for(sal_uInt32 nIndex=0; nIndex<nVertexCount; ++nIndex) in drawWithClip()
/aoo41x/main/basebmp/inc/basebmp/
H A Dpolypolygonrenderer.hxx170 sal_uInt32 const nVertexCount( in renderClippedPolyPolygon() local
184 aAET1.reserve( nVertexCount ); in renderClippedPolyPolygon()
185 aAET2.reserve( nVertexCount ); in renderClippedPolyPolygon()
/aoo41x/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx690 const sal_uInt32 nVertexCount = rCandidate.count(); in clipTriangleListOnRange() local
692 if(nVertexCount) in clipTriangleListOnRange()
799 for(sal_uInt32 nIndex=0; nIndex<nVertexCount; ++nIndex) in clipTriangleListOnRange()

Completed in 31 milliseconds