LibreOffice Module vcl (master)
1
include
vcl
Scanline.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_SCANLINE_HXX
21
#define INCLUDED_VCL_SCANLINE_HXX
22
23
#include <
o3tl/typed_flags_set.hxx
>
24
#include <
sal/types.h
>
25
26
typedef
sal_uInt8
*
Scanline
;
27
typedef
const
sal_uInt8
*
ConstScanline
;
28
29
enum class
ScanlineFormat
{
30
NONE
= 0x00000000,
31
32
N1BitMsbPal
= 0x00000001,
33
34
N8BitPal
= 0x00000010,
35
36
N24BitTcBgr
= 0x00000100,
37
N24BitTcRgb
= 0x00000200,
38
39
N32BitTcAbgr
= 0x00000800,
40
N32BitTcArgb
= 0x00001000,
41
N32BitTcBgra
= 0x00002000,
42
N32BitTcRgba
= 0x00004000,
43
N32BitTcMask
= 0x00008000,
44
45
TopDown
= 0x00010000
// scanline adjustment
46
};
47
48
namespace
o3tl
49
{
50
template
<>
struct
typed_flags
<
ScanlineFormat
> :
is_typed_flags
<ScanlineFormat, 0x0001fb11> {};
51
}
52
53
inline
ScanlineFormat
RemoveScanline
(
ScanlineFormat
nFormat)
54
{
55
return
nFormat &
~ScanlineFormat
::TopDown;
56
}
57
58
#endif
// INCLUDED_VCL_SCANLINE_HXX
59
60
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ConstScanline
const sal_uInt8 * ConstScanline
Definition:
Scanline.hxx:27
Scanline
sal_uInt8 * Scanline
Definition:
Scanline.hxx:26
ScanlineFormat
ScanlineFormat
Definition:
Scanline.hxx:29
ScanlineFormat::N24BitTcRgb
@ N24BitTcRgb
ScanlineFormat::N32BitTcArgb
@ N32BitTcArgb
ScanlineFormat::N32BitTcMask
@ N32BitTcMask
ScanlineFormat::N32BitTcBgra
@ N32BitTcBgra
ScanlineFormat::N32BitTcAbgr
@ N32BitTcAbgr
ScanlineFormat::N32BitTcRgba
@ N32BitTcRgba
ScanlineFormat::N8BitPal
@ N8BitPal
ScanlineFormat::N24BitTcBgr
@ N24BitTcBgr
ScanlineFormat::TopDown
@ TopDown
ScanlineFormat::N1BitMsbPal
@ N1BitMsbPal
RemoveScanline
ScanlineFormat RemoveScanline(ScanlineFormat nFormat)
Definition:
Scanline.hxx:53
NONE
NONE
o3tl
o3tl::is_typed_flags
o3tl::typed_flags
typed_flags_set.hxx
types.h
sal_uInt8
unsigned char sal_uInt8
Generated on Sun Jul 30 2023 04:34:52 for LibreOffice Module vcl (master) by
1.9.3