HomeSort by relevance Sort by last modified time
    Searched refs:create_window (Results 1 - 25 of 39) sorted by null

1 2

  /external/vulkan-validation-layers/demos/smoke/
ShellXcb.h 37 void create_window();
ShellWin32.h 35 void create_window();
ShellWin32.cpp 64 void ShellWin32::create_window() { function in class:ShellWin32
177 create_window();
ShellWayland.h 36 void create_window();
ShellXcb.cpp 106 void ShellXcb::create_window() { function in class:ShellXcb
275 create_window();
ShellWayland.cpp 232 void ShellWayland::create_window() { function in class:ShellWayland
335 create_window();
  /hardware/intel/common/libva/test/common/
va_display_android.cpp 51 static int create_window(int x, int y, int width, int height) function
88 create_window(dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->height);
  /external/python/cpython2/Demo/tkinter/matt/
canvas-w-widget-draw-el.py 25 self.draw.create_window(300, 300, window=self.button)
  /hardware/intel/common/libva/test/putsurface/
putsurface_android.cpp 47 static int create_window(void *win_display, int x, int y, int width, int height);
63 static int create_window(void *win_display, int x, int y, int width, int height) function
putsurface_x11.c 35 static int create_window(void *win_display, int x, int y, int width, int height);
71 static int create_window(void *win_display, int x, int y, int width, int height) function
putsurface_wayland.c 37 static int create_window(void *win_display,
244 create_window(void *win_display, int x, int y, int width, int height) function
putsurface_common.c 629 create_window(win_display, win_x, win_y, win_width, win_height);
  /external/autotest/client/site_tests/graphics_Stress/
graphics_Stress.py 41 def create_window(self, cr, url): member in class:graphics_Stress
64 tab = self.create_window(cr, url)
  /external/python/cpython2/Lib/lib-tk/
Tkdnd.py 224 id = canvas.create_window(x, y, window=label, anchor="nw")
  /external/python/cpython3/Lib/tkinter/
dnd.py 224 id = canvas.create_window(x, y, window=label, anchor="nw")
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkdnd.py 224 id = canvas.create_window(x, y, window=label, anchor="nw")
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkdnd.py 224 id = canvas.create_window(x, y, window=label, anchor="nw")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 224 id = canvas.create_window(x, y, window=label, anchor="nw")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 224 id = canvas.create_window(x, y, window=label, anchor="nw")
  /external/python/cpython2/Lib/idlelib/
TreeWidget.py 258 id = self.canvas.create_window(textx, texty,
  /external/python/cpython3/Lib/idlelib/
tree.py 259 id = self.canvas.create_window(textx, texty,
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
TreeWidget.py 257 id = self.canvas.create_window(textx, texty,
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
TreeWidget.py 257 id = self.canvas.create_window(textx, texty,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 257 id = self.canvas.create_window(textx, texty,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 257 id = self.canvas.create_window(textx, texty,

Completed in 380 milliseconds

1 2