Searched refs:tptr (Results 1 – 1 of 1) sorted by relevance
98 uint8_t *tptr = disp_buffer + (tile * width + x); in verify_background_color() local100 zassert_equal(!!(*tptr & BIT(y)), !!(color), "@%d", i); in verify_background_color()