Searched refs:GetLocalSnapshotPixelMap (Results 1 – 4 of 4) sorted by relevance
159 HWTEST_F(ScenePersistenceTest, GetLocalSnapshotPixelMap, Function | SmallTest | Level1)172 auto result = scenePersistence->GetLocalSnapshotPixelMap(0.5, 0.5);195 result = scenePersistence->GetLocalSnapshotPixelMap(0.8, 0.2);201 result = scenePersistence->GetLocalSnapshotPixelMap(0.0, 0.2);
54 …std::shared_ptr<Media::PixelMap> GetLocalSnapshotPixelMap(const float oriScale, const float newSca…
253 std::shared_ptr<Media::PixelMap> ScenePersistence::GetLocalSnapshotPixelMap(const float oriScale, in GetLocalSnapshotPixelMap() function in OHOS::Rosen::ScenePersistence
3485 scenePersistence_->GetLocalSnapshotPixelMap(oriScale, newScale); in GetSnapshotPixelMap()