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:fPropManager
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/modules/skottie/gm/
H
A
D
ExternalProperties.cpp
56
fPropManager
= std::make_unique<skottie_utils::CustomPropertyManager>();
59
.setPropertyObserver(
fPropManager
->getPropertyObserver())
111
for (const auto& prop :
fPropManager
->getColorProps()) {
in update_props()
112
SkAssertResult(
fPropManager
->setColor(prop, tst.solid_color));
in update_props()
115
for (const auto& prop :
fPropManager
->getTransformProps()) {
in update_props()
116
auto t =
fPropManager
->getTransform(prop);
in update_props()
118
SkAssertResult(
fPropManager
->setTransform(prop, t));
in update_props()
121
for (const auto& prop :
fPropManager
->getTextProps()) {
in update_props()
122
auto txt =
fPropManager
->getText(prop);
in update_props()
125
SkAssertResult(
fPropManager
in update_props()
132
std::unique_ptr<skottie_utils::CustomPropertyManager>
fPropManager
;
global()
variable
[all...]
H
A
D
SkottieGM.cpp
111
fPropManager
= std::make_unique<skottie_utils::CustomPropertyManager>();
113
.setPropertyObserver(
fPropManager
->getPropertyObserver())
115
fColorProps =
fPropManager
->getColorProps();
116
fTextProps =
fPropManager
->getTextProps();
153
fPropManager
->setColor(prop, kColors[fColorIndex]);
156
auto txtval =
fPropManager
->getText(prop);
158
fPropManager
->setText(prop, txtval);
173
std::unique_ptr<skottie_utils::CustomPropertyManager>
fPropManager
;
member in SkottieColorizeGM
Completed in 1 milliseconds