Searched refs:fOrientation (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/filter/source/graphicfilter/icgm/ |
| H A D | class4.cxx | 34 double fOrientation; in ImplGetOrientation() local 39 fOrientation = acos( nX / sqrt( nX * nX + nY * nY ) ) * 57.29577951308; in ImplGetOrientation() 41 fOrientation = 360 - fOrientation; in ImplGetOrientation() 43 return fOrientation; in ImplGetOrientation() 501 double fOrientation = 0; in ImplDoClass4() local 502 … mpOutAct->DrawEllipticalArc( aCenterPoint, fRadius, fOrientation, nType, fStartAngle, fEndAngle ); in ImplDoClass4() 509 double fOrientation, fStartAngle, fEndAngle, vector[ 4 ]; in ImplDoClass4() local 553 fOrientation = 0; in ImplDoClass4() 554 … mpOutAct->DrawEllipticalArc( aCenter, aRadius, fOrientation, 2, fStartAngle, fEndAngle ); in ImplDoClass4() 563 double fOrientation, fStartAngle, fEndAngle, vector[ 4 ]; in ImplDoClass4() local [all …]
|
| /AOO42X/main/svtools/source/filter/wmf/ |
| H A D | winmtf.cxx | 1557 double fOrientation = acos( fX / sqrt( fX * fX + fY * fY ) ) * 57.29577951308; in DrawText() local 1559 fOrientation = 360 - fOrientation; in DrawText() 1560 fOrientation += 90; in DrawText() 1561 fOrientation *= 10; in DrawText() 1562 fOrientation += aTmp.GetOrientation(); in DrawText() 1563 aTmp.SetOrientation( sal_Int16( fOrientation ) ); in DrawText()
|