Home
last modified time | relevance | path

Searched refs:SetArray (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dcolor_matrix_test.cpp80 colorMatrix->SetArray(source);
97 colorMatrix->SetArray(source);
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_color_matrix.h30 virtual void SetArray(const float src[MATRIX_SIZE]) {} in SetArray() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_fe_colormatrix.cpp31 colorMatrix.SetArray(matrix_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dimage_painter_utils.cpp130 colorMatrix.SetArray(config.colorFilter_.colorFilterMatrix_->data()); in AddFilter()
140 colorMatrix.SetArray(GRAY_COLOR_MATRIX); in AddFilter()
H A Dpixelmap_image.cpp122 colorMatrix.SetArray(config.colorFilter_.colorFilterMatrix_->data()); in UpdateRSFilter()
132 colorMatrix.SetArray(GRAY_COLOR_MATRIX); in UpdateRSFilter()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddrawing_color_filter_ohos.cpp32 colorMatrix.SetArray(matrix.data()); in CreateDrawingColorFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dcolor_matrix.h59 void SetArray(const scalar src[MATRIX_SIZE]);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Ddrawing_color_filter_preview.cpp41 colorMatrix.SetArray(matrix.data()); in CreateDrawingColorFilter()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp771 static bool SetArray(const InterfaceID &id, const std::vector<dataType> &value, sptr<IArray> &ao) in SetArray() function
1054 return SetArray<int8_t, Boolean>(g_IID_IBoolean, boolValue, ao); in ReadFromParcelArrayBool()
1064 return SetArray<int8_t, Byte>(g_IID_IByte, value, ao); in ReadFromParcelArrayByte()
1074 return SetArray<int32_t, Char>(g_IID_IChar, value, ao); in ReadFromParcelArrayChar()
1084 return SetArray<short, Short>(g_IID_IShort, value, ao); in ReadFromParcelArrayShort()
1094 return SetArray<int, Integer>(g_IID_IInteger, value, ao); in ReadFromParcelArrayInt()
1106 return SetArray<int64_t, Long>(g_IID_ILong, value, ao); in ReadFromParcelArrayLong()
1112 return SetArray<std::string, String>(g_IID_IString, strList, ao); in ReadFromParcelArrayLong()
1123 return SetArray<float, Float>(g_IID_IFloat, value, ao); in ReadFromParcelArrayFloat()
1133 return SetArray<double, Double>(g_IID_IDouble, value, ao); in ReadFromParcelArrayDouble()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp775 static bool SetArray(const AAFwk::InterfaceID& id, const std::vector<dataType>& value, sptr<AAFwk::… in SetArray() function
1025 return SetArray<int8_t, AAFwk::Boolean>(AAFwk::g_IID_IBoolean, boolValue, ao); in ReadFromParcelArrayBool()
1034 return SetArray<int8_t, AAFwk::Byte>(AAFwk::g_IID_IByte, value, ao); in ReadFromParcelArrayByte()
1043 return SetArray<int32_t, AAFwk::Char>(AAFwk::g_IID_IChar, value, ao); in ReadFromParcelArrayChar()
1052 return SetArray<short, AAFwk::Short>(AAFwk::g_IID_IShort, value, ao); in ReadFromParcelArrayShort()
1061 return SetArray<int, AAFwk::Integer>(AAFwk::g_IID_IInteger, value, ao); in ReadFromParcelArrayInt()
1072 return SetArray<int64_t, Long>(g_IID_ILong, value, ao); in ReadFromParcelArrayLong()
1078 return SetArray<std::string, AAFwk::String>(AAFwk::g_IID_IString, strList, ao); in ReadFromParcelArrayLong()
1088 return SetArray<float, AAFwk::Float>(AAFwk::g_IID_IFloat, value, ao); in ReadFromParcelArrayFloat()
1097 return SetArray<double, AAFwk::Double>(AAFwk::g_IID_IDouble, value, ao); in ReadFromParcelArrayDouble()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/colormatrix_fuzzer/
H A Dcolormatrix_fuzzer.cpp68 colorMatrix.SetArray(src); in ColorMatrixFuzzTest002()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp923 colorMatrix.SetArray(matrix); in PaintGrayScale()
949 colorMatrix.SetArray(matrix); in PaintBrightness()
972 colorMatrix.SetArray(matrix); in PaintContrast()
1017 colorMatrix.SetArray(matrix); in PaintSaturate()
1052 colorMatrix.SetArray(matrix); in PaintSepia()
1081 colorMatrix.SetArray(matrix); in PaintInvert()
1128 colorMatrix.SetArray(matrix); in PaintHueRotate()
H A Ddrawing_image.cpp101 colorMatrix.SetArray(config.colorFilter_.colorFilterMatrix_->data()); in UpdateRSFilter()
111 colorMatrix.SetArray(GRAY_COLOR_MATRIX); in UpdateRSFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dcolor_matrix.cpp44 void ColorMatrix::SetArray(const scalar src[MATRIX_SIZE]) in SetArray() function in OHOS::Rosen::Drawing::ColorMatrix
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_color_matrix.cpp145 colorMatrix.SetArray(matrix_.data()); in OnAsImageFilter()
H A Dsvg_graphic.cpp316 colorMatrix.SetArray(colorFilter.value().colorFilterMatrix_->data()); in UpdateColorFilter()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.h69 void SetArray(std::vector<uint8_t> array, unsigned int offset = 0);
H A Dnative_module_buffer.cpp373 buffer->SetArray(arr); in BufferConstructorInner()
479 static napi_value SetArray(napi_env env, napi_callback_info info) in SetArray() function
493 buf->SetArray(arr); in SetArray()
1149 DECLARE_NAPI_FUNCTION("setArray", SetArray), in BufferInit()
H A Djs_buffer.cpp398 void Buffer::SetArray(vector<uint8_t> array, unsigned int offset) in SetArray() function in OHOS::buffer::Buffer
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Dnative_module_url.cpp526 static napi_value SetArray(napi_env env, napi_callback_info info) in SetArray() function
557 murl->SetArray(env, vec); in SetArray()
910 DECLARE_NAPI_GETTER_SETTER("array", GetArray, SetArray), in SeachParamsInit()
937 DECLARE_NAPI_GETTER_SETTER("array", GetArray, SetArray), in ParamsInit()
H A Djs_url.h375 void SetArray(napi_env env, std::vector<std::string> input);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp1517 colorMatrix.SetArray(matrix); in SetGrayFilter()
1543 colorMatrix.SetArray(matrix); in SetSepiaFilter()
1570 colorMatrix.SetArray(matrix); in SetSaturateFilter()
1611 colorMatrix.SetArray(matrix); in SetHueRotateFilter()
1636 colorMatrix.SetArray(matrix); in SetInvertFilter()
1659 colorMatrix.SetArray(matrix); in SetOpacityFilter()
1679 colorMatrix.SetArray(matrix); in SetBrightnessFilter()
1700 colorMatrix.SetArray(matrix); in SetContrastFilter()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp137 buf->SetArray(array, 0);
1010 buffer->SetArray(numbers);
1034 buffer->SetArray(numbers);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp1399 colorMatrix.SetArray(matrix); in PaintGrayScale()
1461 colorMatrix.SetArray(matrix); in PaintBrightness()
1514 colorMatrix.SetArray(matrix); in PaintContrast()
1613 colorMatrix.SetArray(matrix); in PaintSaturate()
1687 colorMatrix.SetArray(matrix); in PaintSepia()
1750 colorMatrix.SetArray(matrix); in PaintInvert()
1849 colorMatrix.SetArray(matrix); in PaintHueRotate()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h413 static napi_value SetArray(napi_env env, napi_callback_info info);

12