Home
last modified time | relevance | path

Searched refs:offscreen_draw_view (Results 1 – 1 of 1) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dhaiku_support.cc953 if (offscreen_draw_view) in TearDownDoubleBuffering()
970 delete offscreen_draw_view; in TearDownDoubleBuffering()
971 offscreen_draw_view = NULL; in TearDownDoubleBuffering()
980 if (offscreen_draw_view) in AfterResize()
1045 if (!offscreen_draw_view) in Draw()
1088 if (!offscreen_draw_view) in FlipBuffers()
1091 offscreen_draw_view->Flush (); in FlipBuffers()
1092 offscreen_draw_view->Sync (); in FlipBuffers()
1124 if (offscreen_draw_view) in SetUpDoubleBuffering()
2512 return ev->offscreen_draw_view ? ev->offscreen_draw_view : vw; in find_appropriate_view_for_draw()
[all …]