Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A 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
H A Dtesting_shader_effect.h41 …static std::shared_ptr<TestingShaderEffect> CreateSweepGradient(const TestingPoint& /* centerPt */, in CreateSweepGradient()
48 …static std::shared_ptr<TestingShaderEffect> CreateLinearGradient(const TestingPoint& /* startPt */, in CreateLinearGradient()