Home
last modified time | relevance | path

Searched refs:TestingPoint3 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_point3.h20 class TestingPoint3 {
22 TestingPoint3() = default;
23 virtual ~TestingPoint3() = default;
25 TestingPoint3(const TestingPoint3& point) : x_(point.x_), y_(point.y_), z_(point.z_) {} in TestingPoint3() function
27 TestingPoint3(float xP, float yP, float zP) : x_(xP), y_(yP), z_(zP) {} in TestingPoint3() function
H A Dtesting_canvas.h68 …rtual void DrawShadow(const TestingPath& path, const TestingPoint3& planeParams, const TestingPoin… in DrawShadow()
71 virtual void DrawShadowStyle(const TestingPath& path, const TestingPoint3& planeParams, in DrawShadowStyle()
72 const TestingPoint3& devLightPos, float lightRadius, TestingColor /* ambientColor */, in DrawShadowStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_mock.h84 using RSPoint3 = Testing::TestingPoint3;