Lines Matching defs:snapShot
113 unique_ptr<Snapshot> snapShot = make_unique<Snapshot>();
114 snapShot->version_ = version;
115 snapShot->orientation_ = orientation;
116 snapShot->rect_ = std::move(rect);
117 snapShot->reducedResolution_ = reduced;
118 snapShot->scale_ = scale;
119 snapShot->isRealSnapshot_ = isRealSnapshot;
120 snapShot->windowingMode_ = windowingMode;
121 snapShot->systemUiVisibility_ = systemUiVisibility;
122 snapShot->isTranslucent_ = isTranslucent;
123 snapShot->windowBounds_ = std::move(windowBounds);
124 snapShot->appLabel_ = appLabel;
125 snapShot->abilityLabel_ = abilityLabel;
126 snapShot->icon_ = icon;
127 snapShot->secAppLabel_ = secAppLabel;
128 snapShot->secAbilityLabel_ = secAbilityLabel;
129 snapShot->secIcon_ = secIcon;
130 snapShot->sourceDeviceTips_ = sourceDeviceTips;
131 return snapShot;
181 unique_ptr<Snapshot> snapShot = FillSnapshot(dataParcel);
182 if (snapShot == nullptr) {
203 snapShot->pixelMap_ = std::move(pixelMap);
205 snapShot->createdTime_ = GetTickCount();
206 snapShot->lastAccessTime_ = snapShot->createdTime_;
207 return snapShot;