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:lineCap
(Results
1 - 25
of
32
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H
A
D
divider_modifier.cpp
42
LineCap
lineCap
= LineCap(lineCap_->Get());
in onDraw()
local
H
A
D
divider_modifier.h
50
void SetLineCap(LineCap
lineCap
)
in SetLineCap()
argument
/foundation/arkui/ace_engine/test/mock/core/render/
H
A
D
mock_drawing_convertor.cpp
34
RSPen::CapStyle ToRSCapStyle(const LineCap&
lineCap
)
in ToRSCapStyle()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H
A
D
shape_painter.cpp
39
int
lineCap
= shapePaintProperty.GetStrokeLineCapValue();
in SetPen()
local
H
A
D
divider_painter.h
29
DividerPainter(float constrainStrokeWidth, float dividerLength, bool vertical, std::optional<Color> dividerColor, std::optional<LineCap>
lineCap
)
DividerPainter()
argument
H
A
D
drawing_prop_convertor.cpp
48
RSPen::CapStyle ToRSCapStyle(const LineCap&
lineCap
)
in ToRSCapStyle()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_divider.cpp
55
void JSDivider::SetLineCap(int
lineCap
)
in SetLineCap()
argument
H
A
D
js_shape_abstract.cpp
133
void JSShapeAbstract::SetStrokeLineCap(int
lineCap
)
in SetStrokeLineCap()
argument
H
A
D
js_shape.cpp
223
void JSShape::SetStrokeLineCap(int
lineCap
)
in SetStrokeLineCap()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H
A
D
shape_paint_property.h
103
std::array<std::string, 3>
lineCap
= { "LineCapStyle.Butt", "LineCapStyle.Round", "LineCapStyle.Square" };
variable
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
divider_composed_element.cpp
80
auto
lineCap
= renderDivider ? renderDivider->GetLineCap() : LineCap::BUTT;
in GetDividerLineCap()
local
/foundation/arkui/ace_engine/frameworks/core/components/divider/
H
A
D
divider_component.h
71
void SetLineCap(LineCap
lineCap
)
in SetLineCap()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_divider_bridge.cpp
59
int32_t
lineCap
= lineCapArg->Int32Value(vm);
in SetLineCap()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H
A
D
drawing_painter.cpp
60
int
lineCap
= shapePaintProperty.GetStrokeLineCapValue();
in SetPen()
local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
divider_modifier.cpp
40
void SetDividerLineCap(ArkUINodeHandle node, int32_t
lineCap
)
in SetDividerLineCap()
argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/divider/old_cases/
H
A
D
divider_test_ng.cpp
40
std::optional<Ace::LineCap>
lineCap
= std::nullopt;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
sk_painter.cpp
89
int
lineCap
= shapePaintProperty.GetStrokeLineCapValue();
in SetPen()
local
162
int
lineCap
= shapePaintProperty.GetStrokeLineCapValue();
in SetPen()
local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_shape_ffi.cpp
134
void FfiOHOSAceFrameworkShapeSetStrokeLineCap(int32_t
lineCap
)
in FfiOHOSAceFrameworkShapeSetStrokeLineCap()
argument
/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/
H
A
D
paint.cpp
136
void Paint::SetLineCap(LineCap
lineCap
)
in SetLineCap()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
canvas_rendering_context_2d_model_ng.cpp
270
void CanvasRenderingContext2DModelNG::SetLineCap(const LineCapStyle&
lineCap
)
in SetLineCap()
argument
H
A
D
offscreen_canvas_rendering_context_2d_model_ng.cpp
168
void OffscreenCanvasRenderingContext2DModelNG::SetLineCap(const LineCapStyle&
lineCap
)
in SetLineCap()
argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
svg_paint_state.h
204
void SetLineCap(LineCapStyle
lineCap
, bool isSelf = true)
in SetLineCap()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H
A
D
canvas_rendering_context_2d_model_impl.cpp
153
void CanvasRenderingContext2DModelImpl::SetLineCap(const LineCapStyle&
lineCap
)
in SetLineCap()
argument
H
A
D
offscreen_canvas_rendering_context_2d_model_impl.cpp
155
void OffscreenCanvasRenderingContext2DModelImpl::SetLineCap(const LineCapStyle&
lineCap
)
in SetLineCap()
argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H
A
D
canvas_renderer.cpp
85
void NativeCanvasRenderer::SetLineCap(const LineCapStyle
lineCap
)
in SetLineCap()
argument
Completed in 16 milliseconds
1
2