Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dpath_effect_test.cpp49 auto pathEffect = PathEffect::CreateDashPathEffect(intervals, 4, 2.2f); variable
63 auto pathEffect = PathEffect::CreateDashPathEffect(intervals, 4, 1.5f); 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
192 auto pathEffect = std::make_unique<PathEffect>(pathEffectType, intervals, 4, 1.0f); variable
260 auto pathEffect = std::make_unique<PathEffect>(pathEffectType, 0.2f); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_effect_napi/
H A Djs_path_effect.cpp133 …std::shared_ptr<PathEffect> pathEffect = PathEffect::CreateDashPathEffect(intervals, arrayLength, … in CreateDashPathEffect() local
145 std::shared_ptr<PathEffect> pathEffect = PathEffect::CreateCornerPathEffect(radius); in CreateCornerPathEffect() local
149 napi_value JsPathEffect::Create(napi_env env, std::shared_ptr<PathEffect> pathEffect) in Create()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_dash_path_effect.cpp26 auto pathEffect = std::make_shared<TexginePathEffect>(); in Make() local
H A Dtexgine_path_1d_path_effect.cpp26 auto pathEffect = std::make_shared<TexginePathEffect>(); in Make() local
H A Dtexgine_paint.cpp84 void TexginePaint::SetPathEffect(const std::shared_ptr<TexginePathEffect> pathEffect) in SetPathEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_path_effect_test.cpp51 OH_Drawing_PathEffect* pathEffect = OH_Drawing_CreateDashPathEffect(intervals, 3, 0.0); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpatheffect_fuzzer/
H A Dpatheffect_fuzzer.cpp52 OH_Drawing_PathEffect* pathEffect = OH_Drawing_CreateDashPathEffect(intervals, number, phase); in NativePathEffectTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpen_test.cpp648 auto pathEffect = std::make_shared<PathEffect>(PathEffect::PathEffectType::DASH, 0.2f); variable
666 auto pathEffect = std::make_shared<PathEffect>(PathEffect::PathEffectType::COMPOSE, 0.1f); variable
738 auto pathEffect = std::make_shared<PathEffect>(PathEffect::PathEffectType::NO_TYPE, 0.5f); variable
757 auto pathEffect = std::make_shared<PathEffect>(PathEffect::PathEffectType::CORNER, 0.2f); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/patheffect_fuzzer/
H A Dpatheffect_fuzzer.cpp64 PathEffect pathEffect = PathEffect(type); in PathEffectFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path_effect.cpp84 void SkiaPathEffect::SetSkPathEffect(const sk_sp<SkPathEffect>& pathEffect) in SetSkPathEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H A Dpaint_fuzzer.cpp116 std::shared_ptr<PathEffect> pathEffect = PathEffect::CreateCornerPathEffect(radius); in PaintFuzzTest002() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H A Dpen_fuzzer.cpp80 std::shared_ptr<PathEffect> pathEffect = PathEffect::CreateCornerPathEffect(radius); in PenFuzzTestInner03() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dmask_cmd_list.cpp188 auto pathEffect = CmdListHelper::GetPathEffectFromCmdList(cmdList, penHandle_.pathEffectHandle); in Playback() local
H A Dcmd_list_helper.cpp657 …dle CmdListHelper::AddPathEffectToCmdList(CmdList& cmdList, std::shared_ptr<PathEffect> pathEffect) in AddPathEffectToCmdList()
686 auto pathEffect = std::make_shared<PathEffect> in GetPathEffectFromCmdList() local
H A Ddraw_cmd.cpp236 … auto pathEffect = CmdListHelper::GetPathEffectFromCmdList(cmdList, paintHandle.pathEffectHandle); in GeneratePaintFromHandle() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Ddrawing_painter_impl.cpp56 …auto pathEffect = Drawing::PathEffect::CreateComposePathEffect(*pathEffect1.get(), *pathEffect2.ge… in ConvertDecorStyle() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp151 auto pathEffect = PathEffect::CreateCornerPathEffect(10); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.cpp170 OH_Drawing_PathEffect* pathEffect = in OnTestPerformance() local