Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MaskInfo
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/codec/
H
A
D
SkMasks.h
16
struct
MaskInfo
{
struct in SkMasks
22
constexpr SkMasks(const
MaskInfo
red, const
MaskInfo
green, const
MaskInfo
blue,
in SkMasks()
23
const
MaskInfo
alpha)
in SkMasks()
53
const
MaskInfo
fRed;
54
const
MaskInfo
fGreen;
55
const
MaskInfo
fBlue;
56
const
MaskInfo
fAlpha;
H
A
D
SkMasks.cpp
89
static SkMasks::
MaskInfo
process_mask(uint32_t mask) {
in process_mask()
/third_party/skia/modules/skottie/src/
H
A
D
Layer.cpp
32
struct
MaskInfo
{
struct
38
const
MaskInfo
* GetMaskInfo(char mode) {
in GetMaskInfo()
39
static constexpr
MaskInfo
k_add_info =
in GetMaskInfo()
41
static constexpr
MaskInfo
k_int_info =
in GetMaskInfo()
43
static constexpr
MaskInfo
k_sub_info =
in GetMaskInfo()
45
static constexpr
MaskInfo
k_dif_info =
in GetMaskInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
RDFRegisters.h
142
struct
MaskInfo
{
struct
150
std::vector<
MaskInfo
> MaskInfos;
/third_party/skia/modules/skottie/src/effects/
H
A
D
Effects.h
150
struct
MaskInfo
{
struct in skottie::internal::MaskShaderEffectBase
154
virtual
MaskInfo
onMakeMask() const = 0;
H
A
D
LinearWipeEffect.cpp
55
MaskInfo
onMakeMask() const override {
H
A
D
VenetianBlindsEffect.cpp
52
MaskInfo
onMakeMask() const override {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
DAGCombiner.cpp
15029
///
MaskInfo
. If so, replace the specified store with a narrower store of
15032
ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &
MaskInfo
,
in ShrinkLoadReplaceStoreWithStore()
argument
15035
unsigned NumBytes =
MaskInfo
.first;
in ShrinkLoadReplaceStoreWithStore()
15036
unsigned ByteShift =
MaskInfo
.second;
in ShrinkLoadReplaceStoreWithStore()
Completed in 55 milliseconds