Searched refs:TestingPathEffect (Results 1 – 4 of 4) sorted by relevance
30 class TestingPathEffect {32 TestingPathEffect() = default;33 ~TestingPathEffect() = default;35 static std::shared_ptr<TestingPathEffect> CreatePathDashEffect( in CreatePathDashEffect()38 return std::make_shared<TestingPathEffect>(); in CreatePathDashEffect()41 …static std::shared_ptr<TestingPathEffect> CreateDashPathEffect(const float intervals[], int count,… in CreateDashPathEffect()43 return std::make_shared<TestingPathEffect>(); in CreateDashPathEffect()
25 static std::shared_ptr<TestingPathEffect> CreatePathDashEffect( in CreatePathDashEffect()28 return std::make_shared<TestingPathEffect>(); in CreatePathDashEffect()30 …static std::shared_ptr<TestingPathEffect> CreateDashPathEffect(const float intervals[], int count,… in CreateDashPathEffect()32 return std::make_shared<TestingPathEffect>(); in CreateDashPathEffect()
53 virtual void SetPathEffect(std::shared_ptr<TestingPathEffect> /* effect */) {} in SetPathEffect() argument
68 using RSPathEffect = Testing::TestingPathEffect;