/foundation/arkui/ace_engine/adapter/preview/osal/ |
D | image_source_preview.cpp | 35 RefPtr<PixelMap> ImageSourcePreview::CreatePixelMap(const Size& size) in CreatePixelMap() function in OHOS::Ace::ImageSourcePreview 40 RefPtr<PixelMap> ImageSourcePreview::CreatePixelMap(uint32_t index, const Size& size) in CreatePixelMap() function in OHOS::Ace::ImageSourcePreview
|
D | pixel_map_preview.cpp | 23 RefPtr<PixelMap> PixelMap::CreatePixelMap(void* rawPtr) in CreatePixelMap() function in OHOS::Ace::PixelMap
|
/foundation/arkui/ace_engine/frameworks/base/test/mock/ |
D | mock_pixel_map.cpp | 20 RefPtr<PixelMap> PixelMap::CreatePixelMap(void* /*rawPtr*/) in CreatePixelMap() function in OHOS::Ace::PixelMap
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
D | image_source_ohos.cpp | 59 RefPtr<PixelMap> ImageSourceOhos::CreatePixelMap(const Size& size) in CreatePixelMap() function in OHOS::Ace::ImageSourceOhos 64 RefPtr<PixelMap> ImageSourceOhos::CreatePixelMap(uint32_t index, const Size& size) in CreatePixelMap() function in OHOS::Ace::ImageSourceOhos
|
D | pixel_map_ohos.cpp | 79 RefPtr<PixelMap> PixelMap::CreatePixelMap(void* rawPtr) in CreatePixelMap() function in OHOS::Ace::PixelMap
|
/foundation/window/window_manager/previewer/mock/ |
D | pixel_map_napi.cpp | 39 napi_value PixelMapNapi::CreatePixelMap(napi_env env, std::shared_ptr<PixelMap> pixelmap) in CreatePixelMap() function in OHOS::Media::PixelMapNapi
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
D | image_source_preview.h | 78 std::unique_ptr<PixelMap> CreatePixelMap(const DecodeOptions& opts, uint32_t& errorCode) in CreatePixelMap() function 120 static napi_value CreatePixelMap(napi_env env, std::shared_ptr<PixelMap> pixelmap) in CreatePixelMap() function
|
D | drawable_descriptor.cpp | 273 bool LayeredDrawableDescriptor::CreatePixelMap() in CreatePixelMap() function in OHOS::Ace::Napi::LayeredDrawableDescriptor
|
/foundation/window/window_manager/test/common/utils/src/ |
D | common_test_utils.cpp | 31 std::shared_ptr<Media::PixelMap> CommonTestUtils::CreatePixelMap() in CreatePixelMap() function in OHOS::Rosen::CommonTestUtils
|
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
D | avmeta_data_test.cpp | 82 std::shared_ptr<OHOS::Media::PixelMap> AVMetaDataTest::CreatePixelMap() in CreatePixelMap() function in OHOS::AVSession::AVMetaDataTest
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
D | rs_ashmem_test.cpp | 186 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int width, int height) in CreatePixelMap() function
|
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
D | avmetadatahelper_impl.cpp | 106 static std::shared_ptr<PixelMap> CreatePixelMap(const std::shared_ptr<AVSharedMemory> &mem, PixelFo… in CreatePixelMap() function
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
D | rs_image_test.cpp | 60 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int width, int height) in CreatePixelMap() function
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
D | snapshot.cpp | 134 unique_ptr<PixelMap> Snapshot::CreatePixelMap(const uint8_t* buffer, uint32_t bufferSize) in CreatePixelMap() function in OHOS::DistributedSchedule::Snapshot
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
D | image_source.h | 149 …NATIVEEXPORT std::unique_ptr<PixelMap> CreatePixelMap(const DecodeOptions &opts, uint32_t &errorCo… in CreatePixelMap() function
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
D | pixel_map_napi.cpp | 564 STATIC_EXEC_FUNC(CreatePixelMap) in STATIC_EXEC_FUNC() argument 603 napi_value PixelMapNapi::CreatePixelMap(napi_env env, napi_callback_info info) in CreatePixelMap() function in OHOS::Media::PixelMapNapi 660 napi_value PixelMapNapi::CreatePixelMap(napi_env env, std::shared_ptr<PixelMap> pixelmap) in CreatePixelMap() function in OHOS::Media::PixelMapNapi
|
D | image_source_napi.cpp | 992 napi_value ImageSourceNapi::CreatePixelMap(napi_env env, napi_callback_info info) in CreatePixelMap() function in OHOS::Media::ImageSourceNapi
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
D | image_source.cpp | 572 unique_ptr<PixelMap> ImageSource::CreatePixelMap(uint32_t index, const DecodeOptions &opts, uint32_… in CreatePixelMap() function in OHOS::Media::ImageSource
|