Home
last modified time | relevance | path

Searched defs:pathEffect (Results 1 – 11 of 11) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
Dpath_effect_test.cpp49 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/
Drecording_path_effect_test.cpp59 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/
Drecording_path_effect.cpp30 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
Ddraw_cmd.cpp736 auto pathEffect = CmdListHelper::GetFromCmdList<PathEffectCmdList, PathEffect>( in Playback() local
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
Dtexgine_dash_path_effect.cpp24 auto pathEffect = std::make_shared<TexginePathEffect>(); in Make() local
Dtexgine_path_1d_path_effect.cpp28 auto pathEffect = std::make_shared<TexginePathEffect>(); in Make() local
Dtexgine_paint.cpp66 void TexginePaint::SetPathEffect(const std::shared_ptr<TexginePathEffect> pathEffect) in SetPathEffect()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
Dpen_test.cpp566 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/
Dskia_path_effect.cpp75 void SkiaPathEffect::SetSkPathEffect(const sk_sp<SkPathEffect>& pathEffect) in SetSkPathEffect()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
Dpen_fuzzer.cpp80 std::shared_ptr<PathEffect> pathEffect = PathEffect::CreateCornerPathEffect(radius); in PenFuzzTestInner03() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
Dskia_paint_test.cpp216 std::shared_ptr<PathEffect> pathEffect = PathEffect::CreateCornerPathEffect(25.0f); variable