/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A 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 712 … std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(color, colorlength, offset, width, opts); variable 735 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(opts); variable 758 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(opts); variable 794 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(srcPixelMap, rect, opts); variable [all …]
|
H A D | image_pixel_map_test.cpp | 494 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(srcPixelMap, opts); variable 576 … std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(color, colorlength, offset, width, opts); variable
|
H A D | pixel_map_test.cpp | 2456 PixelMap* newPixelMap = PixelMap::Unmarshalling(parcel); variable 2477 PixelMap* newPixelMap = PixelMap::Unmarshalling(parcel); variable
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | pixel_map_ohos.cpp | 101 std::shared_ptr<Media::PixelMap> newPixelMap(pixelMapRelease); in CopyPixelMap() local 110 std::shared_ptr<Media::PixelMap> newPixelMap(pixelMapRelease); in DecodeTlv() local 206 auto newPixelMap = Media::PixelMap::Create(*pixmap_, opts); in GetPixelManager() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/ |
H A D | color_picker.cpp | 60 std::unique_ptr<Media::PixelMap> newPixelMap = Media::PixelMap::Create(*pixmap.get(), options); in CreateScaledPixelMap() local 109 … std::unique_ptr<Media::PixelMap> newPixelMap = Media::PixelMap::Create(*pixelmap_.get(), options); in GetScaledPixelMap() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/ |
H A D | paste_service_test.cpp | 299 auto newPixelMap = pasteDataRecord->GetPixelMap(); variable 329 auto newPixelMap = pasteDataRecord->GetPixelMap(); variable 698 auto newPixelMap = firstRecord->GetPixelMap(); variable
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_unified_data_test.cpp | 832 auto newPixelMap = record->GetPixelMap(); variable
|
H A D | pasteboard_utils_test.cpp | 746 auto newPixelMap = record->GetPixelMap(); variable
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | pointer_drawing_manager.cpp | 1188 Media::PixelMap* newPixelMap = static_cast<Media::PixelMap*>(pixelMap); in UpdateCursorProperty() local
|