OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_bitmap
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc
54
SkBitmap
a_bitmap
= a.AsBitmap();
local
57
if (
a_bitmap
.width() != b_bitmap.width() ||
58
a_bitmap
.height() != b_bitmap.height()) {
61
SkAutoLockPixels a_bitmap_lock(
a_bitmap
);
63
return memcmp(
a_bitmap
.getPixels(),
65
a_bitmap
.getSize()) == 0;
[
all
...]
Completed in 47 milliseconds