Home
last modified time | relevance | path

Searched defs:CreatePixelMap (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dimage_source_preview.cpp50 RefPtr<PixelMap> ImageSourcePreview::CreatePixelMap( in CreatePixelMap() function in OHOS::Ace::ImageSourcePreview
56 RefPtr<PixelMap> ImageSourcePreview::CreatePixelMap( in CreatePixelMap() function in OHOS::Ace::ImageSourcePreview
62 RefPtr<PixelMap> ImageSourcePreview::CreatePixelMap() in CreatePixelMap() function in OHOS::Ace::ImageSourcePreview
H A Dpixel_map_preview.cpp23 RefPtr<PixelMap> PixelMap::CreatePixelMap(void* rawPtr) in CreatePixelMap() function in OHOS::Ace::PixelMap
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_pixel_map.cpp20 RefPtr<PixelMap> PixelMap::CreatePixelMap(void* /*rawPtr*/) in CreatePixelMap() function in OHOS::Ace::PixelMap
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.cpp84 RefPtr<PixelMap> ImageSourceOhos::CreatePixelMap(const Size& size, AIImageQuality imageQuality, boo… in CreatePixelMap() function in OHOS::Ace::ImageSourceOhos
89 RefPtr<PixelMap> ImageSourceOhos::CreatePixelMap( in CreatePixelMap() function in OHOS::Ace::ImageSourceOhos
113 RefPtr<PixelMap> ImageSourceOhos::CreatePixelMap() in CreatePixelMap() function in OHOS::Ace::ImageSourceOhos
H A Dpixel_map_ohos.cpp82 RefPtr<PixelMap> PixelMap::CreatePixelMap(void* rawPtr) in CreatePixelMap() function in OHOS::Ace::PixelMap
/ohos5.0/foundation/window/window_manager/previewer/mock/
H A Dpixel_map_napi.cpp39 napi_value PixelMapNapi::CreatePixelMap(napi_env env, std::shared_ptr<PixelMap> pixelmap) in CreatePixelMap() function in OHOS::Media::PixelMapNapi
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dpixel_map_impl.cpp26 std::unique_ptr<PixelMap> PixelMapImpl::CreatePixelMap(const InitializationOptions &opts) in CreatePixelMap() function in OHOS::Media::PixelMapImpl
40 std::unique_ptr<PixelMap> PixelMapImpl::CreatePixelMap(uint32_t *colors, uint32_t colorLength, in CreatePixelMap() function in OHOS::Media::PixelMapImpl
/ohos5.0/foundation/window/window_manager/test/common/utils/src/
H A Dcommon_test_utils.cpp31 std::shared_ptr<Media::PixelMap> CommonTestUtils::CreatePixelMap() in CreatePixelMap() function in OHOS::Rosen::CommonTestUtils
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Dimage_source_preview.h84 std::unique_ptr<PixelMap> CreatePixelMap(const DecodeOptions& opts, uint32_t& errorCode) in CreatePixelMap() function
136 static napi_value CreatePixelMap(napi_env env, std::shared_ptr<PixelMap> pixelmap) in CreatePixelMap() function
H A Ddrawable_descriptor.cpp623 bool LayeredDrawableDescriptor::CreatePixelMap() in CreatePixelMap() function in OHOS::Ace::Napi::LayeredDrawableDescriptor
639 bool LayeredDrawableDescriptor::CreatePixelMap() in CreatePixelMap() function in OHOS::Ace::Napi::LayeredDrawableDescriptor
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davcallmeta_data_test.cpp62 std::shared_ptr<OHOS::Media::PixelMap> AVCallMetaDataTest::CreatePixelMap() in CreatePixelMap() function in OHOS::AVSession::AVCallMetaDataTest
H A Davmeta_data_test.cpp82 std::shared_ptr<OHOS::Media::PixelMap> AVMetaDataTest::CreatePixelMap() in CreatePixelMap() function in OHOS::AVSession::AVMetaDataTest
/ohos5.0/base/msdp/device_status/test/fuzztest/startdrag_fuzzer/
H A Dstartdrag_fuzzer.cpp40 std::shared_ptr<Media::PixelMap> CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap() function
/ohos5.0/base/msdp/device_status/test/fuzztest/updateshadowpic_fuzzer/
H A Dupdateshadowpic_fuzzer.cpp40 std::shared_ptr<Media::PixelMap> CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Deffect_filter_unittest.cpp27 static void CreatePixelMap(OH_PixelmapNative*** pixelmap) in CreatePixelMap() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_pixel_map_util_test.cpp38 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int width, int height) in CreatePixelMap() function
H A Drs_pixel_map_shader_test.cpp40 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int width, int height) in CreatePixelMap() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_ashmem_test.cpp190 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int width, int height) in CreatePixelMap() function
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_image_util.cpp134 std::shared_ptr<Media::PixelMap> AnsImageUtil::CreatePixelMap(const std::string &inFilePath, const … in CreatePixelMap() function in OHOS::Notification::AnsImageUtil
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_base.cpp32 RefPtr<PixelMap> ImageBases::CreatePixelMap(const std::string& src) in CreatePixelMap() function in OHOS::Ace::NG::ImageBases
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_proxy_ex_test.cpp75 std::shared_ptr<Media::PixelMap> MultimodalInputConnectProxyTest::CreatePixelMap(int32_t width, int… in CreatePixelMap() function in OHOS::MMI::MultimodalInputConnectProxyTest
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Davcontroller_callback_proxy_test.cpp118 static std::shared_ptr<PixelMap> CreatePixelMap() in CreatePixelMap() function
/ohos5.0/base/msdp/device_status/test/unittest/services/unittest/src/
H A Ddrag_data_manager_test.cpp60 std::shared_ptr<Media::PixelMap> DragDataManagerTest::CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap() function in OHOS::Msdp::DeviceStatus::DragDataManagerTest
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot.cpp134 unique_ptr<PixelMap> Snapshot::CreatePixelMap(const uint8_t* buffer, uint32_t bufferSize) in CreatePixelMap() function in OHOS::DistributedSchedule::Snapshot
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_test.cpp72 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int width, int height) in CreatePixelMap() function

12