Lines Matching defs:screenShot
675 std::shared_ptr<Media::PixelMap> screenShot =
677 if (screenShot == nullptr) {
682 return screenShot;
692 std::shared_ptr<Media::PixelMap> screenShot =
695 if (screenShot == nullptr) {
711 auto pixelMap = Media::PixelMap::Create(*screenShot, rect, opt);
722 std::shared_ptr<Media::PixelMap> screenShot = GetScreenshot(displayId, errorCode);
723 if (screenShot == nullptr) {
729 int32_t oriHeight = screenShot->GetHeight();
730 int32_t oriWidth = screenShot->GetWidth();
747 auto pixelMap = Media::PixelMap::Create(*screenShot, rect, opt);