Searched refs:bitmap_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium/webkit/glue/media/
H A Dvideo_renderer_impl.cc22 bitmap_.setConfig(SkBitmap::kARGB_8888_Config, width(), height());
23 if (bitmap_.allocPixels(NULL, NULL)) {
24 bitmap_.eraseRGB(0x00, 0x00, 0x00);
168 bitmap_.lockPixels();
175 static_cast<uint8*>(bitmap_.getPixels()),
180 bitmap_.rowBytes(),
182 bitmap_.unlockPixels();
198 canvas->drawBitmapMatrix(bitmap_, matrix, &paint);
H A Dvideo_renderer_impl.h71 SkBitmap bitmap_; member in class:webkit_glue::VideoRendererImpl
73 // These two members are used to determine if the |bitmap_| contains
/external/chromium/chrome/browser/
H A Dfavicon_helper_unittest.cc52 FillDataToBitmap(16, 16, &bitmap_);
76 SkBitmap bitmap_; member in class:__anon1305::DownloadHandler
269 bitmap_);

Completed in 98 milliseconds