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
defs:slope
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H
A
D
svg_fe_func_declaration.h
34
double
slope
= 0.0;
member
73
void SetSlope(double
slope
)
in SetSlope()
argument
/foundation/arkui/ui_lite/frameworks/dfx/
H
A
D
event_injector.cpp
223
float
slope
= static_cast<float>(endPoint.y - startPoint.y) / (endPoint.x - startPoint.x);
in SetDragEvent()
local
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_chart.cpp
586
uint16_t
slope
;
in GetDataBySmooth()
local
622
uint16_t
slope
;
in DrawSmoothPolyLine()
local
557
Smooth(uint16_t startPos, Point& start, Point& end, Point& current, UIChartDataSerial* data, uint16_t&
slope
, uint16_t& preSlope)
Smooth()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
skia_decoration_painter.cpp
333
float
slope
= tan(Deg2rad(RIGHT_ANGLE_F - angle));
in EndPointsFromAngle()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H
A
D
drawing_decoration_painter.cpp
306
float
slope
= tan(Deg2rad(90.0f - angle));
in EndPointsFromAngle()
local
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H
A
D
rosen_decoration_painter.cpp
406
float
slope
= tan(Deg2rad(90.0f - angle));
in EndPointsFromAngle()
local
455
float
slope
= tan(Deg2rad(90.0f - angle));
in EndPointsFromAngle()
local
Completed in 13 milliseconds