Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterCanvasHelper.cxx63 const SharedBitmapDescriptor& rpBitmap, in Paint() argument
69 PaintRectangle(rpBitmap,rxCanvas,rRepaintBox,rOuterBoundingBox,rContentBoundingBox, in Paint()
77 const SharedBitmapDescriptor& rpBitmap, in PaintRectangle() argument
85 if (rpBitmap.get() == NULL) in PaintRectangle()
107 if (rpBitmap->GetNormalBitmap().is()) in PaintRectangle()
109 if (rpBitmap->meHorizontalTexturingMode == PresenterBitmapDescriptor::Repeat in PaintRectangle()
110 || rpBitmap->meVerticalTexturingMode == PresenterBitmapDescriptor::Repeat) in PaintRectangle()
113 Reference<rendering::XBitmap>(rpBitmap->GetNormalBitmap(), UNO_QUERY), in PaintRectangle()
124 Reference<rendering::XBitmap>(rpBitmap->GetNormalBitmap(), UNO_QUERY), in PaintRectangle()
136 rpBitmap->maReplacementColor, in PaintRectangle()
H A DPresenterPaneBorderPainter.cxx164 const SharedBitmapDescriptor& rpBitmap,
732 const SharedBitmapDescriptor& rpBitmap, in PaintBitmap() argument
741 if (rpBitmap->mnWidth<=0 || rpBitmap->mnHeight<=0) in PaintBitmap()
751 sal_Int32 nW = rpBitmap->mnWidth; in PaintBitmap()
752 sal_Int32 nH = rpBitmap->mnHeight; in PaintBitmap()
755 nX = rBox.X - rpBitmap->mnWidth + rpBitmap->mnXOffset; in PaintBitmap()
759 nX = rBox.X + rBox.Width + rpBitmap->mnXOffset; in PaintBitmap()
770 nY = rBox.Y - rpBitmap->mnHeight + rpBitmap->mnYOffset; in PaintBitmap()
774 nY = rBox.Y + rBox.Height + rpBitmap->mnYOffset; in PaintBitmap()
820 double(nW)/rpBitmap->mnWidth, 0, nX, in PaintBitmap()
[all …]
H A DPresenterCanvasHelper.hxx53 const SharedBitmapDescriptor& rpBitmap,
60 const SharedBitmapDescriptor& rpBitmap,
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCompressor.hxx90 virtual ::boost::shared_ptr<BitmapReplacement> Compress (const Bitmap& rpBitmap) const;
126 virtual ::boost::shared_ptr<BitmapReplacement> Compress (const Bitmap& rpBitmap) const;

Completed in 26 milliseconds