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:lineCapStyle
(Results
1 - 16
of
16
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_divider.cpp
57
auto
lineCapStyle
= LineCap::BUTT;
in SetLineCap()
local
60
lineCapStyle
= LineCap::SQUARE;
in SetLineCap()
62
lineCapStyle
= LineCap::ROUND;
in SetLineCap()
65
lineCapStyle
= LineCap::BUTT;
in SetLineCap()
67
DividerModel::GetInstance()->LineCap(
lineCapStyle
);
in SetLineCap()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
divider_modifier.cpp
44
auto
lineCapStyle
= DEFAULT_DIVIDER_LINE_CAP;
in SetDividerLineCap()
local
46
lineCapStyle
= LineCap::SQUARE;
in SetDividerLineCap()
48
lineCapStyle
= LineCap::ROUND;
in SetDividerLineCap()
50
lineCapStyle
= DEFAULT_DIVIDER_LINE_CAP;
in SetDividerLineCap()
52
DividerModelNG::LineCap(frameNode,
lineCapStyle
);
in SetDividerLineCap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H
A
D
shape_model_ng.cpp
67
void ShapeModelNG::SetStrokeLineCap(int
lineCapStyle
)
in SetStrokeLineCap()
argument
69
ShapeAbstractModelNG().SetStrokeLineCap(
lineCapStyle
);
in SetStrokeLineCap()
129
void ShapeModelNG::SetStrokeLineCap(FrameNode* frameNode, int
lineCapStyle
)
in SetStrokeLineCap()
argument
131
ACE_UPDATE_NODE_PAINT_PROPERTY(ShapePaintProperty, StrokeLineCap,
lineCapStyle
, frameNode);
in SetStrokeLineCap()
H
A
D
shape_model_ng.h
36
void SetStrokeLineCap(int
lineCapStyle
) override;
55
static void SetStrokeLineCap(FrameNode* frameNode, int
lineCapStyle
);
H
A
D
shape_abstract_model_ng.cpp
52
void ShapeAbstractModelNG::SetStrokeLineCap(int
lineCapStyle
)
in SetStrokeLineCap()
argument
54
ACE_UPDATE_PAINT_PROPERTY(ShapePaintProperty, StrokeLineCap,
lineCapStyle
);
in SetStrokeLineCap()
H
A
D
shape_abstract_model.h
33
virtual void SetStrokeLineCap(int
lineCapStyle
);
H
A
D
shape_model.h
41
virtual void SetStrokeLineCap(int
lineCapStyle
);
H
A
D
shape_abstract_model_ng.h
32
void SetStrokeLineCap(int
lineCapStyle
) override;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
shape_abstract_model_impl.cpp
55
void ShapeAbstractModelImpl::SetStrokeLineCap(int
lineCapStyle
)
in SetStrokeLineCap()
argument
63
if (static_cast<int>(LineCapStyle::SQUARE) ==
lineCapStyle
) {
in SetStrokeLineCap()
65
} else if (static_cast<int>(LineCapStyle::ROUND) ==
lineCapStyle
) {
in SetStrokeLineCap()
H
A
D
shape_abstract_model_impl.h
28
void SetStrokeLineCap(int
lineCapStyle
) override;
H
A
D
shape_model_impl.h
33
void SetStrokeLineCap(int
lineCapStyle
) override;
H
A
D
shape_model_impl.cpp
135
void ShapeModelImpl::SetStrokeLineCap(int
lineCapStyle
)
in SetStrokeLineCap()
argument
143
if (static_cast<int>(LineCapStyle::SQUARE) ==
lineCapStyle
) {
in SetStrokeLineCap()
145
} else if (static_cast<int>(LineCapStyle::ROUND) ==
lineCapStyle
) {
in SetStrokeLineCap()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H
A
D
shape_component.h
177
void SetStrokeLineCap(LineCapStyle
lineCapStyle
)
in SetStrokeLineCap()
argument
179
strokeState_.SetLineCap(
lineCapStyle
);
in SetStrokeLineCap()
H
A
D
shape_container_component.h
189
void SetStrokeLineCap(LineCapStyle
lineCapStyle
)
in SetStrokeLineCap()
argument
191
strokeState_.SetLineCap(
lineCapStyle
);
in SetStrokeLineCap()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
shape_container_composed_element.h
31
static std::string LineCapStyleToString(LineCapStyle
lineCapStyle
);
H
A
D
shape_container_composed_element.cpp
50
std::string ShapeContainerComposedElement::LineCapStyleToString(LineCapStyle
lineCapStyle
)
in LineCapStyleToString()
argument
58
auto pos = STYLE_MAP.find(
lineCapStyle
);
in LineCapStyleToString()
Completed in 6 milliseconds