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

/fuchsia/zircon/system/uapp/display-test/
H A Dimage.cpp130 bool draw_stripe; local
134 draw_stripe = true;
140 draw_stripe = cur > prev;
145 int32_t in_stripe = draw_stripe && ((x / STRIPE_SIZE % 2) != (y / STRIPE_SIZE % 2));

Completed in 21 milliseconds