Searched refs:drawable (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/embeddedobj/test/Container1/nativelib/ |
H A D | nativeview.c | 76 jlong drawable; in Java_embeddedobj_test_NativeView_getNativeWindow() local 101 drawable = (jlong)dsi_win->hwnd; in Java_embeddedobj_test_NativeView_getNativeWindow() 104 drawable = (jlong)dsi_x11->drawable; in Java_embeddedobj_test_NativeView_getNativeWindow() 122 if (GetProp( (HWND)drawable, OLD_PROC_KEY )==0) in Java_embeddedobj_test_NativeView_getNativeWindow() 124 hFuncPtr = SetWindowLong( (HWND)drawable, GWL_WNDPROC, (DWORD)NativeViewWndProc ); in Java_embeddedobj_test_NativeView_getNativeWindow() 125 SetProp( (HWND)drawable, OLD_PROC_KEY, (HANDLE)hFuncPtr ); in Java_embeddedobj_test_NativeView_getNativeWindow() 129 return drawable; in Java_embeddedobj_test_NativeView_getNativeWindow()
|
/aoo41x/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 474 drawable, nScreen, nDepth, in drawStyledWidget() 776 drawable, nScreen, nDepth, in drawStyledWidget() 1345 XLIB_Window drawable = GetDrawable(); in drawNativeControl() local 1353 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl() 1360 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl() 1367 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl() 1374 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl() 1381 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl() 1388 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl() 1395 dpy, drawable, GetScreenNumber(), GetVisual().GetDepth(), gc ); in drawNativeControl() [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/ |
H A D | nativeview.c | 68 Drawable drawable; in Java_NativeView_getNativeWindow() local 89 drawable = dsi_x11->drawable; in Java_NativeView_getNativeWindow() 99 return ((jlong)drawable); in Java_NativeView_getNativeWindow()
|
/aoo41x/main/bean/native/unix/ |
H A D | com_sun_star_comp_beans_LocalOfficeWindow.c | 96 Drawable drawable; in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() local 121 drawable = dsi_x11->drawable; in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() 131 return ((jlong)drawable); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
|
/aoo41x/main/x11_extensions/inc/ |
H A D | randrproto.h | 125 Drawable drawable B32; 137 Drawable drawable B32;
|
H A D | Xrender.h | 242 Drawable drawable, 482 XRenderQueryFilters (Display *dpy, Drawable drawable);
|
H A D | renderproto.h | 262 Drawable drawable B32; 533 Drawable drawable B32;
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 297 …cairo_surface_t* xlib_surface_create_with_xrender_format(Display *pDisplay, Drawable drawable, Scr… in xlib_surface_create_with_xrender_format() argument 298 …{ return (*mp_xlib_surface_create_with_xrender_format)(pDisplay, drawable, pScreen, pFormat, width… in xlib_surface_create_with_xrender_format()
|
H A D | salgdi2.cxx | 408 pEvent->xnoexpose.drawable == (Drawable)pFrameWindow ) in GraphicsExposePredicate()
|
Completed in 62 milliseconds