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:DisposalMethod
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/src/codec/
H
A
D
SkFrameHolder.h
30
, fDisposalMethod(SkCodecAnimation::
DisposalMethod
::kKeep)
in SkFrame()
115
SkCodecAnimation::
DisposalMethod
getDisposalMethod() const {
in getDisposalMethod()
119
void setDisposalMethod(SkCodecAnimation::
DisposalMethod
disposalMethod) {
in setDisposalMethod()
160
SkCodecAnimation::
DisposalMethod
fDisposalMethod;
H
A
D
SkCodec.cpp
367
case SkCodecAnimation::
DisposalMethod
::kRestorePrevious:
in handleFrameIndex()
370
case SkCodecAnimation::
DisposalMethod
::kRestoreBGColor:
in handleFrameIndex()
830
return frame.getDisposalMethod() == SkCodecAnimation::
DisposalMethod
::kRestoreBGColor;
in restore_bg()
896
while (prevFrame->getDisposalMethod() == SkCodecAnimation::
DisposalMethod
::kRestorePrevious) {
in setAlphaAndRequiredFrame()
945
SkASSERT(prevFrame->getDisposalMethod() == SkCodecAnimation::
DisposalMethod
::kKeep);
in setAlphaAndRequiredFrame()
H
A
D
SkWuffsCodec.cpp
88
static SkCodecAnimation::
DisposalMethod
wuffs_disposal_to_skia_disposal(
in wuffs_disposal_to_skia_disposal()
92
return SkCodecAnimation::
DisposalMethod
::kRestoreBGColor;
in wuffs_disposal_to_skia_disposal()
94
return SkCodecAnimation::
DisposalMethod
::kRestorePrevious;
in wuffs_disposal_to_skia_disposal()
96
return SkCodecAnimation::
DisposalMethod
::kKeep;
in wuffs_disposal_to_skia_disposal()
506
//
DisposalMethod
). For one-pass decoding, we therefore use SRC_OVER.
in onStartIncrementalDecodeOnePass()
H
A
D
SkWebpCodec.cpp
264
SkCodecAnimation::
DisposalMethod
::kRestoreBGColor :
in onGetFrameCount()
265
SkCodecAnimation::
DisposalMethod
::kKeep);
in onGetFrameCount()
H
A
D
SkHeifCodec.cpp
321
frame->setDisposalMethod(SkCodecAnimation::
DisposalMethod
::kKeep);
in onGetFrameCount()
/third_party/skia/tests/
H
A
D
CodecAnimTest.cpp
67
return info.fDisposalMethod == SkCodecAnimation::
DisposalMethod
::kRestorePrevious;
in restore_previous()
99
constexpr SkCodecAnimation::
DisposalMethod
kKeep =
in DEF_TEST()
100
SkCodecAnimation::
DisposalMethod
::kKeep;
in DEF_TEST()
101
constexpr SkCodecAnimation::
DisposalMethod
kRestoreBG =
in DEF_TEST()
102
SkCodecAnimation::
DisposalMethod
::kRestoreBGColor;
in DEF_TEST()
103
constexpr SkCodecAnimation::
DisposalMethod
kRestorePrev =
in DEF_TEST()
104
SkCodecAnimation::
DisposalMethod
::kRestorePrevious;
in DEF_TEST()
120
std::vector<SkCodecAnimation::
DisposalMethod
> fDisposalMethods;
in DEF_TEST()
515
== SkCodecAnimation::
DisposalMethod
::kRestoreBGColor);
in test_animated_AndroidCodec()
/third_party/skia/src/android/
H
A
D
SkAnimatedImage.cpp
161
static bool is_restore_previous(SkCodecAnimation::
DisposalMethod
dispose) {
in is_restore_previous()
162
return SkCodecAnimation::
DisposalMethod
::kRestorePrevious == dispose;
in is_restore_previous()
211
frameInfo.fDisposalMethod = SkCodecAnimation::
DisposalMethod
::kKeep;
in decodeNextFrame()
/third_party/skia/include/codec/
H
A
D
SkCodecAnimation.h
19
enum class
DisposalMethod
{
class
H
A
D
SkCodec.h
668
SkCodecAnimation::
DisposalMethod
fDisposalMethod;
/third_party/skia/third_party/externals/libgifcodec/
H
A
D
SkGifImageReader.cpp
649
currentFrame->setDisposalMethod((SkCodecAnimation::
DisposalMethod
) rawDisposalMethod);
in parse()
654
currentFrame->setDisposalMethod(SkCodecAnimation::
DisposalMethod
::kRestorePrevious);
in parse()
658
currentFrame->setDisposalMethod(SkCodecAnimation::
DisposalMethod
::kKeep);
in parse()
/third_party/skia/include/android/
H
A
D
SkAnimatedImage.h
121
SkCodecAnimation::
DisposalMethod
fDisposalMethod;
Completed in 11 milliseconds