Home
last modified time | relevance | path

Searched refs:MATRIX (Results 1 - 18 of 18) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dcolor_filter_test.cpp77 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 Danimatable_matrix4.cpp80 operationInit.type_ = TransformOperationType::MATRIX; in AnimateTo()
81 operationEnd.type_ = TransformOperationType::MATRIX; in AnimateTo()
H A Dtransform_util.h115 MATRIX, member in OHOS::Ace::TransformOperationType
139 case TransformOperationType::MATRIX: { in operator ==()
H A Dtransform_util.cpp269 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 Dcolor_filter.cpp122 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 Ddrawing_color_filter.cpp60 return (OH_Drawing_ColorFilter*)new ColorFilter(ColorFilter::FilterType::MATRIX, matrix); in OH_Drawing_ColorFilterCreateMatrix()
/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp142 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 Dcolor_filter.h36 MATRIX, member in OHOS::Rosen::Drawing::ColorFilter::FilterType
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dtransform_component.cpp158 operation.type_ = TransformOperationType::MATRIX; in Matrix3d()
166 operation.type_ = TransformOperationType::MATRIX; in Matrix3d()
H A Drender_transform.cpp297 case TransformOperationType::MATRIX: { in ParseTransformEffect()
332 case TransformOperationType::MATRIX: in ParseDimension()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.h41 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 Drs_image.h84 MATRIX, member in OHOS::Rosen::ImageFit
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp126 bool isFitMatrixValid = !isBackground && imageFit_ == ImageFit::MATRIX && in CanvasDrawImage()
187 case ImageFit::MATRIX: in ApplyImageFitSwitch()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dtransform_convertor.cpp151 operation.type_ = TransformOperationType::MATRIX; in AddKeyframe()
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp101 case TransformOperationType::MATRIX: in RenderTransformUpdate()
138 case TransformOperationType::MATRIX: in TransformComponentUpdate()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp721 std::make_shared<Drawing::ColorFilter>(Drawing::ColorFilter::FilterType::MATRIX, luminanceMatrix); in DrawImage()
/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp1185 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 Dinspector_composed_element.cpp1061 if (operation.type_ == TransformOperationType::MATRIX) { in GetTransform()

Completed in 18 milliseconds