Searched refs:pathEffectType (Results 1 – 1 of 1) sorted by relevance
195 EXPECT_TRUE(type == pathEffectType);212 EXPECT_TRUE(type == pathEffectType);229 EXPECT_TRUE(type == pathEffectType);241 PathEffect::PathEffectType pathEffectType = PathEffect::PathEffectType::CORNER; variable246 EXPECT_TRUE(type == pathEffectType);258 PathEffect::PathEffectType pathEffectType = PathEffect::PathEffectType::SUM; variable260 auto pathEffect = std::make_unique<PathEffect>(pathEffectType, 0.2f);263 EXPECT_TRUE(type == pathEffectType);275 PathEffect::PathEffectType pathEffectType = PathEffect::PathEffectType::SUM; variable277 auto pathEffect = std::make_unique<PathEffect>(pathEffectType, 0.5f);[all …]