Searched refs:nOrderPoints (Results 1 – 1 of 1) sorted by relevance
1283 sal_uInt16 nNumPoints,i,j,nOrderPoints; in METLine() local1289 nOrderPoints=nNumPoints-i; in METLine()1290 if (nOrderPoints>30) nOrderPoints=30; in METLine()1291 WillWriteOrder(nOrderPoints*8+2); in METLine()1299 *pMET << (sal_uInt8)(nOrderPoints*8); in METLine()1300 for (j=0; j<nOrderPoints; j++) WritePoint(rPolygon.GetPoint(i++)); in METLine()
Completed in 24 milliseconds