Lines Matching refs:rxCanvas
41 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in PaintHorizontalBitmapComposite() argument
88 rxCanvas->getDevice())); in PaintHorizontalBitmapComposite()
92 rxCanvas->drawBitmap(rxLeftBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
106 rxCanvas->getDevice())); in PaintHorizontalBitmapComposite()
111 rxCanvas->drawBitmap(rxRightBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
127 rxCanvas->getDevice())); in PaintHorizontalBitmapComposite()
135 rxCanvas->drawBitmap(rxRepeatableCenterBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
146 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas, in PaintVerticalBitmapComposite() argument
193 rxCanvas->getDevice())); in PaintVerticalBitmapComposite()
197 rxCanvas->drawBitmap(rxTopBitmap, aViewState, aRenderState); in PaintVerticalBitmapComposite()
212 rxCanvas->getDevice())); in PaintVerticalBitmapComposite()
217 rxCanvas->drawBitmap(rxBottomBitmap, aViewState, aRenderState); in PaintVerticalBitmapComposite()
233 rxCanvas->getDevice())); in PaintVerticalBitmapComposite()
241 rxCanvas->drawBitmap(rxRepeatableCenterBitmap, aViewState, aRenderState); in PaintVerticalBitmapComposite()