Lines Matching refs:Y
605 sal_Int32 fY = rPoint.Y() - rPt0.Y(); in InsertMissingOutlinePoints()
607 … rPoly.Insert( i, Point( (sal_Int32)( rPt0.X() + fX * fd ), (sal_Int32)( rPt0.Y() + fY * fd ) ) ); in InsertMissingOutlinePoints()
620 sal_Int32 fY = rPoint.Y() - rPt0.Y(); in InsertMissingOutlinePoints()
622 … rPoly.Insert( i, Point( (sal_Int32)( rPt0.X() + fX * fd ), (sal_Int32)( rPt0.Y() + fY * fd ) ) ); in InsertMissingOutlinePoints()
643 fy1 = rPt.Y(); in GetPoint()
651 double fHeight= rPt.Y() - rPt2.Y(); in GetPoint()
655 fy1 = rPt2.Y() + fHeight; in GetPoint()
718 …ct.GetHeight() / 2.0 + aTextAreaIter->aBoundRect.Top() ) - aParagraphIter->aBoundRect.Center().Y(); in FitTextOutlinesToShapeOutlines()
721 …rPolyPoly.Rotate( Point( aBoundRect.Center().X(), aParagraphIter->aBoundRect.Center().Y() ), sin( … in FitTextOutlinesToShapeOutlines()
722 …BoundRect.Center().X() ), (sal_Int32)( ( fy1 + fvy ) - aParagraphIter->aBoundRect.Center().Y() ) ); in FitTextOutlinesToShapeOutlines()
784 rPoint.Y() -= nTop; in FitTextOutlinesToShapeOutlines()
786 double fY = (double)rPoint.Y() / (double)nHeight; in FitTextOutlinesToShapeOutlines()
794 rPoint.Y() = (sal_Int32)( fy1 + fHeight* fY ); in FitTextOutlinesToShapeOutlines()
852 aP.Y() -= aS.Height() / 2; in CreateSdrObjectFromParagraphOutlines()