Searched defs:newPixelMap (Results 1 – 6 of 6) sorted by relevance
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| D | image_pixel_map_switch_test.cpp | 59 … std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(color, colorlength, offset, width, opts); variable 87 … std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(color, colorlength, offset, width, opts); variable 115 … std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(color, colorlength, offset, width, opts); variable 139 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(opts); variable 163 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(opts); variable 195 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(srcPixelMap, rect, opts); variable 671 …std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(colors, colorlength, offset, width, opts); variable 699 … std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(color, colorlength, offset, width, opts); variable 720 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(opts); variable 741 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(opts); variable [all …]
|
| D | image_pixel_map_test.cpp | 475 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(srcPixelMap, opts); variable 540 … std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(color, colorlength, offset, width, opts); variable
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| D | pixel_map_ohos.cpp | 149 auto newPixelMap = Media::PixelMap::Create(*pixmap_, opts); in GetPixelManager() local
|
| /foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/ |
| D | color_picker.cpp | 94 … std::unique_ptr<Media::PixelMap> newPixelMap = Media::PixelMap::Create(*pixelmap_.get(), options); in GetScaledPixelMap() local
|
| /foundation/distributeddatamgr/pasteboard/services/test/unittest/src/ |
| D | paste_service_test.cpp | 317 auto newPixelMap = pasteDataRecord->GetPixelMap(); variable 345 auto newPixelMap = pasteDataRecord->GetPixelMap(); variable 667 auto newPixelMap = firstRecord->GetPixelMap(); variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
| D | rs_render_modifier.cpp | 316 … std::unique_ptr<Media::PixelMap> newPixelMap = Media::PixelMap::Create(*pixelmap.get(), options); in GetInvertBackgroundColor() local
|