Home
last modified time | relevance | path

Searched defs:colorMatrix (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dcolor_matrix_test.cpp48 auto colorMatrix = std::make_unique<ColorMatrix>(); variable
62 auto colorMatrix = std::make_unique<ColorMatrix>(); variable
77 auto colorMatrix = std::make_unique<ColorMatrix>(); variable
94 auto colorMatrix = std::make_unique<ColorMatrix>(); variable
111 auto colorMatrix = std::make_unique<ColorMatrix>(); variable
127 auto colorMatrix = std::make_unique<ColorMatrix>(); variable
142 auto colorMatrix = std::make_unique<ColorMatrix>(); variable
157 auto colorMatrix = std::make_unique<ColorMatrix>(); variable
171 auto colorMatrix = std::make_unique<ColorMatrix>(); variable
H A Dcolor_filter_test.cpp106 ColorMatrix colorMatrix; variable
245 ColorMatrix colorMatrix; variable
259 ColorMatrix colorMatrix; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dsk_image_filter_factory_unittest.cpp182 struct PixelColorMatrix colorMatrix; variable
211 struct PixelColorMatrix colorMatrix; variable
238 struct PixelColorMatrix colorMatrix; variable
265 struct PixelColorMatrix colorMatrix; variable
290 struct PixelColorMatrix colorMatrix; variable
317 struct PixelColorMatrix colorMatrix; variable
344 struct PixelColorMatrix colorMatrix; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/colormatrix_fuzzer/
H A Dcolormatrix_fuzzer.cpp41 ColorMatrix colorMatrix; in ColorMatrixFuzzTest001() local
63 ColorMatrix colorMatrix; in ColorMatrixFuzzTest002() local
88 ColorMatrix colorMatrix; in ColorMatrixFuzzTest003() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dimage_painter_utils.cpp129 RSColorMatrix colorMatrix; in AddFilter() local
139 RSColorMatrix colorMatrix; in AddFilter() local
H A Dpixelmap_image.cpp121 RSColorMatrix colorMatrix; in UpdateRSFilter() local
131 RSColorMatrix colorMatrix; in UpdateRSFilter() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddrawing_color_filter_ohos.cpp31 OHOS::Rosen::Drawing::ColorMatrix colorMatrix; in CreateDrawingColorFilter() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effect_ndk/src/
H A Deffect_filter.cpp104 PixelColorMatrix colorMatrix; in OH_Filter_SetColorMatrix() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dcolor_test.cpp75 float colorMatrix[20] = { 1, 0, 0, 0, 0, // 1, 0, 0, 0, 0, 颜色矩阵参数 in OnTestPerformance() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dalpha_image.cpp41 float colorMatrix[20] = { in make_color_filter() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp922 RSColorMatrix colorMatrix; in PaintGrayScale() local
948 RSColorMatrix colorMatrix; in PaintBrightness() local
971 RSColorMatrix colorMatrix; in PaintContrast() local
1016 RSColorMatrix colorMatrix; in PaintSaturate() local
1051 RSColorMatrix colorMatrix; in PaintSepia() local
1080 RSColorMatrix colorMatrix; in PaintInvert() local
1127 RSColorMatrix colorMatrix; in PaintHueRotate() local
H A Ddrawing_image.cpp100 RSColorMatrix colorMatrix; in UpdateRSFilter() local
110 RSColorMatrix colorMatrix; in UpdateRSFilter() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp1415 RSColorMatrix colorMatrix; in ClearPaintImage() local
1516 RSColorMatrix colorMatrix; in SetGrayFilter() local
1542 RSColorMatrix colorMatrix; in SetSepiaFilter() local
1569 RSColorMatrix colorMatrix; in SetSaturateFilter() local
1610 RSColorMatrix colorMatrix; in SetHueRotateFilter() local
1635 RSColorMatrix colorMatrix; in SetInvertFilter() local
1658 RSColorMatrix colorMatrix; in SetOpacityFilter() local
1678 RSColorMatrix colorMatrix; in SetBrightnessFilter() local
1699 RSColorMatrix colorMatrix; in SetContrastFilter() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_color_matrix.cpp144 RSColorMatrix colorMatrix; in OnAsImageFilter() local
H A Dsvg_graphic.cpp315 RSColorMatrix colorMatrix; in UpdateColorFilter() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.cpp837 …MatrixCoefficient colorMatrix = FFMpegConverter::ConvertFFMpegToOHColorMatrix(avStream.codecpar->c… in ParseColorBoxInfo() local
860 MatrixCoefficient colorMatrix = FFMpegConverter::ConvertFFMpegToOHColorMatrix( in ParseHevcInfo() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/
H A Dfilter_napi.cpp588 static uint32_t ParseColorMatrix(napi_env env, napi_value val, PixelColorMatrix &colorMatrix) in ParseColorMatrix()
625 PixelColorMatrix colorMatrix; in SetColorMatrix() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.h105 int32_t colorMatrix = 0; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp1398 RSColorMatrix colorMatrix; in PaintGrayScale() local
1460 RSColorMatrix colorMatrix; in PaintBrightness() local
1513 RSColorMatrix colorMatrix; in PaintContrast() local
1612 RSColorMatrix colorMatrix; in PaintSaturate() local
1686 RSColorMatrix colorMatrix; in PaintSepia() local
1749 RSColorMatrix colorMatrix; in PaintInvert() local
1848 RSColorMatrix colorMatrix; in PaintHueRotate() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp1148 SvgFeColorMatrix* colorMatrix = new SvgFeColorMatrix(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp477 RSColorMatrix colorMatrix; in SetPaintImage() local