/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_path_effect_test.cpp | 53 EXPECT_TRUE(skiaPathEffect.GetPathEffect() == nullptr); 69 EXPECT_TRUE(skiaPathEffect.GetPathEffect() == nullptr); 82 EXPECT_TRUE(skiaPathEffect.GetPathEffect() != nullptr); 97 EXPECT_TRUE(skiaPathEffect3.GetPathEffect() != nullptr); 112 EXPECT_TRUE(skiaPathEffect3.GetPathEffect() != nullptr);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_path_effect.cpp | 66 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 D | skia_path_effect.h | 44 sk_sp<SkPathEffect> GetPathEffect() const;
|
H A D | skia_paint.cpp | 92 paint.setPathEffect(skPathEffectImpl->GetPathEffect()); in PenToSkPaint() 166 skPaint.setPathEffect(skPathEffectImpl->GetPathEffect()); in ApplyStrokeParam()
|
H A D | skia_text_blob.cpp | 166 const std::shared_ptr<PathEffect> effect = drawingPaint->GetPathEffect(); in ConvertSkPaint() 170 skPaint.setPathEffect(skiaEffect->GetPathEffect()); in ConvertSkPaint()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_path_effect.cpp | 21 std::shared_ptr<RSPathEffect> TexginePathEffect::GetPathEffect() const in GetPathEffect() function in OHOS::Rosen::TextEngine::TexginePathEffect
|
H A D | texgine_path_effect.h | 28 std::shared_ptr<RSPathEffect> GetPathEffect() const;
|
H A D | texgine_paint.cpp | 89 pen_->SetPathEffect(pathEffect->GetPathEffect()); in SetPathEffect()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_effect_napi/ |
H A D | js_path_effect.h | 37 std::shared_ptr<PathEffect> GetPathEffect();
|
H A D | js_path_effect.cpp | 168 std::shared_ptr<PathEffect> JsPathEffect::GetPathEffect() in GetPathEffect() function in OHOS::Rosen::Drawing::JsPathEffect
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | pen_test.cpp | 651 auto result = pen->GetPathEffect(); 669 auto result = pen->GetPathEffect(); 741 auto result = pen->GetPathEffect(); 760 auto result = pen->GetPathEffect();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | pen.h | 262 std::shared_ptr<PathEffect> GetPathEffect() const;
|
H A D | paint.h | 88 const std::shared_ptr<PathEffect> GetPathEffect() const { return pathEffect_; } in GetPathEffect() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/ |
H A D | paint_fuzzer.cpp | 118 paint.GetPathEffect(); in PaintFuzzTest002()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/ |
H A D | pen_fuzzer.cpp | 82 pen.GetPathEffect(); in PenFuzzTestInner03()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | pen.cpp | 187 std::shared_ptr<PathEffect> Pen::GetPathEffect() const in GetPathEffect() function in OHOS::Rosen::Drawing::Pen
|
H A D | paint.cpp | 131 pathEffect_ = pen.GetPathEffect(); in AttachPen()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_mask_test.cpp | 307 EXPECT_EQ(mask->GetMaskPen().GetPathEffect(), nullptr);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_mask.cpp | 309 maskPen_.GetPathEffect()), in MarshallingPathAndBrush()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/ |
H A D | js_pen.cpp | 521 pen->SetPathEffect(jsPathEffect ? jsPathEffect->GetPathEffect() : nullptr); in SetPathEffect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 278 if (paint.GetPathEffect()) { in GenerateHandleFromPaint() 279 …intHandle.pathEffectHandle = CmdListHelper::AddPathEffectToCmdList(cmdList, paint.GetPathEffect()); in GenerateHandleFromPaint()
|