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:GetRotateAngle
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/list/
H
A
D
render_list_item_group.h
127
double
GetRotateAngle
(bool expand);
H
A
D
render_list_item_group.cpp
73
double RenderListItemGroup::
GetRotateAngle
(bool expand)
in GetRotateAngle()
function in OHOS::Ace::RenderListItemGroup
140
double rotateAngle =
GetRotateAngle
(expand_);
in AddArrowImage()
530
double rotateAngle =
GetRotateAngle
(expand_);
in InitialImage()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
transform.h
187
int16_t
GetRotateAngle
() const
in GetRotateAngle()
function in OHOS::TransformMap
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H
A
D
paint.h
714
float
GetRotateAngle
() const
in GetRotateAngle()
function in OHOS::Paint
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H
A
D
accessibility_node.h
514
double
GetRotateAngle
() const
in GetRotateAngle()
function in OHOS::Ace::AccessibilityNode
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_canvas_unit_test.cpp
2115
EXPECT_EQ(paint_->
GetRotateAngle
(), ROTATE);
in HWTEST_F()
2153
EXPECT_EQ(paint_->
GetRotateAngle
(), ROTATE);
in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_canvas.cpp
1258
float angle = paint.
GetRotateAngle
();
in DoDrawImage()
1528
float angle = paint.
GetRotateAngle
();
in DoDrawText()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
render_box.cpp
716
double angle = node->
GetRotateAngle
();
in CalculateRotate()
Completed in 11 milliseconds