Home
last modified time | relevance | path

Searched defs:pixelMap1 (Results 1 – 15 of 15) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dpixel_map_test.cpp121 auto pixelMap1 = ConstructPixmap(AllocatorType::SHARE_MEM_ALLOC); variable
151 std::unique_ptr<PixelMap> pixelMap1 = PixelMap::Create(color, colorlength, offset, 0, opts); variable
183 std::unique_ptr<PixelMap> pixelMap1 = PixelMap::Create(opts1); variable
238 std::unique_ptr<PixelMap> pixelMap1 = PixelMap::Create(srcPixelMap, srcRect1, opts); variable
252 std::unique_ptr<PixelMap> pixelMap1 = std::make_unique<PixelMap>(); variable
307 std::unique_ptr<PixelMap> pixelMap1 = std::make_unique<PixelMap>(); variable
328 …auto pixelMap1 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQ… variable
366 …auto pixelMap1 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQ… variable
408 std::unique_ptr<PixelMap> pixelMap1 = std::make_unique<PixelMap>(); variable
441 …auto pixelMap1 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQ… variable
[all …]
Dpixel_map_parcel_test.cpp50 auto pixelMap1 = PixelMapParcel::CreateFromParcel(data1); variable
92 auto pixelMap1 = std::make_unique<PixelMap>(); variable
Dpixel_convert_adapter_test.cpp58 PixelMap pixelMap1; variable
124 PixelMap pixelMap1; variable
243 PixelMap pixelMap1; variable
286 PixelMap pixelMap1; variable
329 PixelMap pixelMap1; variable
372 PixelMap pixelMap1; variable
Dimage_source_png_test.cpp302 std::unique_ptr<PixelMap> pixelMap1 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
376 std::unique_ptr<PixelMap> pixelMap1 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
438 std::unique_ptr<PixelMap> pixelMap1 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
Dimage_source_webp_test.cpp339 std::unique_ptr<PixelMap> pixelMap1 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
415 std::unique_ptr<PixelMap> pixelMap1 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
475 std::unique_ptr<PixelMap> pixelMap1 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
Dimage_source_wbmp_test.cpp297 std::unique_ptr<PixelMap> pixelMap1 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
Dimage_source_raw_test.cpp335 std::unique_ptr<PixelMap> pixelMap1 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
Dimage_source_bmp_test.cpp347 std::unique_ptr<PixelMap> pixelMap1 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
Dimage_source_jpeg_test.cpp783 std::unique_ptr<PixelMap> pixelMap1 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
861 std::unique_ptr<PixelMap> pixelMap1 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
924 std::unique_ptr<PixelMap> pixelMap1 = imageSource->CreatePixelMap(decodeOpts, errorCode); variable
Dwebp_encoder_test.cpp96 auto pixelMap1 = Media::PixelMap::Create(opts); variable
Dimage_pixel_map_test.cpp911 PixelMap pixelMap, pixelMap1; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
Drender_service_client_watermark_demo.cpp40 …std::unique_ptr<Media::PixelMap> pixelMap1 = Media::PixelMap::Create(color, colorLength, offset, s… in main() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/
Drs_interfaces_system_test.cpp149 …std::unique_ptr<Media::PixelMap> pixelMap1 = Media::PixelMap::Create(color, colorLength, offset, s… variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
Drs_main_thread_test.cpp613 …std::unique_ptr<Media::PixelMap> pixelMap1 = Media::PixelMap::Create(color, colorLength, offset, s… variable
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
Dpaste_service_test.cpp341 …std::unique_ptr<PixelMap> pixelMap1 = PixelMap::Create(color, sizeof(color) / sizeof(color[0]), op… variable
948 auto pixelMap1 = pasteData->GetPrimaryPixelMap(); variable