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:calcMode
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_svg_animate.cpp
72
CalcMode
calcMode
;
in ConvertCalcMode()
local
74
calcMode
= CalcMode::DISCRETE;
in ConvertCalcMode()
76
calcMode
= CalcMode::PACED;
in ConvertCalcMode()
78
calcMode
= CalcMode::SPLINE;
in ConvertCalcMode()
80
calcMode
= CalcMode::LINEAR;
in ConvertCalcMode()
82
return
calcMode
;
in ConvertCalcMode()
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H
A
D
svg_animation.cpp
86
CalcMode
calcMode
;
in SetAttr()
88
calcMode
= CalcMode::DISCRETE;
in SetAttr()
90
calcMode
= CalcMode::PACED;
in SetAttr()
92
calcMode
= CalcMode::SPLINE;
in SetAttr()
94
calcMode
= CalcMode::LINEAR;
in SetAttr()
96
animateComponent->SetCalcMode(
calcMode
);
in SetAttr()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H
A
D
svg_animate_declaration.h
32
std::string
calcMode
;
member
125
void SetCalcMode(const std::string&
calcMode
)
in SetCalcMode()
argument
128
attribute.
calcMode
=
calcMode
;
in SetCalcMode()
134
return attribute.
calcMode
;
in GetCalcMode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H
A
D
svg_animation.cpp
106
attr.
calcMode
= val;
in SetAttr()
176
SetCalcMode(ConvertCalcMode(animateAttr_.
calcMode
));
in UpdateAttr()
H
A
D
svg_attributes_parser.h
153
std::string
calcMode
;
member
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
svg_animate.h
216
void SetCalcMode(CalcMode
calcMode
)
in SetCalcMode()
argument
218
calcMode_ =
calcMode
;
in SetCalcMode()
Completed in 5 milliseconds