Lines Matching refs:nPolyCount
526 const int nPolyCount = rPolyPoly.count(); in AddPolyPolygonToPath() local
527 if( nPolyCount <= 0 ) in AddPolyPolygonToPath()
530 for( int nPolyIdx = 0; nPolyIdx < nPolyCount; ++nPolyIdx ) in AddPolyPolygonToPath()
843 void AquaSalGraphics::drawPolyPolygon( sal_uInt32 nPolyCount, const sal_uInt32* pPoints, PCONSTSALP… in drawPolyPolygon() argument
845 if( nPolyCount <= 0 ) in drawPolyPolygon()
853 for( sal_uLong n = 1; n < nPolyCount; n++ ) in drawPolyPolygon()
888 for( sal_uLong nPoly = 0; nPoly < nPolyCount; nPoly++ ) in drawPolyPolygon()
909 for( sal_uLong nPoly = 0; nPoly < nPolyCount; nPoly++ ) in drawPolyPolygon()
935 const int nPolyCount = rPolyPoly.count(); in drawPolyPolygon() local
936 if( nPolyCount <= 0 ) in drawPolyPolygon()
945 for( int nPolyIdx = 0; nPolyIdx < nPolyCount; ++nPolyIdx ) in drawPolyPolygon()