Home
last modified time | relevance | path

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 Dskia_paint.cpp87 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 Djs_pen.h54 static napi_value GetCapStyle(napi_env env, napi_callback_info info);
H A Djs_pen.cpp42 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 Dpen.h172 CapStyle GetCapStyle() const;
H A Dpaint.h71 Pen::CapStyle GetCapStyle() const { return cap_; } in GetCapStyle() function
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H A Dpaint_fuzzer.cpp101 paint.GetCapStyle(); in PaintFuzzTest002()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H A Dpen_fuzzer.cpp62 pen.GetCapStyle(); in PenFuzzTestInner02()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpen.cpp122 Pen::CapStyle Pen::GetCapStyle() const in GetCapStyle() function in OHOS::Rosen::Drawing::Pen
H A Dpaint.cpp121 cap_ = pen.GetCapStyle(); in AttachPen()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpen_test.cpp479 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 Drs_mask.cpp303 maskPen_.GetCapStyle(), in MarshallingPathAndBrush()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_pen.cpp234 Pen::CapStyle cap = CastToPen(*cPen).GetCapStyle(); in OH_Drawing_PenGetCap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp2157 shadowPen.SetCapStyle(pen->GetCapStyle()); in UpdateStrokeShadowParagraph()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp293 paintHandle.capStyle = paint.GetCapStyle(); in GenerateHandleFromPaint()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp3026 shadowPen.SetCapStyle(pen->GetCapStyle()); in PaintShadow()

Completed in 21 milliseconds