Flutter Engine
The Flutter Engine
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Enumerator
b
c
d
e
f
g
h
k
l
m
n
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
third_party
skia
src
core
SkBlitMask_opts.cpp
Go to the documentation of this file.
1
/*
2
* Copyright 2023 Google LLC
3
*
4
* Use of this source code is governed by a BSD-style license that can be
5
* found in the LICENSE file.
6
*/
7
8
#include "
include/private/base/SkFeatures.h
"
9
#include "
src/core/SkBlitMask.h
"
10
#include "
src/core/SkCpu.h
"
11
#include "
src/core/SkOptsTargets.h
"
12
13
#define SK_OPTS_TARGET SK_OPTS_TARGET_DEFAULT
14
#include "
src/opts/SkOpts_SetTarget.h
"
15
16
#include "
src/opts/SkBlitMask_opts.h
"
// IWYU pragma: keep
17
18
#include "
src/opts/SkOpts_RestoreTarget.h
"
19
20
namespace
SkOpts
{
21
DEFINE_DEFAULT
(
blit_mask_d32_a8
);
22
23
void
Init_BlitMask_ssse3
();
24
25
static
bool
init
() {
26
#if defined(SK_ENABLE_OPTIMIZE_SIZE)
27
// All Init_foo functions are omitted when optimizing for size
28
#elif defined(SK_CPU_X86)
29
#if SK_CPU_SSE_LEVEL < SK_CPU_SSE_LEVEL_SSSE3
30
if
(
SkCpu::Supports
(
SkCpu::SSSE3
)) {
Init_BlitMask_ssse3
(); }
31
#endif
32
#endif
33
return
true
;
34
}
35
36
void
Init_BlitMask
() {
37
[[maybe_unused]]
static
bool
gInitialized =
init
();
38
}
39
}
// namespace SkOpts
SkBlitMask.h
SkBlitMask_opts.h
SkCpu.h
SkFeatures.h
SkOptsTargets.h
SkOpts_RestoreTarget.h
SkOpts_SetTarget.h
SkOpts
Definition:
SkBitmapProcState.h:216
SkOpts::init
static bool init()
Definition:
SkBitmapProcState_opts.cpp:26
SkOpts::Init_BlitMask_ssse3
void Init_BlitMask_ssse3()
SkOpts::Init_BlitMask
void Init_BlitMask()
Definition:
SkBlitMask_opts.cpp:36
SkOpts::DEFINE_DEFAULT
DEFINE_DEFAULT(S32_alpha_D32_filter_DX)
SkOpts::blit_mask_d32_a8
void(* blit_mask_d32_a8)(SkPMColor *dst, size_t dstRB, const SkAlpha *mask, size_t maskRB, SkColor color, int w, int h)
SkCpu::Supports
static bool Supports(uint32_t)
Definition:
SkCpu.h:58
SkCpu::SSSE3
@ SSSE3
Definition:
SkCpu.h:20
Generated on Sun Jun 23 2024 21:56:10 for Flutter Engine by
1.9.4