Searched refs:resultBitmap (Results 1 – 1 of 1) sorted by relevance
416 BBitmap *resultBitmap = new BBitmap(BRect(0, 0, 31, 31), in Draw() local418 resultBitmap->AddChild(blitter); in Draw()420 resultBitmap->Lock(); in Draw()423 blitter->FillRect(resultBitmap->Bounds()); in Draw()428 resultBitmap->Unlock(); in Draw()431 BBitmapStream stream(resultBitmap); in Draw()442 stream.DetachBitmap(&resultBitmap); in Draw()447 DrawBitmap(resultBitmap, BPoint(columnOffset, triangleHeight * i)); in Draw()453 resultBitmap->Lock(); in Draw()454 resultBitmap->RemoveChild(blitter); in Draw()[all …]