Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp261 PackageScreenshotInfoRef screenshotInfo = fPackage->ScreenshotInfo(); in _DownloadThread() local
263 if (!screenshotInfo.IsSet() || screenshotInfo->Count() == 0) { in _DownloadThread()
267 info = screenshotInfo->ScreenshotAtIndex(index); in _DownloadThread()
311 PackageScreenshotInfoRef screenshotInfo = fPackage->ScreenshotInfo(); in _MaxWidthAndHeightOfAllScreenshots() local
314 if (screenshotInfo.IsSet()) in _MaxWidthAndHeightOfAllScreenshots()
315 count = screenshotInfo->Count(); in _MaxWidthAndHeightOfAllScreenshots()
318 const ScreenshotInfoRef& screenshot = screenshotInfo->ScreenshotAtIndex(i); in _MaxWidthAndHeightOfAllScreenshots()
358 PackageScreenshotInfoRef screenshotInfo = fPackage->ScreenshotInfo(); in _UpdateToolBar() local
359 if (screenshotInfo.IsSet()) in _UpdateToolBar()
360 numScreenshots = screenshotInfo->Count(); in _UpdateToolBar()
H A DPackageInfoView.cpp1463 PackageScreenshotInfoRef screenshotInfo = package->ScreenshotInfo(); in _ScreenshotThumbCoordinate() local
1465 if (!screenshotInfo.IsSet() || screenshotInfo->Count() == 0) in _ScreenshotThumbCoordinate()
1468 ScreenshotInfoRef screenshot = screenshotInfo->ScreenshotAtIndex(0); in _ScreenshotThumbCoordinate()
/haiku/src/apps/haikudepot/server/
H A DServerPkgDataUpdateProcess.cpp157 PackageScreenshotInfoRef screenshotInfo(new PackageScreenshotInfo(), true); in ConsumePackage() local
161 screenshotInfo->AddScreenshot(_CreateScreenshot(screenshot)); in ConsumePackage()
164 package->SetScreenshotInfo(screenshotInfo); in ConsumePackage()