Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_color_matrix.h22 class TestingColorMatrix {
25 TestingColorMatrix() = default;
26 virtual ~TestingColorMatrix() = default;
32 virtual void PreConcat(const TestingColorMatrix& m) {} in PreConcat()
H A Dtesting_color_filter.h29 static std::shared_ptr<TestingColorFilter> CreateMatrixColorFilter(TestingColorMatrix& /* cm */) in CreateMatrixColorFilter() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_mock.h108 using RSColorMatrix = Testing::TestingColorMatrix;