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

/fuchsia/zircon/system/core/virtcon/
H A Dtextcon.cpp73 static void erase_region(textcon_t* tc, int x0, int y0, int x1, int y1) { function
87 erase_region(tc, tc->x, tc->y, tc->w - 1, tc->h - 1);
90 erase_region(tc, 0, 0, tc->x, tc->y);
93 erase_region(tc, 0, 0, tc->w - 1, tc->h - 1);
101 erase_region(tc, tc->x, tc->y, tc->w - 1, tc->y);
104 erase_region(tc, 0, tc->y, tc->x, tc->y);
107 erase_region(tc, 0, tc->y, tc->w - 1, tc->y);

Completed in 75 milliseconds