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:GetRotate
(Results
1 - 25
of
32
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_svg_text.cpp
47
declaration->SetRotate(svgTextNode->
GetRotate
());
in OnMounted()
63
double DOMSvgText::
GetRotate
() const
in GetRotate()
function in OHOS::Ace::Framework::DOMSvgText
69
return declaration->
GetRotate
();
in GetRotate()
H
A
D
dom_svg_text.h
36
double
GetRotate
() const;
H
A
D
dom_svg_animate.cpp
63
animateComponent_->SetRotate(declaration->
GetRotate
());
in SetAnimateAttrs()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H
A
D
svg_text_component.cpp
126
double SvgTextComponent::
GetRotate
() const
in GetRotate()
function in OHOS::Ace::SvgTextComponent
128
return declaration_->
GetRotate
();
in GetRotate()
H
A
D
svg_text_component.h
49
double
GetRotate
() const;
H
A
D
render_svg_text.h
81
double
GetRotate
() const
in GetRotate()
function in OHOS::Ace::RenderSvgText
H
A
D
render_svg_text.cpp
43
rotate_ = textComponent->
GetRotate
();
in Update()
H
A
D
render_svg_base.cpp
494
rotate = svgAnimate->
GetRotate
()](double value) {
in PrepareAnimateMotion()
/foundation/arkui/ui_lite/interfaces/kits/events/
H
A
D
rotate_event.h
71
int16_t
GetRotate
() const
in GetRotate()
function in OHOS::RotateEvent
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
motion_path_option.h
65
bool
GetRotate
() const
in GetRotate()
function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
native_curve_helper.cpp
65
option.
GetRotate
() ? Rosen::RotationMode::ROTATE_AUTO : Rosen::RotationMode::ROTATE_NONE);
in ToNativeMotionPathOption()
H
A
D
shared_transition_effect.cpp
252
if (motionPathOption.
GetRotate
()) {
in CreateTranslateAnimation()
H
A
D
svg_animate.h
354
const std::string&
GetRotate
() const
in GetRotate()
function in OHOS::Ace::SvgAnimate
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H
A
D
svg_text_declaration.h
46
double
GetRotate
() const
in GetRotate()
function in OHOS::Ace::SvgTextDeclaration
H
A
D
svg_animate_declaration.h
191
const std::string&
GetRotate
() const
in GetRotate()
function in OHOS::Ace::SvgAnimateDeclaration
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
inspector_node.h
163
virtual std::unique_ptr<JsonValue>
GetRotate
() const = 0;
H
A
D
inspector_composed_element.h
176
std::unique_ptr<JsonValue>
GetRotate
() const override;
H
A
D
inspector_composed_element.cpp
132
{ "rotate", [](const InspectorNode& inspector) { return inspector.
GetRotate
(); } },
1010
std::unique_ptr<JsonValue> InspectorComposedElement::
GetRotate
() const
in GetRotate()
function in OHOS::Ace::V2::InspectorComposedElement
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H
A
D
shared_transition_effect.cpp
138
if (option_->motionPathOption.
GetRotate
()) {
in CreateTranslateAnimation()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_scroll_view.cpp
95
int16_t rotateLen = static_cast<int16_t>(event.
GetRotate
() * rotateFactor_);
in OnRotateEvent()
H
A
D
ui_abstract_scroll.cpp
360
int16_t rotateLen = static_cast<int16_t>(event.
GetRotate
() * rotateFactor_);
in OnRotateEvent()
H
A
D
ui_swipe_view.cpp
201
int16_t rotateLen = static_cast<int16_t>(event.
GetRotate
() * rotateFactor_);
in OnRotateEvent()
H
A
D
ui_slider.cpp
365
cachedRotation_ += event.
GetRotate
() * rotateFactor_;
in OnRotateEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H
A
D
transition_property.h
130
<< (HasRotate() ?
GetRotate
()->ToString() : "rotate: none");
in ToString()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
view_abstract.h
721
static NG::Vector5F
GetRotate
(FrameNode* frameNode);
Completed in 17 milliseconds
1
2