Home
last modified time | relevance | path

Searched refs:TestingPath (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_path.h51 class TestingPath {
53 TestingPath() = default;
54 virtual ~TestingPath() = default;
69 virtual void AddPath(const TestingPath& src) {} in AddPath()
87 virtual bool Op(const TestingPath& path1, TestingPath& path2, TestingPathOp op) in Op()
H A Dtesting_canvas.h56 virtual void DrawPath(const TestingPath& path) {} in DrawPath()
68 …virtual void DrawShadow(const TestingPath& path, const TestingPoint3& planeParams, const TestingPo… in DrawShadow()
71 virtual void DrawShadowStyle(const TestingPath& path, const TestingPoint3& planeParams, in DrawShadowStyle()
108 virtual void ClipPath(const TestingPath& path, ClipOp op, bool doAntiAlias = false) {}
H A Dmock_canvas.h33 MOCK_METHOD1(DrawPath, void(const TestingPath& path));
59 MOCK_METHOD3(ClipPath, void(const TestingPath& rect, ClipOp op, bool doAntiAlias));
H A Dtesting_recording_path_effect.h26 const TestingPath& path, float advance, float phase, TestingPathDashStyle style) in CreatePathDashEffect()
H A Dtesting_path_effect.h36 …const TestingPath& /* path */, float /* advance */, float /* phase */, TestingPathDashStyle /* sty… in CreatePathDashEffect() argument
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dmock_canvas_paint.h58 class MockPath : public TestingPath {
66 MOCK_METHOD1(AddPath, void(const TestingPath& src));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_mock.h62 using RSPath = Testing::TestingPath;
116 using RSRecordingPath = Testing::TestingPath;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp2413 Testing::TestingPath Path;