Searched refs:tmpPixelMap (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/auxiliary_picture_test/ |
H A D | auxiliary_picture_test.cpp | 56 std::unique_ptr<PixelMap> tmpPixelMap = PixelMap::Create(color, bufferLength, options); in CreatePixelMap() local 57 std::shared_ptr<PixelMap> pixelmap = std::move(tmpPixelMap); in CreatePixelMap()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/picture_test/ |
H A D | picture_test.cpp | 61 std::unique_ptr<PixelMap> tmpPixelMap = PixelMap::Create(color, BUFFER_LENGTH, options); in CreatePixelMap() local 62 std::shared_ptr<PixelMap> pixelmap = std::move(tmpPixelMap); in CreatePixelMap()
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_ffi.cpp | 669 auto tmpPixelMap = PixelMapImpl::CreateAlphaPixelMap(*ptr_, opts); in FfiOHOSCreateAlphaPixelMap() local 670 if (!tmpPixelMap) { in FfiOHOSCreateAlphaPixelMap() 672 IMAGE_LOGE("[PixelMap] tmpPixelMap is nullptr!"); in FfiOHOSCreateAlphaPixelMap() 675 auto native = FFIData::Create<PixelMapImpl>(move(tmpPixelMap)); in FfiOHOSCreateAlphaPixelMap()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_pixel_map_napi.cpp | 2023 auto tmpPixelMap = PixelMap::Create(*(context->rPixelMap), opts); in CreateAlphaPixelmap() 2024 context->alphaMap = std::move(tmpPixelMap); in CreateAlphaPixelmap() 2061 auto tmpPixelMap = PixelMap::Create(*(pixelMapNapi->nativePixelMap_), opts); in CreateAlphaPixelmapSync() local 2062 result = SendablePixelMapNapi::CreateSendablePixelMap(env, std::move(tmpPixelMap)); in CreateAlphaPixelmapSync()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 2409 auto tmpPixelMap = PixelMap::Create(*(context->rPixelMap), opts); in CreateAlphaPixelmap() 2410 context->alphaMap = std::move(tmpPixelMap); in CreateAlphaPixelmap() 2447 auto tmpPixelMap = PixelMap::Create(*(pixelMapNapi->nativePixelMap_), opts); in CreateAlphaPixelmapSync() local 2448 result = PixelMapNapi::CreatePixelMap(env, std::move(tmpPixelMap)); in CreateAlphaPixelmapSync()
|
Completed in 22 milliseconds