Home
last modified time | relevance | path

Searched refs:fShearX (Results 26 – 49 of 49) sorted by relevance

12

/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx231 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence() local
234 aObjectRange.getWidth(), aObjectRange.getHeight(), fShearX, fRotate, in createViewIndependentPrimitive2DSequence()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx773 double fRotate, fShearX; in processBasePrimitive2D() local
774 rTransform.decompose(aScale, aTranslate, fRotate, fShearX); in processBasePrimitive2D()
1564 double fRotate, fShearX; in processBasePrimitive2D() local
1566 maCurrentTransformation.decompose(aScale, aTranslate, fRotate, fShearX); in processBasePrimitive2D()
1568 if(!basegfx::fTools::equalZero(fRotate) || !basegfx::fTools::equalZero(fShearX)) in processBasePrimitive2D()
/trunk/main/drawinglayer/source/primitive2d/
H A Dcontrolprimitive2d.cxx105 double fRotate, fShearX; in createBitmapDecomposition() local
106 getTransform().decompose(aScale, aTranslate, fRotate, fShearX); in createBitmapDecomposition()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx1219 double fRotate, fShearX; in getUnrotatedGroupBoundRange() local
1222 aHomogenMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in getUnrotatedGroupBoundRange()
1238 if(!basegfx::fTools::equalZero(fShearX)) in getUnrotatedGroupBoundRange()
1243 aHomogenMatrix.shearX(-fShearX); in getUnrotatedGroupBoundRange()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx2879 double fShearX(0.0); in TRGetBaseGeometry() local
2909 fShearX = aGeo.nShearWink * F_PI18000; in TRGetBaseGeometry()
2998 basegfx::fTools::equalZero(fShearX) ? 0.0 : tan(fShearX), in TRGetBaseGeometry()
3013 double fRotate, fShearX; in TRSetBaseGeometry() local
3014 rMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in TRSetBaseGeometry()
3087 if(!basegfx::fTools::equalZero(fShearX)) in TRSetBaseGeometry()
3089 aTransform.shearX(tan(-atan(fShearX))); in TRSetBaseGeometry()
3090 aGeo.nShearWink = FRound(atan(fShearX) / F_PI18000); in TRSetBaseGeometry()
H A Dsvdoashp.cxx3265 double fRotate, fShearX; in TRSetBaseGeometry() local
3266 rMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in TRSetBaseGeometry()
3290 aNew.decompose(aScale, aTranslate, fRotate, fShearX); in TRSetBaseGeometry()
3351 if(!basegfx::fTools::equalZero(fShearX)) in TRSetBaseGeometry()
3357 aGeoStat.nShearWink = FRound((atan(fShearX) / F_PI180) * 100.0); in TRSetBaseGeometry()
3388 double fShearX = (aGeo.nShearWink / 100.0) * F_PI180; in TRGetBaseGeometry() local
3487 basegfx::fTools::equalZero(fShearX) ? 0.0 : tan(fShearX), in TRGetBaseGeometry()
H A Dsvdhdl.cxx2312 double fShearX, in SdrCropHdl() argument
2315 mfShearX(fShearX), in SdrCropHdl()
2504 double fRotate, fShearX; in CreateB2dIAObject() local
2506 maObjectTransform.decompose(aScale, aTranslate, fRotate, fShearX); in CreateB2dIAObject()
H A Dsvdocapt.cxx784 double fRotate, fShearX; in TRSetBaseGeometry() local
785 rMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in TRSetBaseGeometry()
H A Dsvdobj.cxx3086 double fRotate, fShearX; in TRSetBaseGeometry() local
3087 rMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in TRSetBaseGeometry()
/trunk/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx232 double fRotate, fShearX; in fillFrameProps() local
234 rGC.Transformation.decompose( aScale, aTranslation, fRotate, fShearX ); in fillFrameProps()
247 if( fShearX != 0.0 ) in fillFrameProps()
250 aBuf.append( fShearX ); in fillFrameProps()
H A Dwritertreevisiting.cxx160 double fRotate, fShearX; in fillFrameProps() local
162 rGC.Transformation.decompose( aScale, aTranslation, fRotate, fShearX ); in fillFrameProps()
170 if( fShearX != 0.0 ) in fillFrameProps()
173 aBuf.append( fShearX ); in fillFrameProps()
H A Dpdfiprocessor.cxx573 double fRotate, fShearX; in setupImage() local
574 rGC.Transformation.decompose( aScale, aTranslation, fRotate, fShearX ); in setupImage()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx51 double fShearX, in OverlayBitmapExPrimitive() argument
58 mfShearX(fShearX), in OverlayBitmapExPrimitive()
/trunk/main/basegfx/source/matrix/
H A Db3dhommatrix.cxx476 const double fShearX(rShear.getX()); in decompose() local
478 if(!fTools::equalZero(fShearX)) in decompose()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx406 double fRotate, fShearX; in createRedirectedPrimitive2DSequence() local
407 aObjectMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in createRedirectedPrimitive2DSequence()
456 fShearX, in createRedirectedPrimitive2DSequence()
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx706 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence() local
709 aObjectRange.getWidth(), aObjectRange.getHeight(), fShearX, fRotate, in createViewIndependentPrimitive2DSequence()
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlaybitmapex.hxx60 double fShearX = 0.0,
H A Doverlayanimatedbitmapex.hxx73 double fShearX = 0.0,
H A Doverlaytools.hxx66 double fShearX = 0.0,
/trunk/main/svx/inc/svx/
H A Dsvdhdl.hxx532 double fShearX,
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx816 double fRotate, fShearX; in DrawTransformedBitmapEx() local
817 rTransformation.decompose(aScale, aTranslate, fRotate, fShearX); in DrawTransformedBitmapEx()
819 const bool bSheared(!basegfx::fTools::equalZero(fShearX)); in DrawTransformedBitmapEx()
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx892 double fRotate, fShearX; in StartElement() local
894 aMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in StartElement()
H A Dximpshap.cxx3847 double fRotate, fShearX; in EndElement() local
3849 maUsedTransformation.decompose(aScale, aTranslate, fRotate, fShearX); in EndElement()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx2291 static double fShearX(0.0); in createPrimitive2DSequence() local
2313 aOffsetMatrix.shearX(tan(fShearX * F_PI180)); in createPrimitive2DSequence()

Completed in 1008 milliseconds

12