Home
last modified time | relevance | path

Searched refs:fy1 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx634 fy1 = fx1 = 0.0; in GetPoint()
643 fy1 = rPt.Y(); in GetPoint()
655 fy1 = rPt2.Y() + fHeight; in GetPoint()
702 double fy1, fy2; in FitTextOutlinesToShapeOutlines() local
706 GetPoint( rOutlinePoly, vDistances, fM1, fx1, fy1 ); in FitTextOutlinesToShapeOutlines()
709 double fvx = ( fy2 - fy1 ); in FitTextOutlinesToShapeOutlines()
712 fy1 = fy1 + ( ( fy2 - fy1 ) * 0.5 ); in FitTextOutlinesToShapeOutlines()
788 double fx1, fy1, fx2, fy2; in FitTextOutlinesToShapeOutlines() local
789 GetPoint( rOutlinePoly, vDistances, fX, fx1, fy1 ); in FitTextOutlinesToShapeOutlines()
792 double fHeight= fy2 - fy1; in FitTextOutlinesToShapeOutlines()
[all …]
H A DEnhancedCustomShape2d.cxx1647 double fy1 = ( -sin( fStartAngle * F_PI180 ) * 65536.0 * fYScale ) + fCenterY; in CreateSubPath() local
1650 …aNewB2DPolygon.append(CreateArc( aRect, Point( (sal_Int32)fx1, (sal_Int32)fy1 ), Point( (sal_Int32… in CreateSubPath()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1592 double fxc,fyc,fxr,fyr,fx1,fy1,fx2,fy2,l1,l2; in WriteOpcodes() local
1599 fy1=((double)pA->GetStartPoint().Y())-fyc; in WriteOpcodes()
1602 l1=sqrt(fx1*fx1+fy1*fy1); in WriteOpcodes()
1608 fy1=fy1/l1*fyr; in WriteOpcodes()
1616 fx1+=fxc; fy1+=fyc; fx2+=fxc; fy2+=fyc; in WriteOpcodes()
1617 … WriteOpcode_Line(Point((long)(fx1+0.5),(long)(fy1+0.5)), Point((long)(fxc+0.5),(long)(fyc+0.5))); in WriteOpcodes()

Completed in 38 milliseconds