Home
last modified time | relevance | path

Searched refs:origColorPM (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DSurfaceTest.cpp858 SkPMColor origColorPM = SkPackARGB_as_RGBA(SkColorGetA(origColor), in test_surface_draw_partially() local
880 REPORTER_ASSERT(reporter, origColorPM == readback.addr32()[x + y * kW]); in test_surface_draw_partially()
881 if (origColorPM != readback.addr32()[x + y * kW]) { in test_surface_draw_partially()
883 readback.addr32()[x + y * kW], origColorPM, x, y); in test_surface_draw_partially()

Completed in 4 milliseconds