Home
last modified time | relevance | path

Searched refs:nShearX (Results 1 – 7 of 7) sorted by path

/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx83 double nRotate, nShearX; in setupFontTransform() local
85 aMatrix.decompose( aScale, aTranslate, nRotate, nShearX ); in setupFontTransform()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx762 double nShearX; in implDrawBitmap() local
763 aMatrix.decompose( aScale, aOutputPos, nRotate, nShearX ); in implDrawBitmap()
789 if( ::basegfx::fTools::equalZero( nShearX ) ) in implDrawBitmap()
H A Dcanvashelper_texturefill.cxx908 double nShearX; in fillTexturedPolyPolygon() local
909 aTotalTransform.decompose( aScale, aOutputPos, nRotate, nShearX ); in fillTexturedPolyPolygon()
914 if( ::basegfx::fTools::equalZero( nShearX ) ) in fillTexturedPolyPolygon()
H A Dimpltools.cxx123 double nRotate, nShearX; in setupFontTransform() local
125 aMatrix.decompose( aScale, aTranslate, nRotate, nShearX ); in setupFontTransform()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtransparencygroupaction.cxx291 double nShearX; in render() local
295 nShearX ) ) in render()
/trunk/main/slideshow/source/engine/
H A Dtools.cxx107 const double nShearX( pAttr->isShearXAngleValid() ? in getAttributedShapeTransformation() local
128 const bool bNeedShearX( !::basegfx::fTools::equalZero(nShearX) ); in getAttributedShapeTransformation()
135 aTransform.shearX( nShearX ); in getAttributedShapeTransformation()
542 const double nShearX( pAttr->isShearXAngleValid() ? in getSpriteTransformation() local
572 const bool bNeedShearX( !::basegfx::fTools::equalZero(nShearX) ); in getSpriteTransformation()
579 aTransform.shearX( nShearX ); in getSpriteTransformation()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx1513 long nShearX=0; in SetGeoAttrToMarked() local
1590 nShearX=((const SfxInt32Item&)rAttr.Get(SID_ATTR_TRANSFORM_SHEAR_X)).GetValue(); in SetGeoAttrToMarked()
1665 Point aRef(nShearX,nShearY); in SetGeoAttrToMarked()

Completed in 32 milliseconds