Home
last modified time | relevance | path

Searched defs:pathEffect1 (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.cpp130 PathEffect pathEffect1(PathEffect::PathEffectType::PATH_DASH, 0.5f); variable
145 PathEffect pathEffect1(PathEffect::PathEffectType::PATH_DASH, 5.5f); variable
160 PathEffect pathEffect1(PathEffect::PathEffectType::PATH_DASH, 0.5f); variable
175 PathEffect pathEffect1(PathEffect::PathEffectType::PATH_DASH, 6.5f); variable
292 PathEffect pathEffect1(PathEffect::PathEffectType::PATH_DASH, 0.5f); variable
307 PathEffect pathEffect1(PathEffect::PathEffectType::PATH_DASH, 0.1f); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_path_effect_test.cpp93 auto pathEffect1 = PathEffect::CreateCornerPathEffect(10); // 10: radius variable
108 auto pathEffect1 = 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.cpp54 auto pathEffect1 = Drawing::PathEffect::CreateDashPathEffect(intervals, count, 0.0f); in ConvertDecorStyle() local