Home
last modified time | relevance | path

Searched refs:SetPathEffect (Results 1 - 25 of 43) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_paint_test.cpp149 pen.SetPathEffect(PathEffect::CreateCornerPathEffect(10)); in HWTEST_F()
186 paint.SetPathEffect(PathEffect::CreateCornerPathEffect(10)); in HWTEST_F()
194 paint2.SetPathEffect(PathEffect::CreateCornerPathEffect(10)); in HWTEST_F()
224 pen.SetPathEffect(PathEffect::CreateCornerPathEffect(10)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path_effect.cpp26 void TexginePathEffect::SetPathEffect(const std::shared_ptr<RSPathEffect> effect) in SetPathEffect() function in OHOS::Rosen::TextEngine::TexginePathEffect
H A Dtexgine_path_effect.h29 void SetPathEffect(const std::shared_ptr<RSPathEffect> effect);
H A Dtexgine_dash_path_effect.cpp27 pathEffect->SetPathEffect(effect); in Make()
H A Dtexgine_path_1d_path_effect.cpp27 pathEffect->SetPathEffect(effect); in Make()
H A Dtexgine_paint.cpp84 void TexginePaint::SetPathEffect(const std::shared_ptr<TexginePathEffect> pathEffect) in SetPathEffect() function in OHOS::Rosen::TextEngine::TexginePaint
89 pen_->SetPathEffect(pathEffect->GetPathEffect()); in SetPathEffect()
H A Dtexgine_paint.h135 void SetPathEffect(const std::shared_ptr<TexginePathEffect> pathEffect);
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpath_effect_test.cpp31 pen.SetPathEffect(PathEffect::CreateDashPathEffect(vals, 2, 25)); in TestDrawDashPathEffect()
H A Dpen_test.cpp268 pen.SetPathEffect(PathEffect::CreateDashPathEffect(vals, 2, 25)); in TestPenPathEffect()
279 pen.SetPathEffect(PathEffect::CreatePathDashEffect(shapePath, 20, 0, PathDashStyle::MORPH)); in TestPenPathEffect()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpen_test.cpp650 pen->SetPathEffect(pathEffect); in HWTEST_F()
668 pen->SetPathEffect(pathEffect); in HWTEST_F()
740 pen->SetPathEffect(pathEffect); in HWTEST_F()
759 pen->SetPathEffect(pathEffect); in HWTEST_F()
870 pen.SetPathEffect(PathEffect::CreateCornerPathEffect(10)); in HWTEST_F()
897 pen.SetPathEffect(PathEffect::CreateCornerPathEffect(10)); in HWTEST_F()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_pen.h53 virtual void SetPathEffect(std::shared_ptr<TestingPathEffect> /* effect */) {} in SetPathEffect() function in OHOS::Ace::Testing::TestingPen
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dshape_painter.cpp84 pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase)); in SetPen()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H A Djs_pen.h55 static napi_value SetPathEffect(napi_env env, napi_callback_info info);
H A Djs_pen.cpp53 DECLARE_NAPI_FUNCTION("setPathEffect", SetPathEffect), in Init()
515 napi_value JsPen::SetPathEffect(napi_env env, napi_callback_info info) in SetPathEffect() function in OHOS::Rosen::Drawing::JsPen
519 ROSEN_LOGE("JsPen::SetPathEffect jsPen is nullptr"); in SetPathEffect()
524 ROSEN_LOGE("JsPen::SetPathEffect pen is nullptr"); in SetPathEffect()
534 pen->SetPathEffect(jsPathEffect ? jsPathEffect->GetPathEffect() : nullptr); in SetPathEffect()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpen.h256 void SetPathEffect(std::shared_ptr<PathEffect> e);
H A Dpaint.h87 void SetPathEffect(std::shared_ptr<PathEffect> e);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_pen.cpp302 pen->SetPathEffect(nullptr); in OH_Drawing_PenSetPathEffect()
306 pen->SetPathEffect(pathEffectHandle->value); in OH_Drawing_PenSetPathEffect()
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_scale_ring_track.cpp60 pen.SetPathEffect(RSPathEffect::CreatePathDashEffect( in DrawScaleArc()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_painter.cpp105 pen.SetPathEffect(RSRecordingPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase)); in SetPen()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H A Dpaint_fuzzer.cpp117 paint.SetPathEffect(pathEffect); in PaintFuzzTest002()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H A Dpen_fuzzer.cpp81 pen.SetPathEffect(pathEffect); in PenFuzzTestInner03()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp108 paint.SetPathEffect( in PaintBorder()
113 paint.SetPathEffect( in PaintBorder()
119 paint.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, 2, 0.0)); in PaintBorder()
122 paint.SetPathEffect(RSRecordingPathEffect::CreateDashPathEffect(intervals, 2, 0.0)); in PaintBorder()
126 paint.SetPathEffect(nullptr); in PaintBorder()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpen.cpp182 void Pen::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect() function in OHOS::Rosen::Drawing::Pen
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dmask_cmd_list.cpp184 pen.SetPathEffect(pathEffect); in Playback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.cpp393 strokePen_.SetPathEffect( in UpdateLineDash()
406 strokePen_.SetPathEffect(RSRecordingPathEffect::CreateDashPathEffect(intervals, intervalsLen, phase)); in UpdateLineDash()

Completed in 16 milliseconds

12