Searched refs:fx2 (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 701 double fx2 = aBoundRect.Right() - nLeft; in FitTextOutlinesToShapeOutlines() local 704 double fM2 = fx2 / (double)nWidth; in FitTextOutlinesToShapeOutlines() 707 GetPoint( rOutlinePoly, vDistances, fM2, fx2, fy2 ); in FitTextOutlinesToShapeOutlines() 710 double fvy = - ( fx2 - fx1 ); in FitTextOutlinesToShapeOutlines() 711 fx1 = fx1 + ( ( fx2 - fx1 ) * 0.5 ); in FitTextOutlinesToShapeOutlines() 788 double fx1, fy1, fx2, fy2; in FitTextOutlinesToShapeOutlines() local 790 GetPoint( rOutlinePoly2, vDistances2, fX, fx2, fy2 ); in FitTextOutlinesToShapeOutlines() 791 double fWidth = fx2 - fx1; in FitTextOutlinesToShapeOutlines()
|
H A D | EnhancedCustomShape2d.cxx | 1648 double fx2 = ( cos( fEndAngle * F_PI180 ) * 65536.0 * fXScale ) + fCenterX; in CreateSubPath() local 1650 …eateArc( aRect, Point( (sal_Int32)fx1, (sal_Int32)fy1 ), Point( (sal_Int32)fx2, (sal_Int32)fy2 ), … in CreateSubPath()
|
/aoo4110/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1592 double fxc,fyc,fxr,fyr,fx1,fy1,fx2,fy2,l1,l2; in WriteOpcodes() local 1600 fx2=((double)pA->GetEndPoint().X())-fxc; in WriteOpcodes() 1603 l2=sqrt(fx2*fx2+fy2*fy2); in WriteOpcodes() 1613 fx2=fx2/l2*fxr; in WriteOpcodes() 1616 fx1+=fxc; fy1+=fyc; fx2+=fxc; fy2+=fyc; in WriteOpcodes() 1618 WriteOpcode_LineFrom(Point((long)(fx2+0.5),(long)(fy2+0.5))); in WriteOpcodes()
|
Completed in 33 milliseconds