Searched defs:gen_bmp (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/test/
H A Dpixel_test_utils.cc52 bool MatchesPNGFile(const SkBitmap& gen_bmp, base::FilePath ref_img_path, argument
61 if (gen_bmp.width() != ref_bmp.width() ||
62 gen_bmp.height() != ref_bmp.height()) {
65 << "Actual: " << gen_bmp.width() << "x" << gen_bmp.height()
72 if (gen_bmp.width() == 0 || gen_bmp.height() == 0)
75 bool compare = comparator.Compare(gen_bmp, ref_bmp);
77 std::string gen_bmp_data_url = GetPNGDataUrl(gen_bmp);

Completed in 82 milliseconds