OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ref_bmp
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/test/
pixel_test_utils.cc
42
SkBitmap
ref_bmp
;
local
43
if (!ReadPNGFile(ref_img_path, &
ref_bmp
)) {
49
if (gen_bmp.width() !=
ref_bmp
.width() ||
50
gen_bmp.height() !=
ref_bmp
.height()) {
55
<< "Expected: " <<
ref_bmp
.width() << "x" <<
ref_bmp
.height();
63
return comparator.Compare(gen_bmp,
ref_bmp
);
Completed in 778 milliseconds