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:GetSweepAngle
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H
A
D
rosen_render_triangle.cpp
50
arc1.GetStartAngle() * RADIAN_TO_DEGREE, arc1.
GetSweepAngle
() * RADIAN_TO_DEGREE, false);
in Paint()
53
arc2.GetStartAngle() * RADIAN_TO_DEGREE, arc2.
GetSweepAngle
() * RADIAN_TO_DEGREE, false);
in Paint()
56
arc3.GetStartAngle() * RADIAN_TO_DEGREE, arc3.
GetSweepAngle
() * RADIAN_TO_DEGREE, false);
in Paint()
70
arc1.GetStartAngle() * RADIAN_TO_DEGREE, arc1.
GetSweepAngle
() * RADIAN_TO_DEGREE);
in Paint()
73
arc2.GetStartAngle() * RADIAN_TO_DEGREE, arc2.
GetSweepAngle
() * RADIAN_TO_DEGREE);
in Paint()
76
arc3.GetStartAngle() * RADIAN_TO_DEGREE, arc3.
GetSweepAngle
() * RADIAN_TO_DEGREE);
in Paint()
/foundation/arkui/ace_engine/frameworks/core/components/arc/
H
A
D
render_arc.cpp
69
sweepAngle_ = arcComponent->
GetSweepAngle
();
in Update()
100
double RenderArc::
GetSweepAngle
() const
in GetSweepAngle()
function in OHOS::Ace::RenderArc
H
A
D
render_arc.h
40
double
GetSweepAngle
() const;
H
A
D
arc_component.h
120
double
GetSweepAngle
() const
in GetSweepAngle()
function in OHOS::Ace::ArcComponent
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
arc.h
71
double
GetSweepAngle
() const
in GetSweepAngle()
function in OHOS::Ace::Arc
Completed in 3 milliseconds