Searched refs:rpBitmap (Results 1 – 8 of 8) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/ |
H A D | PresenterCanvasHelper.cxx | 48 const SharedBitmapDescriptor& rpBitmap, in Paint() argument 54 PaintRectangle(rpBitmap,rxCanvas,rRepaintBox,rOuterBoundingBox,rContentBoundingBox, in Paint() 59 const SharedBitmapDescriptor& rpBitmap, in PaintRectangle() argument 67 if (!rpBitmap) in PaintRectangle() 89 if (rpBitmap->GetNormalBitmap().is()) in PaintRectangle() 91 if (rpBitmap->meHorizontalTexturingMode == PresenterBitmapDescriptor::Repeat in PaintRectangle() 92 || rpBitmap->meVerticalTexturingMode == PresenterBitmapDescriptor::Repeat) in PaintRectangle() 95 rpBitmap->GetNormalBitmap(), in PaintRectangle() 106 rpBitmap->GetNormalBitmap(), in PaintRectangle() 118 rpBitmap->maReplacementColor, in PaintRectangle()
|
H A D | PresenterPaneBorderPainter.cxx | 140 const SharedBitmapDescriptor& rpBitmap); 590 const SharedBitmapDescriptor& rpBitmap) in PaintBitmap() argument 596 if (rpBitmap->mnWidth<=0 || rpBitmap->mnHeight<=0) in PaintBitmap() 606 sal_Int32 nW = rpBitmap->mnWidth; in PaintBitmap() 607 sal_Int32 nH = rpBitmap->mnHeight; in PaintBitmap() 610 nX = rBox.X - rpBitmap->mnWidth + rpBitmap->mnXOffset; in PaintBitmap() 614 nX = rBox.X + rBox.Width + rpBitmap->mnXOffset; in PaintBitmap() 625 nY = rBox.Y - rpBitmap->mnHeight + rpBitmap->mnYOffset; in PaintBitmap() 629 nY = rBox.Y + rBox.Height + rpBitmap->mnYOffset; in PaintBitmap() 675 double(nW)/rpBitmap->mnWidth, 0, nX, in PaintBitmap() [all …]
|
H A D | PresenterCanvasHelper.hxx | 44 const SharedBitmapDescriptor& rpBitmap, 51 const SharedBitmapDescriptor& rpBitmap,
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/ |
H A D | PresenterCanvasHelper.cxx | 48 const SharedBitmapDescriptor& rpBitmap, in Paint() argument 54 PaintRectangle(rpBitmap,rxCanvas,rRepaintBox,rOuterBoundingBox,rContentBoundingBox, in Paint() 59 const SharedBitmapDescriptor& rpBitmap, in PaintRectangle() argument 67 if (rpBitmap.get() == nullptr) in PaintRectangle() 89 if (rpBitmap->GetNormalBitmap().is()) in PaintRectangle() 91 if (rpBitmap->meHorizontalTexturingMode == PresenterBitmapDescriptor::Repeat in PaintRectangle() 92 || rpBitmap->meVerticalTexturingMode == PresenterBitmapDescriptor::Repeat) in PaintRectangle() 95 rpBitmap->GetNormalBitmap(), in PaintRectangle() 106 rpBitmap->GetNormalBitmap(), in PaintRectangle() 118 rpBitmap->maReplacementColor, in PaintRectangle()
|
H A D | PresenterPaneBorderPainter.cxx | 140 const SharedBitmapDescriptor& rpBitmap); 591 const SharedBitmapDescriptor& rpBitmap) in PaintBitmap() argument 597 if (rpBitmap->mnWidth<=0 || rpBitmap->mnHeight<=0) in PaintBitmap() 607 sal_Int32 nW = rpBitmap->mnWidth; in PaintBitmap() 608 sal_Int32 nH = rpBitmap->mnHeight; in PaintBitmap() 611 nX = rBox.X - rpBitmap->mnWidth + rpBitmap->mnXOffset; in PaintBitmap() 615 nX = rBox.X + rBox.Width + rpBitmap->mnXOffset; in PaintBitmap() 626 nY = rBox.Y - rpBitmap->mnHeight + rpBitmap->mnYOffset; in PaintBitmap() 630 nY = rBox.Y + rBox.Height + rpBitmap->mnYOffset; in PaintBitmap() 676 double(nW)/rpBitmap->mnWidth, 0, nX, in PaintBitmap() [all …]
|
H A D | PresenterCanvasHelper.hxx | 44 const SharedBitmapDescriptor& rpBitmap, 51 const SharedBitmapDescriptor& rpBitmap,
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/cache/ |
H A D | SlsBitmapCompressor.hxx | 84 virtual std::shared_ptr<BitmapReplacement> Compress(const BitmapEx& rpBitmap) const override; 115 virtual std::shared_ptr<BitmapReplacement> Compress(const BitmapEx& rpBitmap) const override;
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/cache/ |
H A D | SlsBitmapCompressor.hxx | 85 virtual std::shared_ptr<BitmapReplacement> Compress (const BitmapEx& rpBitmap) const override; 117 virtual std::shared_ptr<BitmapReplacement> Compress (const BitmapEx& rpBitmap) const override;
|