HomeSort by relevance Sort by last modified time
    Searched full:subwindow (Results 1 - 25 of 59) sorted by null

1 2 3

  /sdk/emulator/opengl/host/renderer/
main.cpp 37 fprintf(stderr, " -x <num> - render subwindow x position\n");
38 fprintf(stderr, " -y <num> - render subwindow y position\n");
39 fprintf(stderr, " -width <num> - render subwindow width\n");
40 fprintf(stderr, " -height <num> - render subwindow height\n");
125 fprintf(stderr,"Failed to create subwindow Framebuffer\n");
148 // created subwindow. So we run the server on a seperate
155 // Dispatch events for the subwindow
157 // will be finalized, the Framebuffer subwindow will
  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api.h 121 * Create a native subwindow which is a child of 'window'
123 * Framebuffer will not get displayed if a subwindow is not
125 * x,y,width,height are the dimensions of the rendering subwindow.
132 * destroys the created native subwindow. Once destroyed,
134 * subwindow will be created.
145 * causes the OpenGL subwindow to get repainted with the
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
README.txt 6 results in a subwindow.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
menu.h 109 WINDOW *sub; /* Subwindow for menu display */
111 WINDOW *usersub; /* User's subwindow */
cursesm.h 207 NCursesWindow* sub; // the subwindow object
208 bool b_sub_owner; // is this our own subwindow?
336 // Retrieve the menus subwindow
337 inline NCursesWindow& subWindow() const {
342 // Set the menus subwindow
cursesw.h 729 NCursesWindow* par; // parent, if subwindow
731 NCursesWindow* sib; // next subwindow of parent
758 // this is the very common case that we want to create the subwindow that
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 109 WINDOW *sub; /* Subwindow for menu display */
111 WINDOW *usersub; /* User's subwindow */
cursesm.h 207 NCursesWindow* sub; // the subwindow object
208 bool b_sub_owner; // is this our own subwindow?
336 // Retrieve the menus subwindow
337 inline NCursesWindow& subWindow() const {
342 // Set the menus subwindow
cursesw.h 729 NCursesWindow* par; // parent, if subwindow
731 NCursesWindow* sib; // next subwindow of parent
758 // this is the very common case that we want to create the subwindow that
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 109 WINDOW *sub; /* Subwindow for menu display */
111 WINDOW *usersub; /* User's subwindow */
cursesm.h 207 NCursesWindow* sub; // the subwindow object
208 bool b_sub_owner; // is this our own subwindow?
336 // Retrieve the menus subwindow
337 inline NCursesWindow& subWindow() const {
342 // Set the menus subwindow
cursesw.h 729 NCursesWindow* par; // parent, if subwindow
731 NCursesWindow* sib; // next subwindow of parent
758 // this is the very common case that we want to create the subwindow that
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
render_api.cpp 144 // events since the renderer generates a subwindow of this
146 // during this time to let the renderer generates this subwindow.
FrameBuffer.cpp 228 // The FB output will go to a subwindow, if one exist.
414 // create native subwindow for FB display output
421 // create EGLSurface from the generated subwindow
807 // no subwindow created for the FB output
814 // bind the subwindow eglSurface
  /packages/apps/Browser/src/com/android/browser/
Tab.java 88 * Class for maintaining Tabs with a main WebView and a subwindow.
140 // Subwindow container
142 // Subwindow WebView
    [all...]
TabControl.java 71 * WebView for a given tab and not a subwindow.
83 * Return the current tab's top-level WebView. This can return a subwindow
96 * Return the current tab's subwindow if it exists.
97 * @return The subwindow of the current tab or null if it doesn't exist.
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 286 xEvent.subwindow = 0;
401 xKey.subwindow = 0;
  /external/quake/quake/src/QW/client/
render.h 69 vrect_t vrect; // subwindow in video for refresh
  /external/quake/quake/src/WinQuake/
render.h 75 vrect_t vrect; // subwindow in video for refresh
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 286 xEvent.xkey.subwindow = 0; // we have no child window
342 xbutton.subwindow = 0;
369 xmotion.subwindow = 0;
385 xcrossing.subwindow = 0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 187 Window subwindow; /* child window */ member in struct:__anon25762
219 Window subwindow; /* child window */ member in struct:__anon25763
252 Window subwindow; /* child window */ member in struct:__anon25764
310 Window subwindow; member in struct:__anon25766
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 187 Window subwindow; /* child window */ member in struct:__anon27352
219 Window subwindow; /* child window */ member in struct:__anon27353
252 Window subwindow; /* child window */ member in struct:__anon27354
310 Window subwindow; member in struct:__anon27356
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 187 Window subwindow; /* child window */ member in struct:__anon28867
219 Window subwindow; /* child window */ member in struct:__anon28868
252 Window subwindow; /* child window */ member in struct:__anon28869
310 Window subwindow; member in struct:__anon28871
    [all...]
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 105 printf("failed to create OpenGL subwindow\n");
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 426 xEvent->xkey.subwindow = 0; // we have no child window
489 xbutton.subwindow = 0;
516 xmotion.subwindow = 0;
532 xcrossing.subwindow = 0;
    [all...]

Completed in 1983 milliseconds

1 2 3