Searched defs:pixelMap4 (Results 1 – 2 of 2) sorted by relevance
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| D | pixel_map_parcel_test.cpp | 115 auto pixelMap4 = std::make_unique<PixelMap>(); variable
|
| D | pixel_map_test.cpp | 160 std::unique_ptr<PixelMap> pixelMap4= PixelMap::Create(color, colorlength, 100, width, opts); variable 207 std::unique_ptr<PixelMap> pixelMap4 = PixelMap::Create(opts4); variable 279 std::unique_ptr<PixelMap> pixelMap4 = std::make_unique<PixelMap>(); variable 384 …auto pixelMap4 = ConstructPixmap(200, 300, PixelFormat::RGB_888, AlphaType::IMAGE_ALPHA_TYPE_OPAQU… variable 934 auto pixelMap4 = ConstructPixmap(PixelFormat::BGRA_8888, AlphaType::IMAGE_ALPHA_TYPE_PREMUL); variable 1012 std::unique_ptr<PixelMap> pixelMap4= PixelMap::Create(color, colorlength, 0, width, opts); variable
|