LibreOffice Module vcl (master) 1
svpbmp.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#ifndef INCLUDED_VCL_INC_HEADLESS_SVPBMP_HXX
21#define INCLUDED_VCL_INC_HEADLESS_SVPBMP_HXX
22
23#include <sal/config.h>
24
25#include <salbmp.hxx>
27
29{
30 std::unique_ptr<BitmapBuffer> mpDIB;
31public:
33 virtual ~SvpSalBitmap() override;
34
35 // SalBitmap
36 virtual bool Create(const Size& rSize,
37 vcl::PixelFormat ePixelFormat,
38 const BitmapPalette& rPalette) override;
39 virtual bool Create( const SalBitmap& rSalBmp ) override;
40 virtual bool Create( const SalBitmap& rSalBmp,
41 SalGraphics* pGraphics ) override;
42 virtual bool Create(const SalBitmap& rSalBmp,
43 vcl::PixelFormat eNewPixelFormat) override;
44 virtual bool Create( const css::uno::Reference< css::rendering::XBitmapCanvas >& rBitmapCanvas,
45 Size& rSize,
46 bool bMask = false ) override;
47 void Create(std::unique_ptr<BitmapBuffer> pBuf);
48 const BitmapBuffer* GetBuffer() const
49 {
50 return mpDIB.get();
51 }
52 virtual void Destroy() final override;
53 virtual Size GetSize() const override;
54 virtual sal_uInt16 GetBitCount() const override;
55
56 virtual BitmapBuffer* AcquireBuffer( BitmapAccessMode nMode ) override;
57 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, BitmapAccessMode nMode ) override;
58 virtual bool GetSystemData( BitmapSystemData& rData ) override;
59
60 virtual bool ScalingSupported() const override;
61 virtual bool Scale( const double& rScaleX, const double& rScaleY, BmpScaleFlag nScaleFlag ) override;
62 virtual bool Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uInt8 nTol ) override;
63
64 virtual const basegfx::SystemDependentDataHolder* accessSystemDependentDataHolder() const override;
65};
66
67#endif // INCLUDED_VCL_INC_HEADLESS_SVPBMP_HXX
68
69/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
BitmapAccessMode
virtual bool Create(const SalBitmap &rSalBmp, vcl::PixelFormat eNewPixelFormat) override
std::unique_ptr< BitmapBuffer > mpDIB
Definition: svpbmp.hxx:30
virtual bool Create(const SalBitmap &rSalBmp) override
virtual ~SvpSalBitmap() override
virtual bool Create(const SalBitmap &rSalBmp, SalGraphics *pGraphics) override
const BitmapBuffer * GetBuffer() const
Definition: svpbmp.hxx:48
virtual bool Create(const css::uno::Reference< css::rendering::XBitmapCanvas > &rBitmapCanvas, Size &rSize, bool bMask=false) override
virtual bool Create(const Size &rSize, vcl::PixelFormat ePixelFormat, const BitmapPalette &rPalette) override
void Create(std::unique_ptr< BitmapBuffer > pBuf)
virtual void Destroy() final override
#define VCL_DLLPUBLIC
Definition: dllapi.h:29
PixelFormat
Pixel format of the bitmap in bits per pixel.
Definition: BitmapTypes.hxx:20
unsigned char sal_uInt8