Lines Matching refs:X
366 const long nDX = rPt.X() - rCenter.X(); in ImplGetAngle()
527 pPt->X() = nX + rCenter.X(); in Polygon()
530 pPt->X() = -nX + rCenter.X(); in Polygon()
533 pPt->X() = -nX + rCenter.X(); in Polygon()
536 pPt->X() = nX + rCenter.X(); in Polygon()
557 const long nRadX = aCenter.X() - rBound.Left(); in Polygon()
572 const double fCenterX = aCenter.X(); in Polygon()
611 rPt.X() = FRound( fCenterX + fRadX * cos( fStart ) ); in Polygon()
635 const double fX0 = rBezPt1.X(); in Polygon()
637 const double fX1 = 3.0 * rCtrlPt1.X(); in Polygon()
639 const double fX2 = 3.0 * rCtrlPt2.X();; in Polygon()
641 const double fX3 = rBezPt2.X(); in Polygon()
654 rPt.X() = FRound( fK1_3 * fX0 + fK12 * fX1 + fK21 * fX2 + fK_3 * fX3 ); in Polygon()
809 if ( ( mpImplPolygon->mpPointAry[ 0 ].X() == mpImplPolygon->mpPointAry[ 3 ].X() ) && in IsRect()
811 ( mpImplPolygon->mpPointAry[ 1 ].X() == mpImplPolygon->mpPointAry[ 2 ].X() ) && in IsRect()
869 const double fDx = rP2.X() - rP1.X(); in CalcDistance()
1069 … mpImplPolygon->mpPointAry[ i ].X(), mpImplPolygon->mpPointAry[ i ].Y(), in AdaptiveSubdivide()
1070 … mpImplPolygon->mpPointAry[ i+1 ].X(), mpImplPolygon->mpPointAry[ i+1 ].Y(), in AdaptiveSubdivide()
1071 … mpImplPolygon->mpPointAry[ i+2 ].X(), mpImplPolygon->mpPointAry[ i+2 ].Y(), in AdaptiveSubdivide()
1072 … mpImplPolygon->mpPointAry[ i+3 ].X(), mpImplPolygon->mpPointAry[ i+3 ].Y() ); in AdaptiveSubdivide()
1250 pPt->X() += nHorzMove; in Move()
1276 rPnt.X() = (long) ( fScaleX * rPnt.X() ); in Scale()
1303 long nCenterX = rCenter.X(); in Rotate()
1310 nX = rPt.X() - nCenterX; in Rotate()
1312 rPt.X() = (long) FRound( fCos * nX + fSin * nY ) + nCenterX; in Rotate()
1329 rPnt.X() += (long)( fSin * nDy ); in SlantX()
1344 const long nDx = rPnt.X() - nXRef; in SlantY()
1346 rPnt.X() = nXRef + (long)( fCos * nDx ); in SlantY()
1371 X1 = rDistortedRect[0].X(); in Distort()
1373 X2 = rDistortedRect[1].X(); in Distort()
1375 X3 = rDistortedRect[3].X(); in Distort()
1377 X4 = rDistortedRect[2].X(); in Distort()
1384 fTx = (double)( rPnt.X() - Xr) / Wr; in Distort()
1389 rPnt.X() = (long) ( fUy * (fUx * X1 + fTx * X2) + fTy * (fUx * X3 + fTx * X4) ); in Distort()
1472 return rPoint.X() < mnLow ? EDGE_LEFT : in VisibleSide()
1473 rPoint.X() > mnHigh ? EDGE_RIGHT : 0; in VisibleSide()
1484 long lx = maLastPoint.X(); in EdgeSection()
1486 long md = rPoint.X() - lx; in EdgeSection()
1647 nXMin = nXMax = pPt->X(); in GetBoundRect()
1654 if ( pPt->X() < nXMin ) in GetBoundRect()
1655 nXMin = pPt->X(); in GetBoundRect()
1656 if ( pPt->X() > nXMax ) in GetBoundRect()
1657 nXMax = pPt->X(); in GetBoundRect()
1692 fArea += ( rPt.X() - rPt1.X() ) * ( rPt.Y() + rPt1.Y() ); in GetSignedArea()
1697 fArea += ( rPt.X() - rPt0.X() ) * ( rPt.Y() + rPt0.Y() ); in GetSignedArea()
1931 rPoly.mpImplPolygon->mpPointAry[i].X() = nShortX; in operator >>()
1940 rPoly.mpImplPolygon->mpPointAry[i].X() = nLongX; in operator >>()
1961 rIStream >> rPoly.mpImplPolygon->mpPointAry[i].X() in operator >>()
1997 if ( ((rPoly.mpImplPolygon->mpPointAry[nStart].X() >= SHRT_MIN) && in operator <<()
1998 (rPoly.mpImplPolygon->mpPointAry[nStart].X() <= SHRT_MAX)) && in operator <<()
2007 if ( ((rPoly.mpImplPolygon->mpPointAry[nStart].X() >= SHRT_MIN) && in operator <<()
2008 (rPoly.mpImplPolygon->mpPointAry[nStart].X() <= SHRT_MAX)) && in operator <<()
2032 rOStream << (short)rPoly.mpImplPolygon->mpPointAry[nStart].X() in operator <<()
2040 rOStream << rPoly.mpImplPolygon->mpPointAry[nStart].X() in operator <<()
2061 rOStream << rPoly.mpImplPolygon->mpPointAry[i].X() in operator <<()
2194 aRetval.append(basegfx::B2DPoint(aStartPoint.X(), aStartPoint.Y())); in getB2DPolygon()
2225 basegfx::B2DPoint(aControlA.X(), aControlA.Y()), in getB2DPolygon()
2226 basegfx::B2DPoint(aControlB.X(), aControlB.Y()), in getB2DPolygon()
2227 basegfx::B2DPoint(aEndPoint.X(), aEndPoint.Y())); in getB2DPolygon()
2234 aRetval.append(basegfx::B2DPoint(aEndPoint.X(), aEndPoint.Y())); in getB2DPolygon()
2258 aRetval.append(basegfx::B2DPoint(aPoint.X(), aPoint.Y())); in getB2DPolygon()