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

/fuchsia/zircon/system/core/virtcon/
H A Dtextcon.h55 void (*invalidate)(void* cookie, int x, int y, int w, int h); member in struct:textcon
H A Dtextcon.cpp11 static inline void invalidate(textcon_t* tc, int x, int y, int w, int h) { function
12 tc->invalidate(tc->cookie, x, y, w, h);
81 invalidate(tc, x0, y0, x1 - x0 + 1, y1 - y0 + 1);
134 invalidate(tc, tc->x, tc->y, tc->w - tc->x, 1);
145 invalidate(tc, 0, y, tc->w, line_count);
551 invalidate(tc, tc->x, tc->y, 1, 1);
607 invalidate(tc, 0, 0, tc->w, tc->h);
H A Dvc-device.cpp315 vc->textcon.invalidate = vc_tc_invalidate;
H A Dtextcon-test.cpp58 textcon.invalidate = invalidate_callback;

Completed in 27 milliseconds