Searched defs:TestingPoint (Results 1 – 2 of 2) sorted by relevance
25 TestingPoint(const TestingPoint& point) : x_(point.x_), y_(point.y_) {} in TestingPoint() function27 TestingPoint(float xP, float yP) : x_(xP), y_(yP) {} in TestingPoint() function
41 …static std::shared_ptr<TestingShaderEffect> CreateSweepGradient(const TestingPoint& /* centerPt */, in CreateSweepGradient()48 …static std::shared_ptr<TestingShaderEffect> CreateLinearGradient(const TestingPoint& /* startPt */, in CreateLinearGradient()