Home
last modified time | relevance | path

Searched refs:IsSameImage (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_parcel_test.cpp103 EXPECT_EQ(true, pixelmap1->IsSameImage(*pixelmap2));
H A Dpixel_map_test.cpp899 auto ret = pixelMap1->IsSameImage(*pixelMap);
906 ret = pixelMap1->IsSameImage(*pixelMap2);
913 ret = pixelMap1->IsSameImage(*pixelMap3);
920 ret = pixelMap1->IsSameImage(*pixelMap4);
927 ret = pixelMap1->IsSameImage(*pixelMap5);
1719 auto ret = pixelMap1->IsSameImage(*pixelMap);
1725 ret = pixelMap1->IsSameImage(*pixelMap2);
1731 ret = pixelMap1->IsSameImage(*pixelMap3);
H A Dimage_pixel_map_test.cpp612 EXPECT_EQ(true, pixelmap1->IsSameImage(*pixelmap2));
950 bool ret = pixelMap.IsSameImage(pixelMap1);
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_astc.h69 NATIVEEXPORT bool IsSameImage(const PixelMap &other) override;
H A Dpixel_map.h169 NATIVEEXPORT virtual bool IsSameImage(const PixelMap &other);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_astc.cpp175 bool PixelAstc::IsSameImage(const PixelMap &other) in IsSameImage() function in OHOS::Media::PixelAstc
H A Dpixel_map.cpp1491 bool PixelMap::IsSameImage(const PixelMap &other) in IsSameImage() function in OHOS::Media::PixelMap
/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Ddrag_data.h51 return pixelMap->IsSameImage(*(other.pixelMap)) && x == other.x && y == other.y;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_astc_test.cpp399 bool ret = pixelAstc->IsSameImage(pixelmap);
419 bool ret = pixelAstc->IsSameImage(pixelmap);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_pixel_map.cpp251 bool PixelMap::IsSameImage(const PixelMap &other) in IsSameImage() function in OHOS::Media::PixelMap
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h108 NATIVEEXPORT bool IsSameImage(const PixelMap &other);