Home
last modified time | relevance | path

Searched refs:fY2 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx430 fY2 = mnWinOrgY-fY2; in ImplMap()
432 fY2 *= 25.40; in ImplMap()
434 fY2 += mnDevOrgY; in ImplMap()
440 fY2 = mnWinOrgY-fY2; in ImplMap()
442 fY2 *= 2.540; in ImplMap()
444 fY2 += mnDevOrgY; in ImplMap()
450 fY2 = mnWinOrgY-fY2; in ImplMap()
452 fY2 *= 10; in ImplMap()
454 fY2 += mnDevOrgY; in ImplMap()
460 fY2 = mnWinOrgY-fY2; in ImplMap()
[all …]
/trunk/main/chart2/source/view/inc/
H A DPlottingPositionHelper.hxx72 , double fX2, double fY2, double fZ2 );
264 … , double fX2, double fY2, double fZ2 /*these values are all expected tp be scaled already*/ ) in isSameForGivenResolution() argument
267 … || !::rtl::math::isFinite(fX2) || !::rtl::math::isFinite(fY2) || !::rtl::math::isFinite(fZ2) ) in isSameForGivenResolution()
284 … == static_cast<sal_Int32>(m_nYResolution*(fY2 - fScaledMinY)/(fScaledMaxY-fScaledMinY)) ); in isSameForGivenResolution()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx293 double fY2 = fHeight; in createPolyPolygon_Cylinder() local
296 ::std::swap(fY1,fY2); in createPolyPolygon_Cylinder()
326 *pInnerSequenceY++ = fY2; in createPolyPolygon_Cylinder()
343 *pInnerSequenceY++ = fY2; in createPolyPolygon_Cylinder()
346 *pInnerSequenceY++ = fY2; in createPolyPolygon_Cylinder()
390 double fY2 = 0.0; in createPolyPolygon_Cone() local
406 *pInnerSequenceY++ = fY2; in createPolyPolygon_Cone()
423 *pInnerSequenceY++ = fY2; in createPolyPolygon_Cone()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1121 double fX0, fY0, fX1, fY1, fX2, fY2, fX3, fY3; in PointsToBezier() local
1176 fY2 = fTy2 / (fT2 * fT2 * fU2 * 3) - fY0 * fU2 * fU2 / ( fT2 * fT2 * 3); in PointsToBezier()
1177 fY2 -= fY1 * fU2 / fT2; in PointsToBezier()
1178 fY2 -= fY3 * fT2 / (fU2 * 3); in PointsToBezier()
1181 pPoints[nFirst+2] = Point((long) fX2, (long) fY2); in PointsToBezier()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1163 const double fY2 = pB2DTrap->getBottomY(); in drawFilledTrapezoids() local
1164 rTrap.left.p2.y = rTrap.right.p2.y = rTrap.bottom = XDoubleToFixed( fY2 ); in drawFilledTrapezoids()
/trunk/main/tools/source/generic/
H A Dpoly.cxx640 const double fY2 = 3.0 * rCtrlPt2.Y();; in Polygon() local
655 rPt.Y() = FRound( fK1_3 * fY0 + fK12 * fY1 + fK21 * fY2 + fK_3 * fY3 ); in Polygon()

Completed in 82 milliseconds