OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmap_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/webkit/glue/media/
video_renderer_impl.cc
22
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);
video_renderer_impl.h
71
SkBitmap
bitmap_
;
member in class:webkit_glue::VideoRendererImpl
73
// These two members are used to determine if the |
bitmap_
| contains
/external/chromium/chrome/browser/
favicon_helper_unittest.cc
52
FillDataToBitmap(16, 16, &
bitmap_
);
76
SkBitmap
bitmap_
;
member in class:__anon4133::DownloadHandler
269
bitmap_
);
Completed in 97 milliseconds