Home
last modified time | relevance | path

Searched refs:window_attributes (Results 1 – 6 of 6) 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.c789 window_attributes; in XAnimateBackgroundImage() local
821 window_attributes.width=XDisplayWidth(display,XDefaultScreen(display)); in XAnimateBackgroundImage()
822 window_attributes.height=XDisplayHeight(display,XDefaultScreen(display)); in XAnimateBackgroundImage()
824 status=XGetWindowAttributes(display,window_info.id,&window_attributes) != 0 ? in XAnimateBackgroundImage()
828 XVisualIDFromVisual(window_attributes.visual)); in XAnimateBackgroundImage()
955 window_attributes.width,window_attributes.height); in XAnimateBackgroundImage()
995 window_info.x=(int) (window_attributes.width/2)- in XAnimateBackgroundImage()
997 window_info.y=(int) (window_attributes.height/2)- in XAnimateBackgroundImage()
999 width=(unsigned int) window_attributes.width; in XAnimateBackgroundImage()
1000 height=(unsigned int) window_attributes.height; in XAnimateBackgroundImage()
[all …]
Dxwindow.c3871 window_attributes; in XGetWindowColor() local
3903 status=XGetWindowAttributes(display,target_window,&window_attributes); in XGetWindowColor()
3904 if ((status == False) || (window_attributes.map_state != IsViewable)) in XGetWindowColor()
3919 (void) XQueryColor(display,window_attributes.colormap,&color); in XGetWindowColor()
4039 window_attributes; in XGetWindowImage() local
4046 status=XGetWindowAttributes(display,window,&window_attributes); in XGetWindowImage()
4047 if ((status == False) || (window_attributes.map_state != IsViewable)) in XGetWindowImage()
4057 crop_info.width=(size_t) window_attributes.width; in XGetWindowImage()
4058 crop_info.height=(size_t) window_attributes.height; in XGetWindowImage()
4064 crop_info.x-=(ssize_t) window_attributes.border_width; in XGetWindowImage()
[all …]
Ddisplay.c13827 window_attributes; in XDisplayBackgroundImage() local
13858 window_attributes.width=XDisplayWidth(display,XDefaultScreen(display)); in XDisplayBackgroundImage()
13859 window_attributes.height=XDisplayHeight(display,XDefaultScreen(display)); in XDisplayBackgroundImage()
13861 status=XGetWindowAttributes(display,window_info.id,&window_attributes); in XDisplayBackgroundImage()
13864 XVisualIDFromVisual(window_attributes.visual)); in XDisplayBackgroundImage()
13931 window_attributes.width,window_attributes.height); in XDisplayBackgroundImage()
13969 window_info.x=(window_attributes.width/2)- in XDisplayBackgroundImage()
13971 window_info.y=(window_attributes.height/2)- in XDisplayBackgroundImage()
13973 width=window_attributes.width; in XDisplayBackgroundImage()
13974 height=window_attributes.height; in XDisplayBackgroundImage()
[all …]
Dwidget.c7686 window_attributes; in XMenuWidget() local
7745 window_attributes.override_redirect=MagickTrue; in XMenuWidget()
7747 (size_t) CWOverrideRedirect,&window_attributes); in XMenuWidget()
8039 window_attributes.override_redirect=MagickFalse; in XMenuWidget()
8041 (size_t) CWOverrideRedirect,&window_attributes); in XMenuWidget()
/external/swiftshader/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_…