Searched defs:tmpPixelMap (Results 1 – 7 of 7) sorted by relevance
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
| D | ext_decoder_test.cpp | 1232 std::unique_ptr<PixelMap> tmpPixelMap = PixelMap::Create(color, 8, options); variable 1264 std::unique_ptr<PixelMap> tmpPixelMap = PixelMap::Create(color, 8, options); variable 1296 std::unique_ptr<PixelMap> tmpPixelMap = PixelMap::Create(color, 8, options); variable 1329 std::unique_ptr<PixelMap> tmpPixelMap = PixelMap::Create(color, 8, options); variable 1363 std::unique_ptr<PixelMap> tmpPixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); variable 1398 std::unique_ptr<PixelMap> tmpPixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); variable 1434 std::unique_ptr<PixelMap> tmpPixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); variable 1470 std::unique_ptr<PixelMap> tmpPixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/picture_test/ |
| D | picture_test.cpp | 58 std::unique_ptr<PixelMap> tmpPixelMap = PixelMap::Create(color, BUFFER_LENGTH, options); in CreatePixelMap() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/auxiliary_picture_test/ |
| D | auxiliary_picture_test.cpp | 56 std::unique_ptr<PixelMap> tmpPixelMap = PixelMap::Create(color, BUFFER_LENGTH, options); in CreatePixelMap() local
|
| /foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
| D | image_pixel_map_ffi.cpp | 143 auto tmpPixelMap = PixelMapImpl::CreateAlphaPixelMap(*ptr_, opts); in FfiOHOSCreateAlphaPixelMap() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| D | post_proc_test.cpp | 960 PixelMap tmpPixelMap; variable
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
| D | sendable_pixel_map_napi.cpp | 2076 auto tmpPixelMap = PixelMap::Create(*(context->rPixelMap), opts); in CreateAlphaPixelmap() local 2116 auto tmpPixelMap = PixelMap::Create(*(pixelMapNapi->nativePixelMap_), opts); in CreateAlphaPixelmapSync() local
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| D | pixel_map_napi.cpp | 2796 auto tmpPixelMap = PixelMap::Create(*(context->rPixelMap), opts); in CreateAlphaPixelmap() local 2836 auto tmpPixelMap = PixelMap::Create(*(pixelMapNapi->nativePixelMap_), opts); in CreateAlphaPixelmapSync() local
|