Searched refs:screenshot (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/screenshot/
H A DUtility.h25 void CopyToClipboard(const BBitmap& screenshot) const;
26 status_t Save(BBitmap* screenshot, const char* fileName,
45 void _MakeTabSpaceTransparent(BBitmap* screenshot,
H A DUtility.cpp44 "screenshot", "Base filename of screenshot files");
65 Utility::CopyToClipboard(const BBitmap& screenshot) const
72 screenshot.Archive(bitmap);
81 /*! Save the screenshot to the file with the specified filename and type.
86 Utility::Save(BBitmap* screenshot, const char* fileName, uint32 imageType) argument
113 // Write the screenshot bitmap to the file
114 BBitmapStream stream(screenshot);
152 BBitmap* screenshot = NULL; local
161 screenshot
246 _MakeTabSpaceTransparent(BBitmap* screenshot, BRect frame) const argument
[all...]
H A DScreenshot.cpp40 BApplication("application/x-vnd.haiku-screenshot-cli"),
110 BBitmap* screenshot = fUtility->MakeScreenshot(includeCursor, local
113 if (screenshot == NULL)
117 fUtility->CopyToClipboard(*screenshot);
120 fUtility->Save(screenshot, outputFilename, imageFileType);
122 delete screenshot;
131 // Get a screenshot if we don't have one
135 // Send the screenshot data to the GUI
156 be_roster->Launch("application/x-vnd.haiku-screenshot", &message);
170 "warning. If FILE is not\ngiven the screenshot wil
390 Screenshot screenshot; local
[all...]
/haiku/src/apps/haikudepot/server/
H A DServerPkgDataUpdateProcess.cpp148 DumpExportPkgScreenshot* screenshot = pkg->PkgScreenshotsItemAt(i); local
150 *(screenshot->Code()),
151 static_cast<int32>(screenshot->Width()),
152 static_cast<int32>(screenshot->Height()),
153 static_cast<int32>(screenshot->Length())
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp58 fIndexView = new BStringView("screenshot index", NULL);
71 fScreenshotView = new BitmapView("screenshot view");
262 HDERROR("failed to lock screenshot window");
283 HDINFO("screenshot not set");
293 BitmapRef screenshot; local
295 // Retrieve screenshot from web-app
298 &screenshot);
304 HDINFO("got screenshot");
305 fScreenshot = screenshot;
310 HDERROR("failed to download screenshot");
[all...]
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h174 bool _HasScreenshot(const BitmapRef& screenshot);
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css46 screenshot, secondaryie, sect2, sect3, sect4, sect5, section, seealsoie, seeie,

Completed in 64 milliseconds