| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
| D | path_effect_test.cpp | 49 auto pathEffect = PathEffect::CreateDashPathEffect(intervals, 4, 2.2f); variable 63 auto pathEffect = PathEffect::CreateDashPathEffect(intervals, 4, 1.5f); variable 77 auto pathEffect = PathEffect::CreatePathDashEffect(path, 1.1f, 1.5f, PathDashStyle::TRANSLATE); variable 91 auto pathEffect = PathEffect::CreatePathDashEffect(path, 1.5f, 1.0f, PathDashStyle::TRANSLATE); variable 104 auto pathEffect = PathEffect::CreateCornerPathEffect(0.5f); variable 117 auto pathEffect = PathEffect::CreateCornerPathEffect(0.2f); variable 132 auto pathEffect = PathEffect::CreateSumPathEffect(pathEffect1, pathEffect2); variable 147 auto pathEffect = PathEffect::CreateSumPathEffect(pathEffect1, pathEffect2); variable 162 auto pathEffect = PathEffect::CreateComposePathEffect(pathEffect1, pathEffect2); variable 177 auto pathEffect = PathEffect::CreateComposePathEffect(pathEffect1, pathEffect2); variable [all …]
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
| D | recording_path_effect_test.cpp | 59 auto pathEffect = pathEffectCmdList->Playback(); variable 81 auto pathEffect = pathEffectCmdList->Playback(); variable 99 auto pathEffect = pathEffectCmdList->Playback(); variable 115 auto pathEffect = pathEffectCmdList->Playback(); variable 133 auto pathEffect = pathEffectCmdList->Playback(); variable 151 auto pathEffect = pathEffectCmdList->Playback(); variable
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
| D | recording_path_effect.cpp | 30 auto pathEffect = std::make_shared<RecordingPathEffect>(); in CreateDashPathEffect() local 40 auto pathEffect = std::make_shared<RecordingPathEffect>(); in CreatePathDashEffect() local 49 auto pathEffect = std::make_shared<RecordingPathEffect>(); in CreateCornerPathEffect() local 57 auto pathEffect = std::make_shared<RecordingPathEffect>(); in CreateSumPathEffect() local 68 auto pathEffect = std::make_shared<RecordingPathEffect>(); in CreateComposePathEffect() local
|
| D | draw_cmd.cpp | 736 auto pathEffect = CmdListHelper::GetFromCmdList<PathEffectCmdList, PathEffect>( in Playback() local
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
| D | texgine_dash_path_effect.cpp | 24 auto pathEffect = std::make_shared<TexginePathEffect>(); in Make() local
|
| D | texgine_path_1d_path_effect.cpp | 28 auto pathEffect = std::make_shared<TexginePathEffect>(); in Make() local
|
| D | texgine_paint.cpp | 66 void TexginePaint::SetPathEffect(const std::shared_ptr<TexginePathEffect> pathEffect) in SetPathEffect()
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
| D | pen_test.cpp | 566 auto pathEffect = std::make_shared<PathEffect>(PathEffect::PathEffectType::DASH, 0.2f); variable 584 auto pathEffect = std::make_shared<PathEffect>(PathEffect::PathEffectType::COMPOSE, 0.1f); variable 636 auto pathEffect = std::make_shared<PathEffect>(PathEffect::PathEffectType::NO_TYPE, 0.5f); variable 655 auto pathEffect = std::make_shared<PathEffect>(PathEffect::PathEffectType::CORNER, 0.2f); variable
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| D | skia_path_effect.cpp | 75 void SkiaPathEffect::SetSkPathEffect(const sk_sp<SkPathEffect>& pathEffect) in SetSkPathEffect()
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/ |
| D | pen_fuzzer.cpp | 80 std::shared_ptr<PathEffect> pathEffect = PathEffect::CreateCornerPathEffect(radius); in PenFuzzTestInner03() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
| D | skia_paint_test.cpp | 216 std::shared_ptr<PathEffect> pathEffect = PathEffect::CreateCornerPathEffect(25.0f); variable
|