Lines Matching refs:Y

367 	return( atan2( -rPt.Y() + rCenter.Y(), ( ( nDX == 0L ) ? 0.000000001 : nDX ) ) );  in ImplGetAngle()
528 pPt->Y() = nY + rCenter.Y(); in Polygon()
531 pPt->Y() = nY + rCenter.Y(); in Polygon()
534 pPt->Y() = -nY + rCenter.Y(); in Polygon()
537 pPt->Y() = -nY + rCenter.Y(); in Polygon()
558 const long nRadY = aCenter.Y() - rBound.Top(); in Polygon()
573 const double fCenterY = aCenter.Y(); in Polygon()
612 rPt.Y() = FRound( fCenterY - fRadY * sin( fStart ) ); in Polygon()
636 const double fY0 = rBezPt1.Y(); in Polygon()
638 const double fY1 = 3.0 * rCtrlPt1.Y(); in Polygon()
640 const double fY2 = 3.0 * rCtrlPt2.Y();; in Polygon()
642 const double fY3 = rBezPt2.Y(); in Polygon()
655 rPt.Y() = FRound( fK1_3 * fY0 + fK12 * fY1 + fK21 * fY2 + fK_3 * fY3 ); in Polygon()
810 ( mpImplPolygon->mpPointAry[ 0 ].Y() == mpImplPolygon->mpPointAry[ 1 ].Y() ) && in IsRect()
812 ( mpImplPolygon->mpPointAry[ 2 ].Y() == mpImplPolygon->mpPointAry[ 3 ].Y() ) ) in IsRect()
870 const double fDy = rP2.Y() - rP1.Y(); 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()
1251 pPt->Y() += nVertMove; in Move()
1277 rPnt.Y() = (long) ( fScaleY * rPnt.Y() ); in Scale()
1304 long nCenterY = rCenter.Y(); in Rotate()
1311 nY = rPt.Y() - nCenterY; in Rotate()
1313 rPt.Y() = -(long) FRound( fSin * nX - fCos * nY ) + nCenterY; in Rotate()
1327 const long nDy = rPnt.Y() - nYRef; in SlantX()
1330 rPnt.Y() = nYRef + (long)( fCos * nDy ); in SlantX()
1347 rPnt.Y() -= (long)( fSin * nDx ); in SlantY()
1372 Y1 = rDistortedRect[0].Y(); in Distort()
1374 Y2 = rDistortedRect[1].Y(); in Distort()
1376 Y3 = rDistortedRect[3].Y(); in Distort()
1378 Y4 = rDistortedRect[2].Y(); in Distort()
1385 fTy = (double)( rPnt.Y() - Yr) / Hr; in Distort()
1390 rPnt.Y() = (long) ( fUx * (fUy * Y1 + fTy * Y3) + fTx * (fUy * Y2 + fTy * Y4) ); in Distort()
1477 return rPoint.Y() < mnLow ? EDGE_TOP : in VisibleSide()
1478 rPoint.Y() > mnHigh ? EDGE_BOTTOM : 0; in VisibleSide()
1485 long ly = maLastPoint.Y(); in EdgeSection()
1487 long mn = rPoint.Y() - ly; in EdgeSection()
1648 nYMin = nYMax = pPt->Y(); in GetBoundRect()
1658 if ( pPt->Y() < nYMin ) in GetBoundRect()
1659 nYMin = pPt->Y(); in GetBoundRect()
1660 if ( pPt->Y() > nYMax ) in GetBoundRect()
1661 nYMax = pPt->Y(); 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()
1711 const Line aLine( rPoint, Point( aBound.Right() + 100L, rPoint.Y() ) ); in IsInside()
1932 rPoly.mpImplPolygon->mpPointAry[i].Y() = nShortY; in operator >>()
1941 rPoly.mpImplPolygon->mpPointAry[i].Y() = nLongY; in operator >>()
1962 >> rPoly.mpImplPolygon->mpPointAry[i].Y(); in operator >>()
1999 ((rPoly.mpImplPolygon->mpPointAry[nStart].Y() >= SHRT_MIN) && in operator <<()
2000 (rPoly.mpImplPolygon->mpPointAry[nStart].Y() <= SHRT_MAX)) ) in operator <<()
2009 ((rPoly.mpImplPolygon->mpPointAry[nStart].Y() >= SHRT_MIN) && in operator <<()
2010 (rPoly.mpImplPolygon->mpPointAry[nStart].Y() <= SHRT_MAX)) ) in operator <<()
2033 << (short)rPoly.mpImplPolygon->mpPointAry[nStart].Y(); in operator <<()
2041 << rPoly.mpImplPolygon->mpPointAry[nStart].Y(); in operator <<()
2062 << rPoly.mpImplPolygon->mpPointAry[i].Y(); 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()