Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
blend.h
Go to the documentation of this file.
1
// Copyright 2023 The PDFium Authors
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
7
#
ifndef
CORE_FXGE_DIB_BLEND_H_
8
#
define
CORE_FXGE_DIB_BLEND_H_
9
10
enum
class
BlendMode
;
11
12
namespace
fxge
{
13
14
// Note that Blend() only handles separable blend modes.
15
int
Blend
(
BlendMode
blend_mode,
int
back_color,
int
src_color);
16
17
}
// namespace fxge
18
19
#
endif
// CORE_FXGE_DIB_BLEND_H_
DCHECK_GE
#define DCHECK_GE(x, y)
Definition
check_op.h:22
DCHECK_LE
#define DCHECK_LE(x, y)
Definition
check_op.h:21
BlendMode
BlendMode
Definition
fx_dib.h:119
BlendMode::kExclusion
@ kExclusion
Definition
fx_dib.h:131
BlendMode::kNormal
@ kNormal
Definition
fx_dib.h:120
BlendMode::kColorBurn
@ kColorBurn
Definition
fx_dib.h:127
BlendMode::kLighten
@ kLighten
Definition
fx_dib.h:125
BlendMode::kMultiply
@ kMultiply
Definition
fx_dib.h:121
BlendMode::kColorDodge
@ kColorDodge
Definition
fx_dib.h:126
BlendMode::kScreen
@ kScreen
Definition
fx_dib.h:122
BlendMode::kSoftLight
@ kSoftLight
Definition
fx_dib.h:129
BlendMode::kDifference
@ kDifference
Definition
fx_dib.h:130
BlendMode::kOverlay
@ kOverlay
Definition
fx_dib.h:123
BlendMode::kHardLight
@ kHardLight
Definition
fx_dib.h:128
BlendMode::kDarken
@ kDarken
Definition
fx_dib.h:124
fxge
Definition
fx_fontencoding.h:10
fxge::Blend
int Blend(BlendMode blend_mode, int back_color, int src_color)
Definition
blend.cpp:47
std
[33]
Definition
src_corelib_tools_qhash.cpp:421
NOTREACHED_NORETURN
#define NOTREACHED_NORETURN()
Definition
notreached.h:22
qtwebengine
src
3rdparty
chromium
third_party
pdfium
core
fxge
dib
blend.h
Generated on
for Qt by
1.14.0