Searched refs:testBitmap (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tests/servers/app/painter/
H A Dmain.cpp141 test(Surface& s, uint32 width, uint32 height, BBitmap* testBitmap) argument
242 BRect testBitmapCrop(testBitmap->Bounds());
250 s.DrawBitmap(testBitmap, testBitmapCrop, testBitmapDestRect);
301 BBitmap* testBitmap = new BBitmap(BRect(20, 0, 150, 50), 0, B_RGB32); local
302 // fill testBitmap with content
303 uint8* bits = (uint8*)testBitmap->Bits();
304 uint32 bitmapWidth = testBitmap->Bounds().IntegerWidth() + 1;
305 uint32 bitmapHeight = testBitmap->Bounds().IntegerHeight() + 1;
306 uint32 bpr = testBitmap->BytesPerRow();
319 bits = (uint8*)testBitmap
[all...]
/haiku-fatelf/src/bin/bfs_tools/
H A Dbfswhich.cpp210 testBitmap(Disk& disk, const block_run& run) function
303 testBitmap(disk, run);

Completed in 42 milliseconds