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:innerRadius
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/gm/
H
A
D
addarc.cpp
280
SkScalar
innerRadius
= outerRadius - 20.0f;
in DEF_SIMPLE_GM()
local
H
A
D
wacky_yuv_formats.cpp
263
static SkPath create_splat(const SkPoint& o, SkScalar
innerRadius
, SkScalar outerRadius,
in create_splat()
argument
804
float
innerRadius
= 20.0f;
createBitmaps()
local
1010
float
innerRadius
= 20.0f;
createBitmaps()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/clock/
H
A
D
rosen_render_clock.cpp
57
double
innerRadius
= drawSize_.Width() * digitRadiusRatio_ / 2.0;
in PerformLayout()
local
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H
A
D
rosen_render_chart.cpp
248
double
innerRadius
= pointSize / 2 - halfThickness;
in PaintPoint()
local
300
double
innerRadius
= pointSize / 2 - halfThickness;
PaintPoint()
local
305
canvas->DrawCircle(RSPoint(offset.GetX(), offset.GetY()),
innerRadius
);
PaintPoint()
local
347
canvas->DrawCircle(RSPoint(offset.GetX(), offset.GetY()),
innerRadius
);
PaintPoint()
local
[all...]
/third_party/skia/src/gpu/ops/
H
A
D
ShadowRRectOp.cpp
203
SkScalar
innerRadius
= 0.0f;
in ShadowCircularRRectOp()
local
272
SkScalar
innerRadius
= args.fInnerRadius;
in fillInCircleVerts()
local
[all...]
/third_party/skia/tests/
H
A
D
RoundRectTest.cpp
1006
SkScalar*
innerRadius
= reinterpret_cast<SkScalar*>(&rrect) + 6;
in test_read()
local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
decoration.h
457
void SetInnerRadius(double
innerRadius
)
in SetInnerRadius()
argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
jsi_offscreen_canvas_bridge.cpp
349
double
innerRadius
= GetJsDoubleVal(runtime, argv[2]);
in JsCreateRadialGradient()
local
H
A
D
jsi_canvas_bridge.cpp
561
double
innerRadius
= GetJsDoubleVal(runtime, argv[2]);
in JsCreateRadialGradient()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H
A
D
gradient_property.h
334
void SetInnerRadius(double
innerRadius
)
in SetInnerRadius()
argument
Completed in 19 milliseconds