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:rect_ll_
(Results
1 - 1
of
1
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/mux/
H
A
D
anim_encode.c
508
FrameRectangle
rect_ll_
; // Frame rectangle for lossless compression.
member
511
// Could be smaller than
rect_ll_
as pixels
571
params->
rect_ll_
.x_offset_ = 0;
in GetSubRects()
572
params->
rect_ll_
.y_offset_ = 0;
in GetSubRects()
573
params->
rect_ll_
.width_ = curr_canvas->width;
in GetSubRects()
574
params->
rect_ll_
.height_ = curr_canvas->height;
in GetSubRects()
577
¶ms->
rect_ll_
, ¶ms->sub_frame_ll_)) {
in GetSubRects()
581
params->rect_lossy_ = params->
rect_ll_
; // seed with lossless rect.
in GetSubRects()
869
IsLosslessBlendingPossible(prev_canvas, curr_canvas, ¶ms->
rect_ll_
);
in GenerateCandidates()
893
IncreaseTransparency(prev_canvas, ¶ms->
rect_ll_
, curr_canva
in GenerateCandidates()
[all...]
Completed in 3 milliseconds