Home | History | Annotate | Download | only in tests

Lines Matching defs:read_pixel

40 static SkPMColor read_pixel(SkSurface* surface, int x, int y) {
247 REPORTER_ASSERT(reporter, 0xFFFFFFFF == read_pixel(surface, 0, 0));
252 REPORTER_ASSERT(reporter, 0 == read_pixel(surface, 0, 0));