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:RotateAxis
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
axis.h
28
enum class
RotateAxis
{
class
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H
A
D
accessibility_node.h
499
void SetRotateToChild(const double& angle, const
RotateAxis
& Axis)
in SetRotateToChild()
519
void SetRotateAxis(const
RotateAxis
& Axis)
in SetRotateAxis()
524
RotateAxis
GetRotateAxis(
RotateAxis
Axis) const
in GetRotateAxis()
657
RotateAxis
rotateAxis_ =
RotateAxis
::AXIS_Z;
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H
A
D
render_transform.cpp
98
UpdateRotateToAccessibilityNode(angle,
RotateAxis
::AXIS_Z);
in Rotate()
118
UpdateRotateToAccessibilityNode(angle,
RotateAxis
::AXIS_Z);
in RotateZ()
175
accessibilityNode->SetRotateToChild(0.0,
RotateAxis
::AXIS_Z);
in ResetTransformToAccessibilityNode()
236
void RenderTransform::UpdateRotateToAccessibilityNode(float angle,
RotateAxis
rotateAxis)
in UpdateRotateToAccessibilityNode()
H
A
D
render_transform.h
203
void UpdateRotateToAccessibilityNode(float angle,
RotateAxis
rotateAxis);
Completed in 3 milliseconds