Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1283 sal_uInt16 nNumPoints,i,j,nOrderPoints; in METLine() local
1289 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 27 milliseconds