Searched refs:fSx (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/basegfx/source/matrix/ |
H A D | b3dhommatrix.cxx | 274 void B3DHomMatrix::shearXY(double fSx, double fSy) in shearXY() argument 277 if(!fTools::equalZero(fSx) || !fTools::equalZero(fSy)) in shearXY() 281 aShearXYMat.set(0, 2, fSx); in shearXY() 302 void B3DHomMatrix::shearXZ(double fSx, double fSz) in shearXZ() argument 305 if(!fTools::equalZero(fSx) || !fTools::equalZero(fSz)) in shearXZ() 309 aShearXZMat.set(0, 1, fSx); in shearXZ()
|
H A D | b2dhommatrix.cxx | 268 void B2DHomMatrix::shearX(double fSx) in shearX() argument 271 if(!fTools::equalZero(fSx)) in shearX() 275 aShearXMat.set(0, 1, fSx); in shearX()
|
/aoo42x/main/basegfx/inc/basegfx/matrix/ |
H A D | b3dhommatrix.hxx | 92 void shearXY(double fSx, double fSy); 94 void shearXZ(double fSx, double fSz);
|
H A D | b2dhommatrix.hxx | 100 void shearX(double fSx);
|
/aoo42x/main/svx/inc/svx/ |
H A D | xpoly.hxx | 127 void Scale(double fSx, double fSy); 192 void Scale(double fSx, double fSy);
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 1292 void XPolygon::Scale(double fSx, double fSy) in Scale() argument 1302 rPnt.X() = (long)(fSx * rPnt.X()); in Scale() 2033 void XPolyPolygon::Scale(double fSx, double fSy) in Scale() argument 2038 pImpXPolyPolygon->aXPolyList.GetObject(i)->Scale(fSx, fSy); in Scale()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr3.cxx | 136 double fSx = 0.5 * (fAx + fBx); // potential next point in lcl_IterateInverse() local 146 fSx = fPx * fRy * fQy / (fRy-fPy) / (fQy-fPy) in lcl_IterateInverse() 149 bHasToInterpolate = (fAx < fSx) && (fSx < fBx); // inside the brackets? in lcl_IterateInverse() 156 fSx = 0.5 * (fAx + fBx); in lcl_IterateInverse() 163 fPx = fQx; fQx = fRx; fRx = fSx; in lcl_IterateInverse() 164 fPy = fQy; fQy = fRy; fRy = rFunction.GetValue(fSx); in lcl_IterateInverse()
|
Completed in 65 milliseconds