Home
last modified time | relevance | path

Searched refs:GetPathEffect (Results 1 - 21 of 21) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path_effect.cpp66 pathEffect_ = SkPathEffect::MakeSum(first->GetPathEffect(), second->GetPathEffect()); in InitWithSum()
75 pathEffect_ = SkPathEffect::MakeCompose(outer->GetPathEffect(), inner->GetPathEffect()); in InitWithCompose()
79 sk_sp<SkPathEffect> SkiaPathEffect::GetPathEffect() const in GetPathEffect() function in OHOS::Rosen::Drawing::SkiaPathEffect
H A Dskia_path_effect.h44 sk_sp<SkPathEffect> GetPathEffect() const;
H A Dskia_text_blob.cpp166 const std::shared_ptr<PathEffect> effect = drawingPaint->GetPathEffect(); in ConvertSkPaint()
170 skPaint.setPathEffect(skiaEffect->GetPathEffect()); in ConvertSkPaint()
H A Dskia_paint.cpp92 paint.setPathEffect(skPathEffectImpl->GetPathEffect()); in PenToSkPaint()
166 skPaint.setPathEffect(skPathEffectImpl->GetPathEffect()); in ApplyStrokeParam()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path_effect.cpp21 std::shared_ptr<RSPathEffect> TexginePathEffect::GetPathEffect() const in GetPathEffect() function in OHOS::Rosen::TextEngine::TexginePathEffect
H A Dtexgine_path_effect.h28 std::shared_ptr<RSPathEffect> GetPathEffect() const;
H A Dtexgine_paint.cpp89 pen_->SetPathEffect(pathEffect->GetPathEffect()); in SetPathEffect()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_effect_napi/
H A Djs_path_effect.h37 std::shared_ptr<PathEffect> GetPathEffect();
H A Djs_path_effect.cpp168 std::shared_ptr<PathEffect> JsPathEffect::GetPathEffect() in GetPathEffect() function in OHOS::Rosen::Drawing::JsPathEffect
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_path_effect_test.cpp68 EXPECT_TRUE(skiaPathEffect.GetPathEffect() == nullptr); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpen_test.cpp651 auto result = pen->GetPathEffect(); in HWTEST_F()
669 auto result = pen->GetPathEffect(); in HWTEST_F()
741 auto result = pen->GetPathEffect(); in HWTEST_F()
760 auto result = pen->GetPathEffect(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpen.h262 std::shared_ptr<PathEffect> GetPathEffect() const;
H A Dpaint.h88 const std::shared_ptr<PathEffect> GetPathEffect() const { return pathEffect_; } in GetPathEffect() function
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H A Dpaint_fuzzer.cpp118 paint.GetPathEffect(); in PaintFuzzTest002()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H A Dpen_fuzzer.cpp82 pen.GetPathEffect(); in PenFuzzTestInner03()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpen.cpp187 std::shared_ptr<PathEffect> Pen::GetPathEffect() const in GetPathEffect() function in OHOS::Rosen::Drawing::Pen
H A Dpaint.cpp132 pathEffect_ = pen.GetPathEffect(); in AttachPen()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_mask_test.cpp307 EXPECT_EQ(mask->GetMaskPen().GetPathEffect(), nullptr); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_mask.cpp306 maskPen_.GetPathEffect()), in MarshallingPathAndBrush()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H A Djs_pen.cpp534 pen->SetPathEffect(jsPathEffect ? jsPathEffect->GetPathEffect() : nullptr); in SetPathEffect()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp295 if (paint.GetPathEffect()) { in GenerateHandleFromPaint()
296 paintHandle.pathEffectHandle = CmdListHelper::AddPathEffectToCmdList(cmdList, paint.GetPathEffect()); in GenerateHandleFromPaint()

Completed in 14 milliseconds