OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Redraw
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/
screen_ui.cpp
239
//
Redraw
everything on the screen. Does not flip pages.
295
//
Redraw
everything on the screen and flip the screen (make it visible).
308
draw_screen_locked(); // Must
redraw
the whole screen
328
int
redraw
= 0;
local
335
redraw
= 1;
341
redraw
= 1;
352
redraw
= 1;
356
if (
redraw
) update_progress_locked();
639
void ScreenRecoveryUI::
Redraw
()
/external/chromium_org/ash/magnifier/
magnification_controller.cc
99
// the position are changed to
redraw
the window.
100
bool
Redraw
(const gfx::PointF& position, float scale, bool animate);
103
//
Redraw
with the given zoom scale keeping the mouse cursor location. In
213
bool MagnificationControllerImpl::
Redraw
(const gfx::PointF& position,
464
// Don't
redraw
the old root window as it's being destroyed.
515
Redraw
(gfx::Point(x, y), scale_, animate);
523
Redraw
(point, scale_, animate);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main_wnd.cc
132
gboolean
Redraw
(gpointer data) {
517
g_idle_add(
Redraw
, main_wnd_);
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc
315
// should
redraw
in that case.
624
void RenderWidgetHostViewWin::
Redraw
() {
659
//
Redraw
. That minimizes chances of "flicker" resulting if the screen
673
Redraw
();
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc
507
// should
redraw
in that case.
733
void RenderWidgetHostViewWin::
Redraw
() {
770
//
Redraw
. That minimizes chances of "flicker" resulting if the screen
795
Redraw
();
[
all
...]
Completed in 99 milliseconds