MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / screenShot

Method screenShot

platform/sdl/knativescreenSDL.cpp:545–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545bool KNativeScreenSDL::screenShot(const BString& filepath, U8* buffer, U32 bufferlen) {
546 return internalScreenShot(filepath, nullptr, buffer, bufferlen);
547}
548
549bool KNativeScreenSDL::saveBmp(const BString& filepath, U8* buffer, U32 bpp, U32 w, U32 h) {
550 U32 rMask = 0;

Callers 3

fullScrennShotMethod · 0.80
BOXEDWINE_RECORDER_QUITFunction · 0.80
runSliceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected