OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b_bitmap
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/web_contents/
navigation_controller_impl_unittest.cc
63
SkBitmap
b_bitmap
= b.AsBitmap();
local
65
if (a_bitmap.width() !=
b_bitmap
.width() ||
66
a_bitmap.height() !=
b_bitmap
.height()) {
70
SkAutoLockPixels b_bitmap_lock(
b_bitmap
);
72
b_bitmap
.getPixels(),
[
all
...]
Completed in 53 milliseconds