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/frame_host/
navigation_controller_impl_unittest.cc
57
SkBitmap
b_bitmap
= b.AsBitmap();
local
59
if (a_bitmap.width() !=
b_bitmap
.width() ||
60
a_bitmap.height() !=
b_bitmap
.height()) {
64
SkAutoLockPixels b_bitmap_lock(
b_bitmap
);
66
b_bitmap
.getPixels(),
[
all
...]
Completed in 762 milliseconds