Home
last modified time | relevance | path

Searched refs:pathEffectType (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dpath_effect_test.cpp195 EXPECT_TRUE(type == pathEffectType);
212 EXPECT_TRUE(type == pathEffectType);
229 EXPECT_TRUE(type == pathEffectType);
241 PathEffect::PathEffectType pathEffectType = PathEffect::PathEffectType::CORNER; variable
246 EXPECT_TRUE(type == pathEffectType);
258 PathEffect::PathEffectType pathEffectType = PathEffect::PathEffectType::SUM; variable
260 auto pathEffect = std::make_unique<PathEffect>(pathEffectType, 0.2f);
263 EXPECT_TRUE(type == pathEffectType);
275 PathEffect::PathEffectType pathEffectType = PathEffect::PathEffectType::SUM; variable
277 auto pathEffect = std::make_unique<PathEffect>(pathEffectType, 0.5f);
[all …]