Searched refs:TestingPath (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_path.h | 51 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 D | testing_canvas.h | 56 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 D | mock_canvas.h | 33 MOCK_METHOD1(DrawPath, void(const TestingPath& path)); 59 MOCK_METHOD3(ClipPath, void(const TestingPath& rect, ClipOp op, bool doAntiAlias));
|
H A D | testing_recording_path_effect.h | 26 const TestingPath& path, float advance, float phase, TestingPathDashStyle style) in CreatePathDashEffect()
|
H A D | testing_path_effect.h | 36 …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 D | mock_canvas_paint.h | 58 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 D | drawing_mock.h | 62 using RSPath = Testing::TestingPath; 116 using RSRecordingPath = Testing::TestingPath;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_ng.cpp | 2413 Testing::TestingPath Path;
|