Lines Matching defs:bitmap
682 // Draw the source bitmap through the filter to the canvas.
819 // Draw the source bitmap through the filter to the canvas.
1363 // Flush the compositor context before the filter bitmap goes out of
1942 // bitmap data. This check will be removed once crbug.com/293728 is fixed.
2570 scoped_ptr<SkBitmap> bitmap;
2579 bitmap.reset(new SkBitmap);
2580 bitmap->allocN32Pixels(size.width(), size.height());
2581 scoped_ptr<SkAutoLockPixels> lock(new SkAutoLockPixels(*bitmap));
2582 uint8* dest_pixels = static_cast<uint8*>(bitmap->getPixels());
2610 if (bitmap)
2611 current_read->copy_request->SendBitmapResult(bitmap.Pass());