Lines Matching refs:i

321 	for( sal_uInt16 i = 0; i < nSize;  i++ )  in XPolygon()  local
323 pImpXPolygon->pPointAry[i] = rPoly[i]; in XPolygon()
324 pImpXPolygon->pFlagAry[i] = (sal_uInt8) rPoly.GetFlags( i ); in XPolygon()
627 sal_uInt16 i; in Insert() local
628 for( i=0; i < nPoints; i++ ) in Insert()
629 pImpXPolygon->pPointAry[i] = rPoly[i]; in Insert()
669 for ( sal_uInt16 i = 0; i < nCount; i++ ) in Move() local
671 Point* pPt = &(pImpXPolygon->pPointAry[i]); in Move()
1203 for (sal_uInt16 i = 0; i < nPntCnt; i++) in Translate() local
1204 pImpXPolygon->pPointAry[i] += rTrans; in Translate()
1232 for (sal_uInt16 i = 0; i < nPntCnt; i++) in Rotate() local
1234 Point *pPt = &(pImpXPolygon->pPointAry[i]); in Rotate()
1299 for (sal_uInt16 i = 0; i < nPntCnt; i++) in Scale() local
1301 Point& rPnt = pImpXPolygon->pPointAry[i]; in Scale()
1325 for (sal_uInt16 i = 0; i < nPntCnt; i++) in SlantX() local
1327 Point& rPnt = pImpXPolygon->pPointAry[i]; in SlantX()
1352 for (sal_uInt16 i = 0; i < nPntCnt; i++) in SlantY() local
1354 Point& rPnt = pImpXPolygon->pPointAry[i]; in SlantY()
1408 for (sal_uInt16 i = 0; i < nPntCnt; i++) in Distort() local
1410 Point& rPnt = pImpXPolygon->pPointAry[i]; in Distort()
1490 for( sal_uInt16 i = 0; i < nSize; i++ ) in XPolygon() local
1492 pImpXPolygon->pPointAry[i] = aSource[i]; in XPolygon()
1493 pImpXPolygon->pFlagAry[i] = (sal_uInt8) aSource.GetFlags( i ); in XPolygon()
1562 for (sal_uInt16 i=nAnz; i>0 && bEq;) { in operator ==() local
1563 i--; in operator ==()
1564 bEq= *aXPolyList.GetObject(i) == *rCmpList.GetObject(i); in operator ==()
1635 for (sal_uInt16 i = 0; i < rPolyPoly.Count(); i++) in XPolyPolygon() local
1637 new XPolygon(rPolyPoly.GetObject(i)) ); in XPolyPolygon()
1709 for (sal_uInt16 i = 0; i < rXPolyPoly.Count(); i++) in Insert() local
1711 XPolygon* pXPoly = new XPolygon(rXPolyPoly[i]); in Insert()
1961 for (sal_uInt16 i = 0; i < Count(); i++) in Translate() local
1962 pImpXPolyPolygon->aXPolyList.GetObject(i)->Translate(rTrans); in Translate()
1980 for (sal_uInt16 i = 0; i < Count(); i++) in Rotate() local
1981 pImpXPolyPolygon->aXPolyList.GetObject(i)->Rotate(rCenter, fSin, fCos); in Rotate()
1995 for (sal_uInt16 i = 0; i < Count(); i++) in Rotate20() local
1996 pImpXPolyPolygon->aXPolyList.GetObject(i)->Rotate20(); in Rotate20()
2037 for (sal_uInt16 i = 0; i < Count(); i++) in Scale() local
2038 pImpXPolyPolygon->aXPolyList.GetObject(i)->Scale(fSx, fSy); in Scale()
2056 for (sal_uInt16 i = 0; i < Count(); i++) in SlantX() local
2057 pImpXPolyPolygon->aXPolyList.GetObject(i)->SlantX(nYRef, fSin, fCos); in SlantX()
2075 for (sal_uInt16 i = 0; i < Count(); i++) in SlantY() local
2076 pImpXPolyPolygon->aXPolyList.GetObject(i)->SlantY(nXRef, fSin, fCos); in SlantY()
2100 for (sal_uInt16 i = 0; i < Count(); i++) in Distort() local
2101 pImpXPolyPolygon->aXPolyList.GetObject(i)->Distort(rRefRect, in Distort()