Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterUIPainter.cxx45 const css::uno::Reference<css::rendering::XBitmap>& rxRepeatableCenterBitmap, in PaintHorizontalBitmapComposite() argument
60 if (rxRepeatableCenterBitmap.is()) in PaintHorizontalBitmapComposite()
61 aCenterBitmapSize = rxRepeatableCenterBitmap->getSize(); in PaintHorizontalBitmapComposite()
115 if (rxRepeatableCenterBitmap.is()) in PaintHorizontalBitmapComposite()
135 rxCanvas->drawBitmap(rxRepeatableCenterBitmap, aViewState, aRenderState); in PaintHorizontalBitmapComposite()
150 const css::uno::Reference<css::rendering::XBitmap>& rxRepeatableCenterBitmap, in PaintVerticalBitmapComposite() argument
165 if (rxRepeatableCenterBitmap.is()) in PaintVerticalBitmapComposite()
166 aCenterBitmapSize = rxRepeatableCenterBitmap->getSize(); in PaintVerticalBitmapComposite()
221 if (rxRepeatableCenterBitmap.is()) in PaintVerticalBitmapComposite()
241 rxCanvas->drawBitmap(rxRepeatableCenterBitmap, aViewState, aRenderState); in PaintVerticalBitmapComposite()
H A DPresenterUIPainter.hxx52 const css::uno::Reference<css::rendering::XBitmap>& rxRepeatableCenterBitmap,
60 const css::uno::Reference<css::rendering::XBitmap>& rxRepeatableCenterBitmap,

Completed in 16 milliseconds