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:alpha_ptr
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
picture_tools_enc.c
59
const uint8_t*
alpha_ptr
= a_ptr;
in SmoothenBlock()
local
63
if (
alpha_ptr
[x] != 0) {
in SmoothenBlock()
68
alpha_ptr
+= a_stride;
in SmoothenBlock()
73
alpha_ptr
= a_ptr;
in SmoothenBlock()
77
if (
alpha_ptr
[x] == 0) luma_ptr[x] = avg_u8;
in SmoothenBlock()
79
alpha_ptr
+= a_stride;
in SmoothenBlock()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_pair_schedule.c
1023
struct schedule_instruction *
alpha_ptr
;
in pair_instructions()
local
1030
alpha_ptr
= s->ReadyAlpha;
in pair_instructions()
1031
while(
alpha_ptr
) {
in pair_instructions()
1032
struct schedule_instruction * alpha_next =
alpha_ptr
->NextReady;
in pair_instructions()
1033
if (merge_instructions(&rgb_ptr->Instruction->U.P, &
alpha_ptr
->Instruction->U.P)) {
in pair_instructions()
1037
remove_inst_from_list(&s->ReadyAlpha,
alpha_ptr
);
in pair_instructions()
1038
rgb_ptr->PairedInst =
alpha_ptr
;
in pair_instructions()
1042
alpha_ptr
= alpha_next;
in pair_instructions()
/third_party/ffmpeg/libavcodec/
H
A
D
pngenc.c
457
uint8_t *ptr, *
alpha_ptr
;
in encode_headers()
local
461
alpha_ptr
= s->buf + 256 * 3;
in encode_headers()
468
*
alpha_ptr
++ = alpha;
in encode_headers()
Completed in 5 milliseconds