Home
last modified time | relevance | path

Searched refs:SavePixelMapToFile (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_pixel_map.h41 MOCK_METHOD(void, SavePixelMapToFile, (const std::string& dst), (const override));
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.h51 void SavePixelMapToFile(const std::string& dst) const override;
H A Dpixel_map_ohos.cpp295 void PixelMapOhos::SavePixelMapToFile(const std::string& dst) const in SavePixelMapToFile() function in OHOS::Ace::PixelMapOhos
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/image/
H A Dpixel_map.h180 virtual void SavePixelMapToFile(const std::string& dst) const = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dpixelmap_image.cpp333 pixmap->SavePixelMapToFile("_ToRS_"); in DrawToRSCanvas()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_loader.cpp740 pixmap->SavePixelMapToFile("_fromMedia_"); in LoadDecodedImageData()