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:GetCapStyle
(Results
1 - 15
of
15
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_paint.cpp
87
paint.setStrokeCap(static_cast<SkPaint::Cap>(pen.
GetCapStyle
()));
in PenToSkPaint()
158
if (paint.
GetCapStyle
() != Pen::CapStyle::DEFAULT_CAP) {
in ApplyStrokeParam()
159
skPaint.setStrokeCap(static_cast<SkPaint::Cap>(paint.
GetCapStyle
()));
in ApplyStrokeParam()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H
A
D
js_pen.h
54
static napi_value
GetCapStyle
(napi_env env, napi_callback_info info);
H
A
D
js_pen.cpp
42
DECLARE_NAPI_FUNCTION("getCapStyle",
GetCapStyle
),
in Init()
498
napi_value JsPen::
GetCapStyle
(napi_env env, napi_callback_info info)
in GetCapStyle()
function in OHOS::Rosen::Drawing::JsPen
502
ROSEN_LOGE("JsPen::
GetCapStyle
jsPen is nullptr");
in GetCapStyle()
507
ROSEN_LOGE("JsPen::
GetCapStyle
pen is nullptr");
in GetCapStyle()
511
Pen::CapStyle capStyle = pen->
GetCapStyle
();
in GetCapStyle()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H
A
D
pen.h
172
CapStyle
GetCapStyle
() const;
H
A
D
paint.h
71
Pen::CapStyle
GetCapStyle
() const { return cap_; }
in GetCapStyle()
function
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H
A
D
paint_fuzzer.cpp
101
paint.
GetCapStyle
();
in PaintFuzzTest002()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H
A
D
pen_fuzzer.cpp
62
pen.
GetCapStyle
();
in PenFuzzTestInner02()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H
A
D
pen.cpp
122
Pen::CapStyle Pen::
GetCapStyle
() const
in GetCapStyle()
function in OHOS::Rosen::Drawing::Pen
H
A
D
paint.cpp
121
cap_ = pen.
GetCapStyle
();
in AttachPen()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H
A
D
pen_test.cpp
479
ASSERT_EQ(Pen::CapStyle::FLAT_CAP, pen->
GetCapStyle
());
in HWTEST_F()
494
ASSERT_EQ(Pen::CapStyle::ROUND_CAP, pen->
GetCapStyle
());
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_mask.cpp
303
maskPen_.
GetCapStyle
(),
in MarshallingPathAndBrush()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H
A
D
drawing_pen.cpp
234
Pen::CapStyle cap = CastToPen(*cPen).
GetCapStyle
();
in OH_Drawing_PenGetCap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
custom_paint_paint_method.cpp
2157
shadowPen.SetCapStyle(pen->
GetCapStyle
());
in UpdateStrokeShadowParagraph()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H
A
D
draw_cmd.cpp
293
paintHandle.capStyle = paint.
GetCapStyle
();
in GenerateHandleFromPaint()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H
A
D
rosen_decoration_painter.cpp
3026
shadowPen.SetCapStyle(pen->
GetCapStyle
());
in PaintShadow()
Completed in 21 milliseconds