Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/linux/
Dglx_renderer.cc58 XSetWindowAttributes window_attributes; in Init() local
59 window_attributes.colormap = XCreateColormap( in Init()
61 window_attributes.border_pixel = 0; in Init()
62 window_attributes.event_mask = StructureNotifyMask | ExposureMask; in Init()
66 &window_attributes); in Init()
/external/ImageMagick/MagickCore/
Danimate.c793 window_attributes; in XAnimateBackgroundImage() local
825 window_attributes.width=XDisplayWidth(display,XDefaultScreen(display)); in XAnimateBackgroundImage()
826 window_attributes.height=XDisplayHeight(display,XDefaultScreen(display)); in XAnimateBackgroundImage()
828 status=XGetWindowAttributes(display,window_info.id,&window_attributes) != 0 ? in XAnimateBackgroundImage()
832 XVisualIDFromVisual(window_attributes.visual)); in XAnimateBackgroundImage()
959 window_attributes.width,window_attributes.height); in XAnimateBackgroundImage()
999 window_info.x=(int) (window_attributes.width/2)- in XAnimateBackgroundImage()
1001 window_info.y=(int) (window_attributes.height/2)- in XAnimateBackgroundImage()
1003 width=(unsigned int) window_attributes.width; in XAnimateBackgroundImage()
1004 height=(unsigned int) window_attributes.height; in XAnimateBackgroundImage()
[all …]
Dxwindow.c3859 window_attributes; in XGetWindowColor() local
3891 status=XGetWindowAttributes(display,target_window,&window_attributes); in XGetWindowColor()
3892 if ((status == False) || (window_attributes.map_state != IsViewable)) in XGetWindowColor()
3907 (void) XQueryColor(display,window_attributes.colormap,&color); in XGetWindowColor()
4027 window_attributes; in XGetWindowImage() local
4034 status=XGetWindowAttributes(display,window,&window_attributes); in XGetWindowImage()
4035 if ((status == False) || (window_attributes.map_state != IsViewable)) in XGetWindowImage()
4045 crop_info.width=(size_t) window_attributes.width; in XGetWindowImage()
4046 crop_info.height=(size_t) window_attributes.height; in XGetWindowImage()
4052 crop_info.x-=(ssize_t) window_attributes.border_width; in XGetWindowImage()
[all …]
Ddisplay.c13833 window_attributes; in XDisplayBackgroundImage() local
13864 window_attributes.width=XDisplayWidth(display,XDefaultScreen(display)); in XDisplayBackgroundImage()
13865 window_attributes.height=XDisplayHeight(display,XDefaultScreen(display)); in XDisplayBackgroundImage()
13867 status=XGetWindowAttributes(display,window_info.id,&window_attributes); in XDisplayBackgroundImage()
13870 XVisualIDFromVisual(window_attributes.visual)); in XDisplayBackgroundImage()
13937 window_attributes.width,window_attributes.height); in XDisplayBackgroundImage()
13975 window_info.x=(window_attributes.width/2)- in XDisplayBackgroundImage()
13977 window_info.y=(window_attributes.height/2)- in XDisplayBackgroundImage()
13979 width=window_attributes.width; in XDisplayBackgroundImage()
13980 height=window_attributes.height; in XDisplayBackgroundImage()
[all …]
Dwidget.c7688 window_attributes; in XMenuWidget() local
7747 window_attributes.override_redirect=MagickTrue; in XMenuWidget()
7749 (size_t) CWOverrideRedirect,&window_attributes); in XMenuWidget()
8041 window_attributes.override_redirect=MagickFalse; in XMenuWidget()
8043 (size_t) CWOverrideRedirect,&window_attributes); in XMenuWidget()
/external/mesa3d/include/EGL/
Deglext.h590 …RSETWINDOWATTRIBUTESEXTPROC) (EGLint external_win_id, const EGLint *window_attributes, EGLint num_…
598 …ositorSetWindowAttributesEXT (EGLint external_win_id, const EGLint *window_attributes, EGLint num_…
/external/swiftshader/include/EGL/
Deglext.h640 …RSETWINDOWATTRIBUTESEXTPROC) (EGLint external_win_id, const EGLint *window_attributes, EGLint num_…
648 …ositorSetWindowAttributesEXT (EGLint external_win_id, const EGLint *window_attributes, EGLint num_…