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:fDisposalMethod
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/android/
H
A
D
SkAnimatedImage.cpp
148
dst->
fDisposalMethod
=
fDisposalMethod
;
in copyTo()
211
frameInfo.
fDisposalMethod
= SkCodecAnimation::DisposalMethod::kKeep;
in decodeNextFrame()
251
if (is_restore_previous(frameInfo.
fDisposalMethod
)) {
in decodeNextFrame()
256
!is_restore_previous(fDecodingFrame.
fDisposalMethod
)) {
in decodeNextFrame()
264
is_restore_previous(frame.
fDisposalMethod
)) {
in decodeNextFrame()
271
if (is_restore_previous(frameInfo.
fDisposalMethod
)) {
in decodeNextFrame()
284
if (!is_restore_previous(frameInfo.
fDisposalMethod
)) {
in decodeNextFrame()
311
fDecodingFrame.
fDisposalMethod
= frameInfo.
fDisposalMethod
;
in decodeNextFrame()
[all...]
/third_party/skia/src/codec/
H
A
D
SkFrameHolder.h
30
,
fDisposalMethod
(SkCodecAnimation::DisposalMethod::kKeep)
in SkFrame()
116
return
fDisposalMethod
;
in getDisposalMethod()
120
fDisposalMethod
= disposalMethod;
in setDisposalMethod()
160
SkCodecAnimation::DisposalMethod
fDisposalMethod
;
member in SkFrame
H
A
D
SkCodec.cpp
820
frameInfo->
fDisposalMethod
=
fDisposalMethod
;
in fillIn()
/third_party/skia/include/android/
H
A
D
SkAnimatedImage.h
121
SkCodecAnimation::DisposalMethod
fDisposalMethod
;
member
/third_party/skia/tests/
H
A
D
CodecAnimTest.cpp
67
return info.
fDisposalMethod
== SkCodecAnimation::DisposalMethod::kRestorePrevious;
in restore_previous()
376
REPORTER_ASSERT(r, frameInfo.
fDisposalMethod
== rec.fDisposalMethods[i]);
in DEF_TEST()
514
REPORTER_ASSERT(r, frameInfo.
fDisposalMethod
in test_animated_AndroidCodec()
/third_party/skia/include/codec/
H
A
D
SkCodec.h
632
* used, unless its
fDisposalMethod
is kRestorePrevious.
668
SkCodecAnimation::DisposalMethod
fDisposalMethod
;
member
Completed in 6 milliseconds