Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterUIPainter.cxx39 const css::uno::Reference<css::rendering::XBitmap>& rxRepeatableCenterBitmap, in PaintHorizontalBitmapComposite() argument
54 if (rxRepeatableCenterBitmap.is()) in PaintHorizontalBitmapComposite()
55 aCenterBitmapSize = rxRepeatableCenterBitmap->getSize(); in PaintHorizontalBitmapComposite()
109 if (!rxRepeatableCenterBitmap.is()) in PaintHorizontalBitmapComposite()
131 rxCanvas->drawBitmap(rxRepeatableCenterBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
141 const css::uno::Reference<css::rendering::XBitmap>& rxRepeatableCenterBitmap, in PaintVerticalBitmapComposite() argument
156 if (rxRepeatableCenterBitmap.is()) in PaintVerticalBitmapComposite()
157 aCenterBitmapSize = rxRepeatableCenterBitmap->getSize(); in PaintVerticalBitmapComposite()
212 if (!rxRepeatableCenterBitmap.is()) in PaintVerticalBitmapComposite()
234 rxCanvas->drawBitmap(rxRepeatableCenterBitmap, aViewState, aRenderState); in PaintVerticalBitmapComposite()
H A DPresenterUIPainter.hxx42 const css::uno::Reference<css::rendering::XBitmap>& rxRepeatableCenterBitmap,
49 const css::uno::Reference<css::rendering::XBitmap>& rxRepeatableCenterBitmap,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterUIPainter.cxx39 const css::uno::Reference<css::rendering::XBitmap>& rxRepeatableCenterBitmap, in PaintHorizontalBitmapComposite() argument
54 if (rxRepeatableCenterBitmap.is()) in PaintHorizontalBitmapComposite()
55 aCenterBitmapSize = rxRepeatableCenterBitmap->getSize(); in PaintHorizontalBitmapComposite()
109 if (!rxRepeatableCenterBitmap.is()) in PaintHorizontalBitmapComposite()
131 rxCanvas->drawBitmap(rxRepeatableCenterBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
141 const css::uno::Reference<css::rendering::XBitmap>& rxRepeatableCenterBitmap, in PaintVerticalBitmapComposite() argument
156 if (rxRepeatableCenterBitmap.is()) in PaintVerticalBitmapComposite()
157 aCenterBitmapSize = rxRepeatableCenterBitmap->getSize(); in PaintVerticalBitmapComposite()
212 if (!rxRepeatableCenterBitmap.is()) in PaintVerticalBitmapComposite()
234 rxCanvas->drawBitmap(rxRepeatableCenterBitmap, aViewState, aRenderState); in PaintVerticalBitmapComposite()
H A DPresenterUIPainter.hxx43 const css::uno::Reference<css::rendering::XBitmap>& rxRepeatableCenterBitmap,
51 const css::uno::Reference<css::rendering::XBitmap>& rxRepeatableCenterBitmap,