Home
last modified time | relevance | path

Searched refs:aWorldTransform (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx194 ::basegfx::B2DHomMatrix aWorldTransform; in drawText()
195 ::canvas::tools::mergeViewAndRenderTransform(aWorldTransform, rViewState, rRenderState); in drawText()
199 aWorldTransform.translate(rOutputOffset.getX(), rOutputOffset.getY()); in drawText()
222 aClipPoly.transform(aWorldTransform); in drawText()
229 aXForm.eM11 = (FLOAT)aWorldTransform.get(0, 0); in drawText()
230 aXForm.eM12 = (FLOAT)aWorldTransform.get(1, 0); in drawText()
231 aXForm.eM21 = (FLOAT)aWorldTransform.get(0, 1); in drawText()
232 aXForm.eM22 = (FLOAT)aWorldTransform.get(1, 1); in drawText()
233 aXForm.eDx = (FLOAT)aWorldTransform.get(0, 2); in drawText()
234 aXForm.eDy = (FLOAT)aWorldTransform.get(1, 2); in drawText()
/aoo4110/main/svx/source/sdr/contact/
H A Dviewcontactofe3dsphere.cxx59 basegfx::B3DHomMatrix aWorldTransform; in createViewIndependentPrimitive3DSequence() local
61 aWorldTransform.translate(-0.5, -0.5, -0.5); in createViewIndependentPrimitive3DSequence()
62 aWorldTransform.scale(aSphereSize.getX(), aSphereSize.getY(), aSphereSize.getZ()); in createViewIndependentPrimitive3DSequence()
63aWorldTransform.translate(aSpherePosition.getX(), aSpherePosition.getY(), aSpherePosition.getZ()); in createViewIndependentPrimitive3DSequence()
81 aWorldTransform, aTextureSize, aAttribute, *pSdr3DObjectAttribute, in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofe3dcube.cxx60 basegfx::B3DHomMatrix aWorldTransform; in createViewIndependentPrimitive3DSequence() local
76 aWorldTransform.scale(abjectRange.getX(), abjectRange.getY(), abjectRange.getZ()); in createViewIndependentPrimitive3DSequence()
77 aWorldTransform.translate(aCubeRange.getMinX(), aCubeRange.getMinY(), aCubeRange.getMinZ()); in createViewIndependentPrimitive3DSequence()
89 aWorldTransform, aTextureSize, aAttribute, *pSdr3DObjectAttribute)); in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofe3dextrude.cxx79 const basegfx::B3DHomMatrix aWorldTransform; in createViewIndependentPrimitive3DSequence() local
82 aWorldTransform, aTextureSize, aAttribute, *pSdr3DObjectAttribute, in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofe3dlathe.cxx93 const basegfx::B3DHomMatrix aWorldTransform; in createViewIndependentPrimitive3DSequence() local
96 aWorldTransform, aTextureSize, aAttribute, *pSdr3DObjectAttribute, in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofe3dpolygon.cxx167 const basegfx::B3DHomMatrix aWorldTransform; in createViewIndependentPrimitive3DSequence() local
170 aPolyPolygon3D, aWorldTransform, aTextureSize, aAttribute, *pSdr3DObjectAttribute)); in createViewIndependentPrimitive3DSequence()

Completed in 29 milliseconds