Home
last modified time | relevance | path

Searched refs:aViewState (Results 1 – 21 of 21) sorted by relevance

/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx277 const css::rendering::ViewState& aViewState, in drawPoint() argument
281 mxSharedCanvas->drawPoint(aPoint,MergeViewState(aViewState),aRenderState); in drawPoint()
290 const css::rendering::ViewState& aViewState, in drawLine() argument
294 mxSharedCanvas->drawLine(aStartPoint,aEndPoint,MergeViewState(aViewState),aRenderState); in drawLine()
303 const css::rendering::ViewState& aViewState, in drawBezier() argument
307 mxSharedCanvas->drawBezier(aBezierSegment,aEndPoint,MergeViewState(aViewState),aRenderState); in drawBezier()
315 const css::rendering::ViewState& aViewState, in drawPolyPolygon() argument
320 xPolyPolygon, MergeViewState(aViewState), aRenderState); in drawPolyPolygon()
328 const css::rendering::ViewState& aViewState, in strokePolyPolygon() argument
334 xPolyPolygon, MergeViewState(aViewState), aRenderState, aStrokeAttributes); in strokePolyPolygon()
[all …]
H A DPresenterCanvas.hxx161 const css::rendering::ViewState& aViewState,
167 const css::rendering::ViewState& aViewState,
173 const css::rendering::ViewState& aViewState,
178 const css::rendering::ViewState& aViewState,
183 const css::rendering::ViewState& aViewState,
190 const css::rendering::ViewState& aViewState,
198 const css::rendering::ViewState& aViewState,
207 const css::rendering::ViewState& aViewState,
214 const css::rendering::ViewState& aViewState,
220 const css::rendering::ViewState& aViewState,
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterUIPainter.cxx67 rendering::ViewState aViewState ( in PaintHorizontalBitmapComposite() local
85 aViewState.Clip = Reference<rendering::XPolyPolygon2D>( in PaintHorizontalBitmapComposite()
92 rxCanvas->drawBitmap(rxLeftBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
103 aViewState.Clip = Reference<rendering::XPolyPolygon2D>( in PaintHorizontalBitmapComposite()
111 rxCanvas->drawBitmap(rxRightBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
124 aViewState.Clip = Reference<rendering::XPolyPolygon2D>( in PaintHorizontalBitmapComposite()
135 rxCanvas->drawBitmap(rxRepeatableCenterBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
172 rendering::ViewState aViewState ( in PaintVerticalBitmapComposite() local
190 aViewState.Clip = Reference<rendering::XPolyPolygon2D>( in PaintVerticalBitmapComposite()
197 rxCanvas->drawBitmap(rxTopBitmap, aViewState, aRenderState); in PaintVerticalBitmapComposite()
[all …]
H A DPresenterCanvasHelper.cxx166 rendering::ViewState aViewState (rDefaultViewState); in PaintTiledBitmap() local
167 aViewState.Clip = rxPolygon; in PaintTiledBitmap()
196 aViewState, in PaintTiledBitmap()
223 rendering::ViewState aViewState (rDefaultViewState); in PaintBitmap() local
224 aViewState.Clip = PresenterGeometryHelper::CreatePolygon(rRepaintBox, rxCanvas->getDevice()); in PaintBitmap()
235 aViewState, in PaintBitmap()
257 rendering::ViewState aViewState (rDefaultViewState); in PaintColor() local
258 aViewState.Clip = PresenterGeometryHelper::CreatePolygon(rRepaintBox, rxCanvas->getDevice()); in PaintColor()
267 aViewState, in PaintColor()
H A DPresenterSlideShowView.cxx377 rendering::ViewState aViewState ( in clear() local
386 mxViewCanvas->fillPolyPolygon(xPolygon, aViewState, aRenderState); in clear()
793 const rendering::ViewState aViewState( in PaintOuterWindow() local
824 aViewState, in PaintOuterWindow()
830 aViewState, in PaintOuterWindow()
839 mxCanvas->fillPolyPolygon(mxBackgroundPolygon1, aViewState, aRenderState); in PaintOuterWindow()
841 mxCanvas->fillPolyPolygon(mxBackgroundPolygon2, aViewState, aRenderState); in PaintOuterWindow()
853 const rendering::ViewState aViewState( in PaintEndSlide() local
865 aViewState, in PaintEndSlide()
890 aViewState, in PaintEndSlide()
H A DPresenterHelpView.cxx314 rendering::ViewState aViewState( in Paint() local
328 aViewState, in Paint()
335 aViewState, in Paint()
352 aViewState, in Paint()
363 aViewState, in Paint()
H A DPresenterSlideSorter.cxx1027 const rendering::ViewState aViewState (geometry::AffineMatrix2D(1,0,0, 0,1,0), xClip); in PaintPreview() local
1064 rxCanvas->drawBitmap(xPreview, aViewState, aRenderState); in PaintPreview()
1081 rxCanvas->drawPolyPolygon(mxPreviewFrame, aViewState, aRenderState); in PaintPreview()
1877 const rendering::ViewState aViewState( in CreateBitmap() local
1891 aViewState, in CreateBitmap()
2230 const rendering::ViewState aViewState( in PaintBitmapOnce() local
2244 aViewState, in PaintBitmapOnce()
2266 const rendering::ViewState aViewState( in PaintBitmapTiled() local
2291 aViewState, in PaintBitmapTiled()
H A DPresenterSlidePreview.cxx341 const rendering::ViewState aViewState( in Paint() local
354 mxCanvas->drawBitmap(mxPreview, aViewState, aRenderState); in Paint()
363 mxCanvas->fillPolyPolygon(xPolygon, aViewState, aRenderState); in Paint()
H A DPresenterWindowManager.cxx1253 const rendering::ViewState aViewState( in PaintBackground() local
1286 aViewState, in PaintBackground()
1299 aViewState, in PaintBackground()
1545 const rendering::ViewState aViewState ( in ModeChangeAnimationStarter() local
1556 xSpriteCanvas->drawBitmap(xBackgroundBitmap, aViewState, aRenderState); in ModeChangeAnimationStarter()
H A DPresenterPaneAnimator.cxx618 const rendering::ViewState aViewState ( in HidePane() local
1027 rendering::ViewState aViewState( in CreateBackgroundSprite() local
1043 aViewState, in CreateBackgroundSprite()
1103 const rendering::ViewState aViewState ( in CreateSubstitution() local
1114 xSpriteCanvas->drawBitmap(xBackgroundBitmap, aViewState, aRenderState); in CreateSubstitution()
H A DPresenterNotesView.cxx592 rendering::ViewState aViewState ( in PaintToolBar() local
619 aViewState, in PaintToolBar()
634 rendering::ViewState aViewState ( in PaintText() local
H A DPresenterTextView.cxx444 const rendering::ViewState aViewState( in Paint() local
465 aViewState, in Paint()
492 aViewState, in Paint()
505 aViewState, in Paint()
H A DPresenterButton.cxx318 rendering::ViewState aViewState( in windowPaint() local
327 mxCanvas->drawBitmap(xBitmap, aViewState, aRenderState); in windowPaint()
H A DPresenterScrollBar.cxx646 const rendering::ViewState aViewState ( in PaintBitmap() local
661 aViewState, in PaintBitmap()
H A DPresenterToolBar.cxx650 const rendering::ViewState aViewState ( in windowPaint() local
657 Paint(rEvent.UpdateRect, aViewState); in windowPaint()
/trunk/main/offapi/com/sun/star/rendering/
H A DXCanvas.idl164 @param aViewState
174 …t( [in] ::com::sun::star::geometry::RealPoint2D aPoint, [in] ViewState aViewState, [in] RenderStat…
188 @param aViewState
198 …[in] ::com::sun::star::geometry::RealPoint2D aEndPoint, [in] ViewState aViewState, [in] RenderStat…
212 @param aViewState
222 …[in] ::com::sun::star::geometry::RealPoint2D aEndPoint, [in] ViewState aViewState, [in] RenderStat…
233 @param aViewState
245 …e drawPolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] RenderStat…
263 @param aViewState
278 … strokePolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] RenderStat…
[all …]
H A DXAnimatedSprite.idl132 @param aViewState
140 void setViewState( [in] ViewState aViewState )
160 @param aViewState
183 [in] ViewState aViewState,
H A DXSprite.idl91 @param aViewState
101 …void move( [in] ::com::sun::star::geometry::RealPoint2D aNewPos, [in] ViewState aViewState, [in] R…
/trunk/main/cppcanvas/source/wrapper/
H A Dimplsprite.cxx110 rendering::ViewState aViewState; in movePixel() local
113 ::canvas::tools::initViewState( aViewState ); in movePixel()
117 aViewState, in movePixel()
128 rendering::ViewState aViewState; in move() local
131 ::canvas::tools::initViewState( aViewState ); in move()
134 ::canvas::tools::setViewStateTransform( aViewState, in move()
138 aViewState, in move()
/trunk/main/slideshow/source/engine/
H A Dslidebitmap.cxx69 rendering::ViewState aViewState; in draw() local
70 aViewState.AffineTransform = rCanvas->getViewState().AffineTransform; in draw()
90 aViewState, in draw()
/trunk/main/canvas/source/vcl/
H A Dtextlayout.cxx120 const rendering::ViewState aViewState( in queryTextShapes() local
131 setupTextOffsets(aOffsets.get(), maLogicalAdvancements, aViewState, aRenderState); in queryTextShapes()
173 const rendering::ViewState aViewState( in queryInkMeasures() local
184 setupTextOffsets(aOffsets.get(), maLogicalAdvancements, aViewState, aRenderState); in queryInkMeasures()