HomeSort by relevance Sort by last modified time
    Searched defs:Redraw (Results 1 - 4 of 4) sorted by null

  /prebuilts/misc/windows/sdl2/test/
testime.c 195 void Redraw() {
275 Redraw();
288 Redraw();
319 Redraw();
350 Redraw();
359 Redraw();
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
X11GraphicsWindow.c 523 Redraw (
548 Redraw (Drv, ev->xexpose.x, ev->xexpose.y,
552 Redraw (Drv, ev->xgraphicsexpose.x, ev->xgraphicsexpose.y,
859 Redraw (Private, Args->DestinationX, Args->DestinationY, Args->Width, Args->Height);
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.cc 114 gboolean Redraw(gpointer data) {
512 g_idle_add(Redraw, main_wnd_);
  /bootable/recovery/
screen_ui.cpp 480 // Redraw everything on the screen and flip the screen (make it visible).
491 draw_screen_locked(); // Must redraw the whole screen
511 bool redraw = false; local
527 redraw = true;
538 redraw = true;
542 if (redraw) update_progress_locked();
583 Redraw();
805 Redraw();
929 void ScreenRecoveryUI::Redraw() {
936 // Redraw so that if we're in the menu, the highligh
    [all...]

Completed in 101 milliseconds