Home
last modified time | relevance | path

Searched refs:bitmapStream (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DFontMgrFontConfigTest.cpp50 SkBitmap bitmapStream; in DEF_TEST() local
51 bitmapStream.allocN32Pixels(64, 64); in DEF_TEST()
52 SkCanvas canvasStream(bitmapStream); in DEF_TEST()
100 bool success = bitmap_compare(bitmapStream, bitmapClone); in DEF_TEST()
H A DFontMgrAndroidParserTest.cpp296 SkBitmap bitmapStream; in DEF_TEST() local
297 bitmapStream.allocN32Pixels(64, 64); in DEF_TEST()
298 SkCanvas canvasStream(bitmapStream); in DEF_TEST()
347 bool success = bitmap_compare(bitmapStream, bitmapClone); in DEF_TEST()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/
H A DGalleryUploader.cpp327 MemoryStream^ bitmapStream = gcnew MemoryStream();
328 if (!document->saveToPNGorJPEG(nullptr, bitmapStream, false) || bitmapStream->Length == 0)
334 array<Byte>^ imageDataArray = bitmapStream->GetBuffer();
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/
H A DEventRecorder.cpp525 …Common::MemoryReadStream bitmapStream((const byte*)screen.getPixels(), screen.w * screen.h * scree… in grabScreenAndComputeMD5() local
526 computeStreamMD5(bitmapStream, md5); in grabScreenAndComputeMD5()
/dports/games/residualvm/residualvm-0.3.1/gui/
H A DEventRecorder.cpp526 …Common::MemoryReadStream bitmapStream((const byte*)screen.getPixels(), screen.w * screen.h * scree… in grabScreenAndComputeMD5() local
527 computeStreamMD5(bitmapStream, md5); in grabScreenAndComputeMD5()
/dports/games/scummvm/scummvm-2.5.1/gui/
H A DEventRecorder.cpp572 …Common::MemoryReadStream bitmapStream((const byte*)screen.getPixels(), screen.w * screen.h * scree… in grabScreenAndComputeMD5() local
573 computeStreamMD5(bitmapStream, md5); in grabScreenAndComputeMD5()