Searched refs:expect_same (Results 1 – 1 of 1) sorted by relevance
30 auto dotest = [&](const SkSamplingOptions& sampling, bool expect_same) { in DEF_TEST() argument35 REPORTER_ASSERT(r, SkSamplingPriv::NoChangeWithIdentityMatrix(sampling) == expect_same); in DEF_TEST()36 REPORTER_ASSERT(r, ToolUtils::equal_pixels(src.get(), dst.get()) == expect_same); in DEF_TEST()