Lines Matching refs:rDistortedRect
1378 const XPolygon& rDistortedRect) in Distort() argument
1394 DBG_ASSERT(rDistortedRect.pImpXPolygon->nPoints >= 4, in Distort()
1397 X1 = rDistortedRect[0].X(); in Distort()
1398 Y1 = rDistortedRect[0].Y(); in Distort()
1399 X2 = rDistortedRect[1].X(); in Distort()
1400 Y2 = rDistortedRect[1].Y(); in Distort()
1401 X3 = rDistortedRect[3].X(); in Distort()
1402 Y3 = rDistortedRect[3].Y(); in Distort()
1403 X4 = rDistortedRect[2].X(); in Distort()
1404 Y4 = rDistortedRect[2].Y(); in Distort()
2096 const XPolygon& rDistortedRect) in Distort() argument
2102 rDistortedRect); in Distort()