Home
last modified time | relevance | path

Searched refs:rxLeftBitmap (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterUIPainter.cxx38 const css::uno::Reference<css::rendering::XBitmap>& rxLeftBitmap, in PaintHorizontalBitmapComposite() argument
51 if (rxLeftBitmap.is()) in PaintHorizontalBitmapComposite()
52 aLeftBitmapSize = rxLeftBitmap->getSize(); in PaintHorizontalBitmapComposite()
72 if (rxLeftBitmap.is()) in PaintHorizontalBitmapComposite()
86 rxCanvas->drawBitmap(rxLeftBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
H A DPresenterUIPainter.hxx41 const css::uno::Reference<css::rendering::XBitmap>& rxLeftBitmap,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterUIPainter.cxx38 const css::uno::Reference<css::rendering::XBitmap>& rxLeftBitmap, in PaintHorizontalBitmapComposite() argument
51 if (rxLeftBitmap.is()) in PaintHorizontalBitmapComposite()
52 aLeftBitmapSize = rxLeftBitmap->getSize(); in PaintHorizontalBitmapComposite()
72 if (rxLeftBitmap.is()) in PaintHorizontalBitmapComposite()
86 rxCanvas->drawBitmap(rxLeftBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
H A DPresenterUIPainter.hxx42 const css::uno::Reference<css::rendering::XBitmap>& rxLeftBitmap,