Home
last modified time | relevance | path

Searched defs:TestingPoint (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/rosen/
Dtesting_point.h25 TestingPoint(const TestingPoint& point) : x_(point.x_), y_(point.y_) {} in TestingPoint() function
27 TestingPoint(float xP, float yP) : x_(xP), y_(yP) {} in TestingPoint() function
Dtesting_shader_effect.h44 …static std::shared_ptr<TestingShaderEffect> CreateSweepGradient(const TestingPoint& /* centerPt */, in CreateSweepGradient()
89 …static std::shared_ptr<TestingShaderEffect> CreateSweepGradient(const TestingPoint& /* centerPt */, in CreateSweepGradient()