/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | color_filter_test.cpp | 77 ColorFilter colorFilter2(ColorFilter::FilterType::MATRIX); in HWTEST_F() 92 ColorFilter colorFilter2(ColorFilter::FilterType::MATRIX); in HWTEST_F() 173 auto colorFilter = std::make_shared<ColorFilter>(ColorFilter::FilterType::MATRIX); in HWTEST_F() 175 EXPECT_TRUE(filterType == ColorFilter::FilterType::MATRIX); in HWTEST_F() 187 auto colorFilter = std::make_shared<ColorFilter>(ColorFilter::FilterType::MATRIX); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | animatable_matrix4.cpp | 80 operationInit.type_ = TransformOperationType::MATRIX; in AnimateTo() 81 operationEnd.type_ = TransformOperationType::MATRIX; in AnimateTo()
|
H A D | transform_util.h | 115 MATRIX, member in OHOS::Ace::TransformOperationType 139 case TransformOperationType::MATRIX: { in operator ==()
|
H A D | transform_util.cpp | 269 case TransformOperationType::MATRIX: in Create() 300 case TransformOperationType::MATRIX: { in BlendInner() 430 case TransformOperationType::MATRIX: in ParseOperationToMatrix() 453 fromTransformOperation.type_ = TransformOperationType::MATRIX; in BlendInner() 456 toTransformOperation.type_ = TransformOperationType::MATRIX; in BlendInner()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | color_filter.cpp | 122 return std::make_shared<ColorFilter>(ColorFilter::FilterType::MATRIX, m, clamp); in CreateMatrixColorFilter() 127 return std::make_shared<ColorFilter>(ColorFilter::FilterType::MATRIX, f, clamp); in CreateFloatColorFilter()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_color_filter.cpp | 60 return (OH_Drawing_ColorFilter*)new ColorFilter(ColorFilter::FilterType::MATRIX, matrix); in OH_Drawing_ColorFilterCreateMatrix()
|
/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | transform_util_test.cpp | 142 from = TransformOperation::Create(TransformOperationType::MATRIX); in HWTEST_F() 144 EXPECT_EQ(result.type_, TransformOperationType::MATRIX); in HWTEST_F() 217 operations.push_back(TransformOperation::Create(TransformOperationType::MATRIX)); in HWTEST_F() 236 EXPECT_EQ(operations[5].type_, TransformOperationType::MATRIX); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | color_filter.h | 36 MATRIX, member in OHOS::Rosen::Drawing::ColorFilter::FilterType
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | transform_component.cpp | 158 operation.type_ = TransformOperationType::MATRIX; in Matrix3d() 166 operation.type_ = TransformOperationType::MATRIX; in Matrix3d()
|
H A D | render_transform.cpp | 297 case TransformOperationType::MATRIX: { in ParseTransformEffect() 332 case TransformOperationType::MATRIX: in ParseDimension()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_attributes_parser.h | 41 MATRIX, member in OHOS::Ace::NG::SvgFeColorMatrixType 278 SvgFeColorMatrixType type = SvgFeColorMatrixType::MATRIX;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_image.h | 84 MATRIX, member in OHOS::Rosen::ImageFit
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image.cpp | 126 bool isFitMatrixValid = !isBackground && imageFit_ == ImageFit::MATRIX && in CanvasDrawImage() 187 case ImageFit::MATRIX: in ApplyImageFitSwitch()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | transform_convertor.cpp | 151 operation.type_ = TransformOperationType::MATRIX; in AddKeyframe()
|
/foundation/arkui/ace_engine/frameworks/core/components/tween/ |
H A D | tween_element.cpp | 101 case TransformOperationType::MATRIX: in RenderTransformUpdate() 138 case TransformOperationType::MATRIX: in TransformComponentUpdate()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_engine.cpp | 721 std::make_shared<Drawing::ColorFilter>(Drawing::ColorFilter::FilterType::MATRIX, luminanceMatrix); in DrawImage()
|
/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | parse_test_ng.cpp | 1185 EXPECT_EQ(feColorDeclaration.type, SvgFeColorMatrixType::MATRIX); in HWTEST_F() 1216 EXPECT_EQ(feColorDeclaration1.type, SvgFeColorMatrixType::MATRIX); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_composed_element.cpp | 1061 if (operation.type_ == TransformOperationType::MATRIX) { in GetTransform()
|