Home
last modified time | relevance | path

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

/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx763 const sal_uInt32 nVertexCount = rCandidate.count(); in clipTriangleListOnRange() local
765 if(nVertexCount) in clipTriangleListOnRange()
872 for(sal_uInt32 nIndex=0; nIndex<nVertexCount; ++nIndex) in clipTriangleListOnRange()

Completed in 24 milliseconds