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

  /frameworks/wilhelm/src/
entry.c 103 // now expose additional interfaces not requested by the earlier engine create
115 BoolHook expose = mi->mExpose; local
116 if ((NULL == expose) || (*expose)((char *) thiz + x->mOffset)) {
119 // FIXME log or report to application that expose hook failed
sles.c 162 // Expose all implicit interfaces
215 // The requested interface was both found and available, so expose it
541 // if interface is exposed, also call the optional expose hook
542 BoolHook expose; local
543 state = (exposedMask & 1) && ((NULL == (expose = mi->mExpose)) || (*expose)(self)) ?
545 // FIXME log or report to application if an expose hook on a
  /frameworks/wilhelm/src/itf/
IDynamicInterfaceManagement.c 56 BoolHook expose = MPH_init_table[MPH].mExpose; local
57 // call the optional expose hook
58 if ((NULL == expose) || (*expose)(thisItf)) {
164 // call the optional expose hook
165 BoolHook expose = MPH_init_table[MPH].mExpose; local
166 if ((NULL == expose) || (*expose)(thisItf)) {
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 55 , expose(0)
107 GdkEventExpose* expose; member in class:WebCore::GraphicsContextPlatformPrivate
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h 238 SDL_ExposeEvent expose; member in union:SDL_Event
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h 238 SDL_ExposeEvent expose; member in union:SDL_Event
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h 238 SDL_ExposeEvent expose; member in union:SDL_Event
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h 238 SDL_ExposeEvent expose; member in union:SDL_Event
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 1037 } expose;
1034 } expose; member in union:_xEvent::__anon25638
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 1037 } expose;
1034 } expose; member in union:_xEvent::__anon27228
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 1037 } expose;
1034 } expose; member in union:_xEvent::__anon28743
    [all...]

Completed in 2680 milliseconds