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:fTextProps
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/modules/skottie/src/text/
H
A
D
TextAnimator.cpp
120
modulated_props.position += static_cast<SkV3>(
fTextProps
.position) * amount;
in modulateProps()
121
modulated_props.rotation +=
fTextProps
.rotation * amount;
in modulateProps()
122
modulated_props.tracking +=
fTextProps
.tracking * amount;
in modulateProps()
124
(static_cast<SkV3>(
fTextProps
.scale) * 0.01f - SkV3{1,1,1}) * amount;
in modulateProps()
127
modulated_props.blur +=
fTextProps
.blur * amount;
in modulateProps()
128
modulated_props.line_spacing +=
fTextProps
.line_spacing * amount;
in modulateProps()
143
const auto fc = static_cast<SkColor>(
fTextProps
.fill_color);
in modulateProps()
147
const auto sc = static_cast<SkColor>(
fTextProps
.stroke_color);
in modulateProps()
163
fTextProps
.fill_opacity * 0.01f,
in modulateProps()
166
fTextProps
in modulateProps()
[all...]
H
A
D
TextAnimator.h
102
AnimatedProps
fTextProps
;
member in skottie::internal::final
/third_party/skia/modules/skottie/gm/
H
A
D
SkottieGM.cpp
116
fTextProps
= fPropManager->getTextProps();
155
for (const auto& prop :
fTextProps
) {
175
fTextProps
;
member in SkottieColorizeGM
Completed in 2 milliseconds