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

/external/skia/tests/
H A DDeferredCanvasTest.cpp40 static SkPMColor read_pixel(SkSurface* surface, int x, int y) { function
281 REPORTER_ASSERT(reporter, 0xFFFFFFFF == read_pixel(surface, 0, 0));
286 REPORTER_ASSERT(reporter, 0 == read_pixel(surface, 0, 0));

Completed in 145 milliseconds