Home
last modified time | relevance | path

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

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx634 fy1 = fx1 = 0.0; in GetPoint()
642 fx1 = rPt.X(); in GetPoint()
654 fx1 = rPt2.X() + fWidth; in GetPoint()
700 double fx1 = aBoundRect.Left() - nLeft; in FitTextOutlinesToShapeOutlines() local
703 double fM1 = fx1 / (double)nWidth; in FitTextOutlinesToShapeOutlines()
706 GetPoint( rOutlinePoly, vDistances, fM1, fx1, fy1 ); 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
791 double fWidth = fx2 - fx1; in FitTextOutlinesToShapeOutlines()
[all …]
H A DEnhancedCustomShape2d.cxx1646 double fx1 = ( cos( fStartAngle * F_PI180 ) * 65536.0 * fXScale ) + fCenterX; 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
1598 fx1=((double)pA->GetStartPoint().X())-fxc; in WriteOpcodes()
1602 l1=sqrt(fx1*fx1+fy1*fy1); in WriteOpcodes()
1607 fx1=fx1/l1*fxr; 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 39 milliseconds