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:blockBorderWidth
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H
A
D
slider_content_modifier.cpp
599
auto
blockBorderWidth
= blockBorderWidth_->Get();
in DrawBlockShapeCircle()
local
609
float blockBorderWidthUnscale =
blockBorderWidth
/ scale;
in DrawBlockShapeCircle()
644
auto
blockBorderWidth
= blockBorderWidth_->Get();
in DrawBlockShapeEllipse()
local
654
float blockBorderWidthUnscale =
blockBorderWidth
/ scale;
in DrawBlockShapeEllipse()
665
pen.SetWidth(
blockBorderWidth
);
in DrawBlockShapeEllipse()
686
auto
blockBorderWidth
= blockBorderWidth_->Get();
in DrawBlockShapePath()
local
693
float scale = std::max(blockSize.Width() / (shapeSize.Width() +
blockBorderWidth
),
in DrawBlockShapePath()
694
blockSize.Height() / (shapeSize.Height() +
blockBorderWidth
));
in DrawBlockShapePath()
708
pen.SetWidth(
blockBorderWidth
);
in DrawBlockShapePath()
754
auto
blockBorderWidth
in DrawBlockShapeRect()
local
[all...]
H
A
D
slider_content_modifier.h
214
void SetBlockBorderWidth(float
blockBorderWidth
)
in SetBlockBorderWidth()
argument
217
blockBorderWidth_->Set(
blockBorderWidth
);
in SetBlockBorderWidth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_slider.cpp
74
JSClass<JSSlider>::StaticMethod("
blockBorderWidth
", &JSSlider::SetBlockBorderWidth);
in JSBind()
449
CalcDimension
blockBorderWidth
;
in SetBlockBorderWidth()
local
450
if (!ParseJsDimensionVp(info[0],
blockBorderWidth
)) {
in SetBlockBorderWidth()
454
if (LessNotEqual(
blockBorderWidth
.Value(), 0.0)) {
in SetBlockBorderWidth()
458
SliderModel::GetInstance()->SetBlockBorderWidth(
blockBorderWidth
);
in SetBlockBorderWidth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_slider_bridge.cpp
251
CalcDimension
blockBorderWidth
;
in SetBlockBorderWidth()
local
252
if (!ArkTSUtils::ParseJsDimensionVp(vm, secondArg,
blockBorderWidth
)) {
in SetBlockBorderWidth()
257
if (LessNotEqual(
blockBorderWidth
.Value(), 0.0)) {
in SetBlockBorderWidth()
263
blockBorderWidth
.Value(), static_cast<int>(
blockBorderWidth
.Unit()));
in SetBlockBorderWidth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
arkComponent.js
19578
blockBorderWidth
(value) {
Completed in 29 milliseconds