Home
last modified time | relevance | path

Searched refs:rTransformation (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dpolypolyaction.cxx73 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation,
165 ::canvas::tools::prependToRenderState(aLocalState, rTransformation); in render()
217 return CachedPrimitiveBase::render( rTransformation ); in render()
223 ::canvas::tools::prependToRenderState(aLocalState, rTransformation); in getBounds()
243 return getBounds( rTransformation ); in getBounds()
264 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation,
308 ::canvas::tools::prependToRenderState(aLocalState, rTransformation); in render()
332 return CachedPrimitiveBase::render( rTransformation ); in render()
358 return getBounds( rTransformation ); in getBounds()
442 return CachedPrimitiveBase::render( rTransformation ); in render()
[all …]
H A Dtextaction.cxx733 return render( rTransformation ); in render()
765 return getBounds( rTransformation ); in getBounds()
971 return render( rTransformation ); in render()
1008 return getBounds( rTransformation ); in getBounds()
1155 rTransformation, in render()
1193 rTransformation, in getBounds()
1448 rTransformation, in render()
1519 rTransformation, in getBounds()
1872 return render( rTransformation ); in render()
1880 return render( rTransformation ); in render()
[all …]
H A Dlineaction.cxx64 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const;
65 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation,
68 … virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix& rTransformation ) const;
69 … virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix& rTransformation,
94 bool LineAction::render( const ::basegfx::B2DHomMatrix& rTransformation ) const in render()
100 ::canvas::tools::prependToRenderState(aLocalState, rTransformation); in render()
110 bool LineAction::render( const ::basegfx::B2DHomMatrix& rTransformation, in render() argument
119 return render( rTransformation ); in render()
125 ::canvas::tools::prependToRenderState(aLocalState, rTransformation); in getBounds()
133 … ::basegfx::B2DRange LineAction::getBounds( const ::basegfx::B2DHomMatrix& rTransformation, in getBounds() argument
[all …]
H A Dpointaction.cxx65 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const;
66 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation,
69 … virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix& rTransformation ) const;
70 … virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix& rTransformation,
110 bool PointAction::render( const ::basegfx::B2DHomMatrix& rTransformation ) const in render()
116 ::canvas::tools::prependToRenderState(aLocalState, rTransformation); in render()
125 bool PointAction::render( const ::basegfx::B2DHomMatrix& rTransformation, in render() argument
134 return render( rTransformation ); in render()
140 ::canvas::tools::prependToRenderState(aLocalState, rTransformation); in getBounds()
150 … ::basegfx::B2DRange PointAction::getBounds( const ::basegfx::B2DHomMatrix& rTransformation, in getBounds() argument
[all …]
H A Dbitmapaction.cxx70 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation,
73 … virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix& rTransformation ) const;
74 … virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix& rTransformation,
82 … const ::basegfx::B2DHomMatrix& rTransformation ) const;
151 … const ::basegfx::B2DHomMatrix& rTransformation ) const in render()
157 ::canvas::tools::prependToRenderState(aLocalState, rTransformation); in render()
166 bool BitmapAction::render( const ::basegfx::B2DHomMatrix& rTransformation, in render() argument
175 return CachedPrimitiveBase::render( rTransformation ); in render()
181 ::canvas::tools::prependToRenderState(aLocalState, rTransformation); in getBounds()
192 … ::basegfx::B2DRange BitmapAction::getBounds( const ::basegfx::B2DHomMatrix& rTransformation, in getBounds() argument
[all …]
H A Dtransparencygroupaction.cxx138 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const;
139 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation,
142 … virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix& rTransformation ) const;
143 … virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix& rTransformation,
254 bool TransparencyGroupAction::render( const ::basegfx::B2DHomMatrix& rTransformation, in render() argument
264 aTransform = rTransformation * aTransform; in render()
506 … bool TransparencyGroupAction::render( const ::basegfx::B2DHomMatrix& rTransformation ) const in render()
513 return render( rTransformation, aSubset ); in render()
519 ::canvas::tools::prependToRenderState(aLocalState, rTransformation); in getBounds()
529 …segfx::B2DRange TransparencyGroupAction::getBounds( const ::basegfx::B2DHomMatrix& rTransformation, in getBounds() argument
[all …]
H A Dcachedprimitivebase.cxx54 bool CachedPrimitiveBase::render( const ::basegfx::B2DHomMatrix& rTransformation ) const in render()
64 aTotalTransform *= rTransformation; in render()
86 rTransformation ); in render()
H A Dcachedprimitivebase.hxx72 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const;
80 … const ::basegfx::B2DHomMatrix& rTransformation ) const = 0;
/trunk/main/cppcanvas/source/inc/
H A Daction.hxx98 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const = 0;
114 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation,
125 … virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix& rTransformation ) const = 0;
140 virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix& rTransformation,
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx907 const basegfx::B2DHomMatrix& rTransformation, in TransformBitmapEx() argument
915 …const Bitmap aDestination(impTransformBitmap(GetBitmap(), aDestinationSize, rTransformation, bSmoo… in TransformBitmapEx()
922 …const Bitmap aAlpha(impTransformBitmap(GetAlpha().GetBitmap(), aDestinationSize, rTransformation, … in TransformBitmapEx()
927 const Bitmap aMask(impTransformBitmap(GetMask(), aDestinationSize, rTransformation, false)); in TransformBitmapEx()
938 const basegfx::B2DHomMatrix& rTransformation, in getTransformed() argument
957 aOutlineRange.transform(rTransformation); in getTransformed()
997 aTransform = rTransformation * aTransform; in getTransformed()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtransformprimitive2d.cxx42 const basegfx::B2DHomMatrix& rTransformation, in TransformPrimitive2D() argument
45 maTransformation(rTransformation) in TransformPrimitive2D()
H A Dwrongspellprimitive2d.cxx84 const basegfx::B2DHomMatrix& rTransformation, in WrongSpellPrimitive2D() argument
89 maTransformation(rTransformation), in WrongSpellPrimitive2D()
H A Dfillgraphicprimitive2d.cxx110 const basegfx::B2DHomMatrix& rTransformation, in FillGraphicPrimitive2D() argument
113 maTransformation(rTransformation), in FillGraphicPrimitive2D()
H A Dcropprimitive2d.cxx48 const basegfx::B2DHomMatrix& rTransformation, in CropPrimitive2D() argument
54 maTransformation(rTransformation), in CropPrimitive2D()
H A Dtextprimitive2d.cxx98 …ransformation(basegfx::B2DPolyPolygonVector& rTarget, basegfx::B2DHomMatrix& rTransformation) const in getTextOutlinesAndTransformation()
170 rTransformation = basegfx::tools::createScaleShearXRotateTranslateB2DHomMatrix( in getTextOutlinesAndTransformation()
/trunk/main/drawinglayer/source/primitive3d/
H A Dtransformprimitive3d.cxx42 const basegfx::B3DHomMatrix& rTransformation, in TransformPrimitive3D() argument
45 maTransformation(rTransformation) in TransformPrimitive3D()
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx403 const basegfx::B2DHomMatrix& rTransformation,
428 const basegfx::B2DHomMatrix& rTransformation,
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx113 virtual void SAL_CALL transform (const geometry::AffineMatrix2D& rTransformation)
1143 void SAL_CALL PresenterCustomSprite::transform (const geometry::AffineMatrix2D& rTransformation) in transform() argument
1147 mxSprite->transform(rTransformation); in transform()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dtransformprimitive2d.hxx65 const basegfx::B2DHomMatrix& rTransformation,
H A Dfillgraphicprimitive2d.hxx68 const basegfx::B2DHomMatrix& rTransformation,
H A Dcropprimitive2d.hxx75 const basegfx::B2DHomMatrix& rTransformation,
H A Dwrongspellprimitive2d.hxx71 const basegfx::B2DHomMatrix& rTransformation,
H A Dtextprimitive2d.hxx146 …ansformation(basegfx::B2DPolyPolygonVector& rTarget, basegfx::B2DHomMatrix& rTransformation) const;
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dtransformprimitive3d.hxx55 const basegfx::B3DHomMatrix& rTransformation,
/trunk/main/slideshow/source/engine/
H A Dslideview.cxx240 basegfx::B2DHomMatrix const& rTransformation ) in getLayerBoundsPixel() argument
245 rTransformation ); in getLayerBoundsPixel()

Completed in 95 milliseconds

12