Home
last modified time | relevance | path

Searched defs:pixelMap2 (Results 1 – 12 of 12) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dpixel_map_parcel_test.cpp63 auto pixelMap2 = PixelMapParcel::CreateFromParcel(data2); variable
98 auto pixelMap2 = std::make_unique<PixelMap>(); variable
Dpixel_map_test.cpp125 auto pixelMap2 = ConstructPixmap((AllocatorType)10); variable
154 …std::unique_ptr<PixelMap> pixelMap2 = PixelMap::Create(color, colorlength, offset, INT32_MAX, opts… variable
191 std::unique_ptr<PixelMap> pixelMap2 = PixelMap::Create(opts2); variable
261 std::unique_ptr<PixelMap> pixelMap2 = std::make_unique<PixelMap>(); variable
334 …auto pixelMap2 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQ… variable
372 …auto pixelMap2 = ConstructPixmap(300, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQ… variable
421 …auto pixelMap2 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQ… variable
611 std::unique_ptr<PixelMap> pixelMap2 = std::make_unique<PixelMap>(); variable
903 PixelMap *pixelMap2 = PixelMap::Unmarshalling(data); variable
926 auto pixelMap2 = ConstructPixmap(PixelFormat::ARGB_8888, AlphaType::IMAGE_ALPHA_TYPE_PREMUL); variable
[all …]
Dimage_source_wbmp_test.cpp304 std::unique_ptr<PixelMap> pixelMap2 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
Dimage_source_raw_test.cpp343 std::unique_ptr<PixelMap> pixelMap2 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
Dimage_source_bmp_test.cpp354 std::unique_ptr<PixelMap> pixelMap2 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
Dimage_source_png_test.cpp309 std::unique_ptr<PixelMap> pixelMap2 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
Dimage_source_webp_test.cpp346 std::unique_ptr<PixelMap> pixelMap2 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
Dwebp_encoder_test.cpp97 auto pixelMap2 = Media::PixelMap::Create(opts); variable
Dimage_source_jpeg_test.cpp791 std::unique_ptr<PixelMap> pixelMap2 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
993 PixelMap *pixelMap2 = PixelMap::DecodeTlv(buff); variable
Dimage_pixel_map_test.cpp1692 PixelMap *pixelMap2 = PixelMap::DecodeTlv(buff); variable
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
Dpaste_service_test.cpp1158 auto pixelMap2 = pasteData2.GetPrimaryPixelMap(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/manager/drag_drop/drag_drop_manager/
Ddrag_drop_manager_test_ng.cpp118 RefPtr<PixelMap> pixelMap2 = PixelMap::CreatePixelMap(voidPtr2); variable