Home
last modified time | relevance | path

Searched refs:GetScreenshotWithOption (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h730 std::shared_ptr<Media::PixelMap> GetScreenshotWithOption(const CaptureOption& captureOption,
743 std::shared_ptr<Media::PixelMap> GetScreenshotWithOption(const CaptureOption& captureOption,
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screenshot/
H A Dnative_screenshot_module.cpp205 param->image = DisplayManager::GetInstance().GetScreenshotWithOption(option, in AsyncGetScreenshot()
208 … param->image = DisplayManager::GetInstance().GetScreenshotWithOption(option, &param->wret); in AsyncGetScreenshot()
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp2174 std::shared_ptr<Media::PixelMap> DisplayManager::GetScreenshotWithOption(const CaptureOption& captu… in GetScreenshotWithOption() function in OHOS::Rosen::DisplayManager
2190 std::shared_ptr<Media::PixelMap> DisplayManager::GetScreenshotWithOption(const CaptureOption& captu… in GetScreenshotWithOption() function in OHOS::Rosen::DisplayManager
2193 std::shared_ptr<Media::PixelMap> screenShot = GetScreenshotWithOption(captureOption, errorCode); in GetScreenshotWithOption()