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:rotateType
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_utils_lite/frameworks/hals/
H
A
D
hi_fbdev.cpp
30
LayerRotateType
rotateType
;
member
62
return g_display.
rotateType
;
in GetLayerRotateType()
98
g_display.
rotateType
= static_cast<LayerRotateType>(displayInfo.rotAngle);
in OpenLayer()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_common_modifier.cpp
2128
void GetRotate(ArkUINodeHandle node, ArkUIRotateType*
rotateType
)
in GetRotate()
argument
2133
rotateType
->xCoordinate = rotate.x;
in GetRotate()
2134
rotateType
->yCoordinate = rotate.y;
in GetRotate()
2135
rotateType
->zCoordinate = rotate.z;
in GetRotate()
2136
rotateType
->angle = rotate.w;
in GetRotate()
2137
rotateType
->sightDistance = rotate.v;
in GetRotate()
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
style_modifier.cpp
1213
ArkUIRotateType
rotateType
= { 0.0f, 0.0f, 0.0f, 0.0f, 0.0f };
in GetRotate()
local
1214
fullImpl->getNodeModifiers()->getCommonModifier()->getRotate(node->uiNodeHandle, &
rotateType
);
in GetRotate()
1215
g_numberValues[NUM_0].f32 =
rotateType
.xCoordinate;
in GetRotate()
1216
g_numberValues[NUM_1].f32 =
rotateType
.yCoordinate;
in GetRotate()
1217
g_numberValues[NUM_2].f32 =
rotateType
.zCoordinate;
in GetRotate()
1218
g_numberValues[NUM_3].f32 =
rotateType
.angle;
in GetRotate()
1219
g_numberValues[NUM_4].f32 =
rotateType
.sightDistance;
in GetRotate()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H
A
D
cjui_api.h
383
void (*getRotate)(ArkUINodeHandle node, ArkUIRotateType*
rotateType
);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H
A
D
arkoala_api.h
1886
void (*getRotate)(ArkUINodeHandle node, ArkUIRotateType*
rotateType
);
Completed in 71 milliseconds