Home
last modified time | relevance | path

Searched refs:CreateColorPicker (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dcolor_picker_unittest.cpp59 …std::shared_ptr<ColorPicker> pColorPicker = ColorPicker::CreateColorPicker(std::move(pixmap), erro…
101 …std::shared_ptr<ColorPicker> pColorPicker = ColorPicker::CreateColorPicker(std::move(pixmap), erro…
124 …std::shared_ptr<ColorPicker> pColorPicker = ColorPicker::CreateColorPicker(std::move(pixmap), erro…
226 …std::shared_ptr<ColorPicker> pColorPicker = ColorPicker::CreateColorPicker(std::move(pixmap), erro…
280 …std::shared_ptr<ColorPicker> pColorPicker = ColorPicker::CreateColorPicker(std::move(pixmap), erro…
319 …std::shared_ptr<ColorPicker> pColorPicker = ColorPicker::CreateColorPicker(std::move(pixmap), erro…
363 …std::shared_ptr<ColorPicker> pColorPicker = ColorPicker::CreateColorPicker(std::move(pixmap), erro…
404 …std::shared_ptr<ColorPicker> pColorPicker = ColorPicker::CreateColorPicker(std::move(pixmap), erro…
445 …std::shared_ptr<ColorPicker> pColorPicker = ColorPicker::CreateColorPicker(std::move(pixmap), erro…
486 …std::shared_ptr<ColorPicker> pColorPicker = ColorPicker::CreateColorPicker(std::move(pixmap), erro…
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_color_picker_test.cpp53 EXPECT_EQ(picker->CreateColorPicker(pixmap, errorCode), nullptr);
60 EXPECT_NE(picker2->CreateColorPicker(pixmap, errorCode), nullptr);
73 EXPECT_EQ(picker->CreateColorPicker(pixmap, &coordinates, errorCode), nullptr);
80 EXPECT_NE(picker2->CreateColorPicker(pixmap, &coordinates, errorCode), nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_color_picker.h36 NATIVEEXPORT static std::shared_ptr<RSColorPicker> CreateColorPicker(
38 NATIVEEXPORT static std::shared_ptr<RSColorPicker> CreateColorPicker(
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/
H A Dcolor_picker.h65 …NATIVEEXPORT static std::shared_ptr<ColorPicker> CreateColorPicker(const std::shared_ptr<Media::Pi…
67 …NATIVEEXPORT static std::shared_ptr<ColorPicker> CreateColorPicker(const std::shared_ptr<Media::Pi…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolorpicker_fuzzer/
H A Drscolorpicker_fuzzer.cpp84 RSColorPicker::CreateColorPicker(pixmap, werrorCodeidth); in DoCreateColorPicker()
85 RSColorPicker::CreateColorPicker(pixmap, coordinates, werrorCodeidth); in DoCreateColorPicker()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_color_picker.cpp38 std::shared_ptr<RSColorPicker> RSColorPicker::CreateColorPicker(const std::shared_ptr<Drawing::Pixm… in CreateColorPicker() function in OHOS::Rosen::RSColorPicker
58 std::shared_ptr<RSColorPicker> RSColorPicker::CreateColorPicker(const std::shared_ptr<Drawing::Pixm… in CreateColorPicker() function in OHOS::Rosen::RSColorPicker
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/include/
H A Dcolor_picker_napi.h53 static napi_value CreateColorPicker(napi_env env, napi_callback_info info);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/
H A Dcolor_picker_napi.cpp146 DECLARE_NAPI_STATIC_FUNCTION("createColorPicker", CreateColorPicker), in Init()
240 … ColorPicker::CreateColorPicker(context->rPixelMap, context->coordinatesBuffer, errorCode); in CreateColorPickerFromPixelmapExecute()
242 context->rColorPicker = ColorPicker::CreateColorPicker(context->rPixelMap, errorCode); in CreateColorPickerFromPixelmapExecute()
393 napi_value ColorPickerNapi::CreateColorPicker(napi_env env, napi_callback_info info) in CreateColorPicker() function in OHOS::Rosen::ColorPickerNapi
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_picker.cpp64 std::shared_ptr<ColorPicker> ColorPicker::CreateColorPicker(const std::shared_ptr<Media::PixelMap>&… in CreateColorPicker() function in OHOS::Rosen::ColorPicker
84 std::shared_ptr<ColorPicker> ColorPicker::CreateColorPicker(const std::shared_ptr<Media::PixelMap>&… in CreateColorPicker() function in OHOS::Rosen::ColorPicker
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp150 std::shared_ptr<RSColorPicker> colorPicker = RSColorPicker::CreateColorPicker(dst, errorCode); in PickColorSyn()
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp698 … auto colorPicker = Rosen::ColorPicker::CreateColorPicker(std::move(wallpaperPixelMap), errorCode); in SaveColor()