Home
last modified time | relevance | path

Searched refs:SaveSnapShot (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/snapshot/include/
H A Dsnapshot_utils.h66 static bool SaveSnapShot(const std::string& filename, Media::PixelMap& pixelMap, std::string fileType = "jpeg");
/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_display.cpp76 ret = SnapShotUtils::SaveSnapShot(cmdArguments.fileName, *pixelMap, cmdArguments.fileType); in main()
H A Dsnapshot_utils.cpp361 bool SnapShotUtils::SaveSnapShot(const std::string& fileName, Media::PixelMap& pixelMap, std::string fileType) in SaveSnapShot() function in OHOS::SnapShotUtils
389 return SaveSnapShot(fileName, pixelMap); in WriteToJpegWithPixelMap()

Completed in 2 milliseconds