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:fAnimators
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/modules/skottie/src/animator/
H
A
D
Animator.cpp
20
for (const auto& animator :
fAnimators
) {
in onSeek()
43
fAnimators
.push_back(child);
in attachDiscardableAdapter()
47
fAnimators
.shrink_to_fit();
in shrink_to_fit()
71
fAnimators
.push_back(std::move(expression_animator));
in bindImpl()
109
fAnimators
.push_back(std::move(animator));
in bindImpl()
H
A
D
Animator.h
63
bool isStatic() const { return
fAnimators
.empty(); }
in isStatic()
77
std::vector<sk_sp<Animator>>
fAnimators
;
member in skottie::internal::AnimatablePropertyContainer
/third_party/skia/modules/skottie/src/layers/
H
A
D
PrecompLayer.cpp
51
:
fAnimators
(std::move(layer_animators))
in CompTimeMapper()
67
for (const auto& anim :
fAnimators
) {
75
const AnimatorScope
fAnimators
;
member in skottie::internal::__anon18573::final
/third_party/skia/modules/skottie/src/text/
H
A
D
TextAdapter.cpp
233
adapter->
fAnimators
.reserve(janimators->size());
in Make()
240
adapter->
fAnimators
.push_back(std::move(animator));
in Make()
445
if (!
fAnimators
.empty() || fPathInfo) flags |= Shaper::Flags::kFragmentGlyphs;
in shaperFlags()
499
if (!
fAnimators
.empty() || fPathInfo) {
in reshape()
560
for (const auto& animator :
fAnimators
) {
in onSync()
H
A
D
TextAdapter.h
90
std::vector<sk_sp<TextAnimator>>
fAnimators
;
member in skottie::internal::final
/third_party/skia/modules/skottie/src/
H
A
D
Skottie.cpp
441
std::move(ainfo.
fAnimators
),
in make()
463
,
fAnimators
(std::move(animators))
in Animation()
515
for (const auto& anim :
fAnimators
) {
in seekFrame()
H
A
D
SkottiePriv.h
62
AnimatorScope
fAnimators
;
member
/third_party/skia/modules/skottie/include/
H
A
D
Skottie.h
278
const std::vector<sk_sp<internal::Animator>>
fAnimators
;
member in skottie::Animation
Completed in 6 milliseconds