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
defs:alpha_value
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
alpha_processing_neon.c
102
const uint32_t
alpha_value
= alpha[i];
in DispatchAlpha_NEON()
local
H
A
D
alpha_processing_sse41.c
66
const uint32_t
alpha_value
= argb[4 * i];
in ExtractAlpha_SSE41()
local
H
A
D
alpha_processing.c
303
const uint32_t
alpha_value
= alpha[i];
in DispatchAlpha_C()
local
336
const uint8_t
alpha_value
= argb[4 * i];
in ExtractAlpha_C()
local
H
A
D
alpha_processing_sse2.c
63
const uint32_t
alpha_value
= alpha[i];
in DispatchAlpha_SSE2()
local
135
const uint32_t
alpha_value
= argb[4 * i];
in ExtractAlpha_SSE2()
local
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
io_dec.c
220
const uint32_t
alpha_value
= alpha[i] >> 4;
in EmitAlphaRGBA4444()
local
459
const uint32_t
alpha_value
= p->scaler_a->dst[i] >> 4;
in ExportAlphaRGBA4444()
local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_clear.c
196
bool
alpha_value
= false; /* clear alpha to 0 or 1 */
in gfx8_get_dcc_clear_parameters()
local
/third_party/mesa3d/src/gallium/drivers/r300/
H
A
D
r300_context.h
108
uint32_t
alpha_value
; /* R500_FG_ALPHA_VALUE: 0x4be0 */
member
Completed in 9 milliseconds