| /AOO42X/main/basegfx/source/matrix/ |
| H A D | b2dhommatrixtools.cxx | 119 B2DHomMatrix createShearXB2DHomMatrix(double fShearX) in createShearXB2DHomMatrix() argument 123 if(!fTools::equalZero(fShearX)) in createShearXB2DHomMatrix() 125 aRetval.set(0, 1, fShearX); in createShearXB2DHomMatrix() 177 double fShearX, in createScaleShearXRotateTranslateB2DHomMatrix() argument 186 … return createShearXRotateTranslateB2DHomMatrix(fShearX, fRadiant, fTranslateX, fTranslateY); in createScaleShearXRotateTranslateB2DHomMatrix() 191 if(fTools::equalZero(fShearX)) in createScaleShearXRotateTranslateB2DHomMatrix() 226 /* Row 0, Column 1 */ fScaleY * fShearX, in createScaleShearXRotateTranslateB2DHomMatrix() 244 /* Row 0, Column 1 */ fScaleY * ((fCos * fShearX) - fSin), in createScaleShearXRotateTranslateB2DHomMatrix() 247 /* Row 1, Column 1 */ fScaleY * ((fSin * fShearX) + fCos), in createScaleShearXRotateTranslateB2DHomMatrix() 257 double fShearX, in createShearXRotateTranslateB2DHomMatrix() argument [all …]
|
| /AOO42X/main/drawinglayer/source/primitive2d/ |
| H A D | textprimitive2d.cxx | 104 double fRotate, fShearX; in getTextOutlinesAndTransformation() local 108 if(getTextTransform().decompose(aScale, aTranslate, fRotate, fShearX)) in getTextOutlinesAndTransformation() 171 aScale, fShearX, fRotate, aTranslate); in getTextOutlinesAndTransformation() 210 double fRotate, fShearX; in create2DDecomposition() local 211 aPolygonTransform.decompose(aScale, aTranslate, fRotate, fShearX); in create2DDecomposition() 288 double fRotate, fShearX; in getB2DRange() local 290 if(getTextTransform().decompose(aScale, aTranslate, fRotate, fShearX)) in getB2DRange() 314 aScale, fShearX, fRotate, aTranslate)); in getB2DRange()
|
| H A D | textstrikeoutprimitive2d.cxx | 81 double fRotate, fShearX; in create2DDecomposition() local 84 getObjectTransformation().decompose(aScale, aTranslate, fRotate, fShearX); in create2DDecomposition() 173 double fRotate, fShearX; in create2DDecomposition() local 174 getObjectTransformation().decompose(aScale, aTranslate, fRotate, fShearX); in create2DDecomposition() 209 fShearX, fRotate, aTranslate)); in create2DDecomposition()
|
| H A D | pagepreviewprimitive2d.cxx | 50 double fRotate, fShearX; in create2DDecomposition() local 51 getTransform().decompose(aScale, aTranslate, fRotate, fShearX); in create2DDecomposition() 102 fShearX, fRotate, aTranslate.getX(), aTranslate.getY())); in create2DDecomposition()
|
| H A D | textlineprimitive2d.cxx | 63 double fRotate, fShearX; in create2DDecomposition() local 64 getObjectTransformation().decompose(aScale, aTranslate, fRotate, fShearX); in create2DDecomposition() 203 fShearX, fRotate, aTranslate)); in create2DDecomposition()
|
| H A D | gridprimitive2d.cxx | 53 double fRotate, fShearX; in create2DDecomposition() local 54 getTransform().decompose(aScale, aTranslate, fRotate, fShearX); in create2DDecomposition() 58 fShearX, fRotate, aTranslate.getX(), aTranslate.getY())); in create2DDecomposition()
|
| H A D | wrongspellprimitive2d.cxx | 54 double fRotate, fShearX; in create2DDecomposition() local 55 getTransformation().decompose(aScale, aTranslate, fRotate, fShearX); in create2DDecomposition()
|
| H A D | sceneprimitive2d.cxx | 242 double fRotate, fShearX; in create2DDecomposition() local 243 aUnitRangeToUser.decompose(aScale, aTranslate, fRotate, fShearX); in create2DDecomposition() 255 aExtendedProjection.shearXZ(fShearX, 0.0); in create2DDecomposition()
|
| H A D | animatedprimitive2d.cxx | 196 … const double fShearX(((aMatB->getShearX() - aMatA->getShearX()) * fOffset) + aMatA->getShearX()); in get2DDecomposition() local 200 aScale, fShearX, fRotate, aTranslate); in get2DDecomposition()
|
| /AOO42X/main/basegfx/inc/basegfx/matrix/ |
| H A D | b2dhommatrixtools.hxx | 55 BASEGFX_DLLPUBLIC B2DHomMatrix createShearXB2DHomMatrix(double fShearX); 80 double fShearX, 85 double fShearX, in createScaleShearXRotateTranslateB2DHomMatrix() argument 91 fShearX, in createScaleShearXRotateTranslateB2DHomMatrix() 97 double fShearX, 101 double fShearX, in createShearXRotateTranslateB2DHomMatrix() argument 106 fShearX, in createShearXRotateTranslateB2DHomMatrix()
|
| /AOO42X/main/svx/source/sdr/contact/ |
| H A D | viewcontactofgraphic.cxx | 126 double fRotate, fShearX; in createVIP2DSForPresObj() local 127 rObjectMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in createVIP2DSForPresObj() 137 …aSmallerMatrix = basegfx::tools::createShearXRotateTranslateB2DHomMatrix(fShearX, fRotate, aTransl… in createVIP2DSForPresObj() 187 double fRotate, fShearX; in createVIP2DSForDraft() local 188 rObjectMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in createVIP2DSForDraft() 226 fWidth, fHeight, fShearX, fRotate, aTranslate.getX(), aTranslate.getY())); in createVIP2DSForDraft() 274 aScale, fShearX, fRotate, aTranslate)); in createVIP2DSForDraft() 364 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence() local 368 fShearX, fRotate, in createViewIndependentPrimitive2DSequence()
|
| H A D | viewobjectcontactofunocontrol.cxx | 381 double fRotate, fShearX; in adjustControlGeometry_throw() local 382 aObtainResolutionDependentScale.decompose( aScale, aTranslate, fRotate, fShearX ); in adjustControlGeometry_throw() 970 double fRotate, fShearX; in DBG_NAME() local 971 m_aZoomLevelNormalization.decompose( aScale, aTranslate, fRotate, fShearX ); in DBG_NAME() 981 m_aZoomLevelNormalization.decompose( aScale, aTranslate, fRotate, fShearX ); in DBG_NAME() 1666 double fRotate, fShearX; in get2DDecomposition() local 1667 …rViewInformation.getObjectToViewTransformation().decompose( aScale, aTranslate, fRotate, fShearX ); in get2DDecomposition() 1679 double fRotate, fShearX; in create2DDecomposition() local 1680 …rViewInformation.getObjectToViewTransformation().decompose( aScale, aTranslate, fRotate, fShearX ); in create2DDecomposition() 1846 double fRotate, fShearX; in isPrimitiveVisible() local [all …]
|
| H A D | viewcontactofsdrole2obj.cxx | 78 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createObjectTransform() local 83 fShearX, in createObjectTransform()
|
| /AOO42X/main/svx/source/svdraw/ |
| H A D | svdograf.cxx | 1701 double fShearX(0.0), fRotate(0.0); in addCropHandles() local 1707 aMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in addCropHandles() 1709 if(!basegfx::fTools::equalZero(fShearX)) in addCropHandles() 1712 fShearX = -fShearX; in addCropHandles() 1717 fShearX, in addCropHandles() 1729 double fRotate, fShearX; in addCropHandles() local 1731 aMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in addCropHandles() 1786 …l(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), HDL_UPLFT, fShearX, fRotate)); in addCropHandles() 1788 …l(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), HDL_UPPER, fShearX, fRotate)); in addCropHandles() 1790 …l(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), HDL_UPRGT, fShearX, fRotate)); in addCropHandles() [all …]
|
| H A D | svdotextdecomposition.cxx | 681 double fRotate, fShearX; in impDecomposeContourTextPrimitive() local 682 rSdrContourTextPrimitive.getObjectTransform().decompose(aScale, aTranslate, fRotate, fShearX); in impDecomposeContourTextPrimitive() 711 fShearX, fRotate, aTranslate.getX(), aTranslate.getY())); in impDecomposeContourTextPrimitive() 731 double fRotate, fShearX; in impDecomposeBlockTextPrimitive() local 732 rSdrBlockTextPrimitive.getTextRangeTransform().decompose(aScale, aTranslate, fRotate, fShearX); in impDecomposeBlockTextPrimitive() 913 fShearX, fRotate, aTranslate.getX(), aTranslate.getY())); in impDecomposeBlockTextPrimitive() 942 double fRotate, fShearX; in impDecomposeStretchTextPrimitive() local 943 … rSdrStretchTextPrimitive.getTextRangeTransform().decompose(aScale, aTranslate, fRotate, fShearX); in impDecomposeStretchTextPrimitive() 999 fShearX, fRotate, aTranslate.getX(), aTranslate.getY())); in impDecomposeStretchTextPrimitive()
|
| H A D | svdotext.cxx | 1707 double fShearX = (aGeo.nShearWink / 100.0) * F_PI180; in TRGetBaseGeometry() local 1753 basegfx::fTools::equalZero(fShearX) ? 0.0 : tan(fShearX), in TRGetBaseGeometry() 1769 double fShearX(0.0); in TRSetBaseGeometry() local 1770 rMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in TRSetBaseGeometry() 1828 if(!basegfx::fTools::equalZero(fShearX)) in TRSetBaseGeometry() 1831 aGeoStat.nShearWink = FRound((atan(fShearX) / F_PI180) * 100.0); in TRSetBaseGeometry()
|
| H A D | svddrgmt.cxx | 627 double fRotate, fShearX; in applyCurrentTransformationToSdrObject() local 628 aObjectTransform.decompose(aScale, aTranslate, fRotate, fShearX); in applyCurrentTransformationToSdrObject() 3772 double fRotate(0.0), fShearX(0.0); in EndSdrDrag() local 3774 aOriginalMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in EndSdrDrag() 3776 if(!basegfx::fTools::equalZero(fShearX)) in EndSdrDrag() 3781 -fShearX, in EndSdrDrag() 3863 double fRotate(0.0), fShearX(0.0); in EndSdrDrag() local 3865 aNewObjectMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in EndSdrDrag() 3868 -fShearX, in EndSdrDrag() 3890 double fRotate, fShearX; in EndSdrDrag() local [all …]
|
| /AOO42X/main/svx/source/sdr/primitive2d/ |
| H A D | sdrdecompositiontools.cxx | 213 double fRotate, fShearX; in createTextPrimitive() local 214 rObjectTransform.decompose(aScale, aTranslate, fRotate, fShearX); in createTextPrimitive() 263 double fRotate, fShearX; in createTextPrimitive() local 264 rObjectTransform.decompose(aScale, aTranslate, fRotate, fShearX); in createTextPrimitive() 300 …aAnchorTransform = basegfx::tools::createShearXRotateTranslateB2DHomMatrix(fShearX, fRotate, aTran… in createTextPrimitive() 364 double fRotate, fShearX; in createTextPrimitive() local 365 aAnchorTransform.decompose(aScale, aTranslate, fRotate, fShearX); in createTextPrimitive() 369 fShearX, fRotate, aTranslate)); in createTextPrimitive()
|
| H A D | sdrolecontentprimitive2d.cxx | 80 double fRotate, fShearX; in create2DDecomposition() local 81 getObjectTransform().decompose(aScale, aTranslate, fRotate, fShearX); in create2DDecomposition() 103 …erObjectMatrix = basegfx::tools::createShearXRotateTranslateB2DHomMatrix(fShearX, fRotate, aTransl… in create2DDecomposition()
|
| H A D | sdrgrafprimitive2d.cxx | 82 double fRotate, fShearX; in create2DDecomposition() local 83 getTransform().decompose(aScale, aTranslate, fRotate, fShearX); in create2DDecomposition()
|
| H A D | sdrole2primitive2d.cxx | 114 double fRotate, fShearX; in get2DDecomposition() local 115 getTransform().decompose(aScale, aTranslate, fRotate, fShearX); in get2DDecomposition()
|
| /AOO42X/main/drawinglayer/source/processor2d/ |
| H A D | vclprocessor2d.cxx | 137 double fRotate, fShearX; in RenderTextSimpleOrDecoratedPortionPrimitive2D() local 138 aLocalTransform.decompose(aFontScaling, aTranslate, fRotate, fShearX); in RenderTextSimpleOrDecoratedPortionPrimitive2D() 141 if(basegfx::fTools::equalZero(fShearX)) in RenderTextSimpleOrDecoratedPortionPrimitive2D() 446 double fRotate, fShearX; in RenderFillGraphicPrimitive2D() local 447 aLocalTransform.decompose(aScale, aTranslate, fRotate, fShearX); in RenderFillGraphicPrimitive2D() 450 if(basegfx::fTools::equalZero(fRotate) && basegfx::fTools::equalZero(fShearX)) in RenderFillGraphicPrimitive2D()
|
| /AOO42X/main/svx/source/sdr/overlay/ |
| H A D | overlaybitmapex.cxx | 66 double fShearX, in OverlayBitmapEx() argument 73 mfShearX(fShearX), in OverlayBitmapEx()
|
| H A D | overlayanimatedbitmapex.cxx | 78 double fShearX, in OverlayAnimatedBitmapEx() argument 86 mfShearX(fShearX), in OverlayAnimatedBitmapEx()
|
| /AOO42X/main/basegfx/test/ |
| H A D | basegfx2d.cxx | 574 …void impFillMatrix(B2DHomMatrix& rSource, double fScaleX, double fScaleY, double fShearX, double f… in impFillMatrix() argument 579 rSource.shearX(fShearX); in impFillMatrix() 583 bool impDecomposeComposeTest(double fScaleX, double fScaleY, double fShearX, double fRotate) in impDecomposeComposeTest() argument 587 impFillMatrix(aSource, fScaleX, fScaleY, fShearX, fRotate); in impDecomposeComposeTest()
|