Home
last modified time | relevance | path

Searched refs:MATRIX (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dcolor_filter_test.cpp77 ColorFilter colorFilter2(ColorFilter::FilterType::MATRIX);
92 ColorFilter colorFilter2(ColorFilter::FilterType::MATRIX);
173 auto colorFilter = std::make_shared<ColorFilter>(ColorFilter::FilterType::MATRIX);
175 EXPECT_TRUE(filterType == ColorFilter::FilterType::MATRIX);
187 auto colorFilter = std::make_shared<ColorFilter>(ColorFilter::FilterType::MATRIX);
/ohos5.0/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, enumerator
139 case TransformOperationType::MATRIX: {
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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp142 from = TransformOperation::Create(TransformOperationType::MATRIX);
144 EXPECT_EQ(result.type_, TransformOperationType::MATRIX);
217 operations.push_back(TransformOperation::Create(TransformOperationType::MATRIX));
236 EXPECT_EQ(operations[5].type_, TransformOperationType::MATRIX);
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.h37 MATRIX, enumerator
229 SvgFeColorMatrixType type = SvgFeColorMatrixType::MATRIX;
/ohos5.0/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()
/ohos5.0/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.cpp298 case TransformOperationType::MATRIX: { in ParseTransformEffect()
333 case TransformOperationType::MATRIX: in ParseDimension()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dcolor_filter.h36 MATRIX, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp110 case TransformOperationType::MATRIX: in RenderTransformUpdate()
147 case TransformOperationType::MATRIX: in TransformComponentUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dtransform_convertor.cpp151 operation.type_ = TransformOperationType::MATRIX; in AddKeyframe()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp811 … std::make_shared<Drawing::ColorFilter>(Drawing::ColorFilter::FilterType::MATRIX, luminanceMatrix); in DrawImage()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
H A D@ohos.multimedia.camera.d.ts2060 MATRIX = 0,
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp1184 EXPECT_EQ(feColorDeclaration.type, SvgFeColorMatrixType::MATRIX);
1215 EXPECT_EQ(feColorDeclaration1.type, SvgFeColorMatrixType::MATRIX);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1073 if (operation.type_ == TransformOperationType::MATRIX) { in GetTransform()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp1680 …nanceColorFilter = std::make_shared<Drawing::ColorFilter>(Drawing::ColorFilter::FilterType::MATRIX, in FinishHdrDraw()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md5274 | MATRIX | 0 | 对画面广泛区域进行测光。 |
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md5289 | MATRIX | 0 | Performs metering on a wide area of the image.|