Searched defs:pixelMap3 (Results 1 – 2 of 2) sorted by relevance
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| D | pixel_map_parcel_test.cpp | 75 auto pixelMap3 = PixelMapParcel::CreateFromParcel(data3); variable 106 auto pixelMap3 = std::make_unique<PixelMap>(); variable
|
| D | pixel_map_test.cpp | 157 std::unique_ptr<PixelMap> pixelMap3 = PixelMap::Create(color, colorlength, -1, width, opts); variable 199 std::unique_ptr<PixelMap> pixelMap3 = PixelMap::Create(opts3); variable 270 std::unique_ptr<PixelMap> pixelMap3 = std::make_unique<PixelMap>(); variable 340 …auto pixelMap3 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQ… variable 378 …auto pixelMap3 = ConstructPixmap(200, 200, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQ… variable 930 auto pixelMap3 = ConstructPixmap(PixelFormat::RGBA_8888, AlphaType::IMAGE_ALPHA_TYPE_PREMUL); variable 1009 std::unique_ptr<PixelMap> pixelMap3= PixelMap::Create(color, colorlength, offset, width, opts); variable 1143 …auto pixelMap3 = ConstructPixmap(200, 300, PixelFormat::RGBA_8888, AlphaType::IMAGE_ALPHA_TYPE_OPA… variable 1174 …auto pixelMap3 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQ… variable
|