Home
last modified time | relevance | path

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

/external/skia/tests/
DSurfaceTest.cpp822 SkPMColor origColorPM = SkPackARGB_as_RGBA((origColor >> 24 & 0xFF), in test_surface_draw_partially() local
841 REPORTER_ASSERT(reporter, origColorPM == pixels[x + y * kW]); in test_surface_draw_partially()
842 if (origColorPM != pixels[x + y * kW]) { in test_surface_draw_partially()
/external/skqp/tests/
DSurfaceTest.cpp823 SkPMColor origColorPM = SkPackARGB_as_RGBA((origColor >> 24 & 0xFF), in test_surface_draw_partially() local
842 REPORTER_ASSERT(reporter, origColorPM == pixels[x + y * kW]); in test_surface_draw_partially()
843 if (origColorPM != pixels[x + y * kW]) { in test_surface_draw_partially()