Home
last modified time | relevance | path

Searched defs:pathEffect2 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dpath_effect_test.cpp131 PathEffect pathEffect2(PathEffect::PathEffectType::PATH_DASH, 0.4f); variable
146 PathEffect pathEffect2(PathEffect::PathEffectType::PATH_DASH, 7.4f); variable
161 PathEffect pathEffect2(PathEffect::PathEffectType::PATH_DASH, 0.4f); variable
176 PathEffect pathEffect2(PathEffect::PathEffectType::PATH_DASH, 99.4f); variable
293 PathEffect pathEffect2(PathEffect::PathEffectType::PATH_DASH, 0.4f); variable
308 PathEffect pathEffect2(PathEffect::PathEffectType::PATH_DASH, 0.2f); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_path_effect_test.cpp94 auto pathEffect2 = PathEffect::CreateCornerPathEffect(10); // 10: radius variable
109 auto pathEffect2 = PathEffect::CreateCornerPathEffect(10); // 10: radius variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Ddrawing_painter_impl.cpp55 auto pathEffect2 = Drawing::PathEffect::CreateDiscretePathEffect(0, 0); in ConvertDecorStyle() local