Searched refs:window_info (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | animate.c | 773 window_info; in XAnimateBackgroundImage() local 802 window_info.id=(Window) NULL; in XAnimateBackgroundImage() 805 window_info.id=root_window; in XAnimateBackgroundImage() 809 window_info.id=XWindowByID(display,root_window, in XAnimateBackgroundImage() 811 if (window_info.id == (Window) NULL) in XAnimateBackgroundImage() 812 window_info.id= in XAnimateBackgroundImage() 815 if (window_info.id == (Window) NULL) in XAnimateBackgroundImage() 827 status=XGetWindowAttributes(display,window_info.id,&window_attributes) != 0 ? in XAnimateBackgroundImage() 855 window_info.ximage=(XImage *) NULL; in XAnimateBackgroundImage() 856 window_info.matte_image=(XImage *) NULL; in XAnimateBackgroundImage() [all …]
|
D | widget.c | 82 #define WindowIsActive(window_info,position) ( \ argument 84 (position.x < (int) window_info.width) && \ 85 (position.y < (int) window_info.height)) ? MagickTrue : MagickFalse) 226 static void XDrawBevel(Display *display,const XWindowInfo *window_info, in XDrawBevel() argument 261 XSetBevelColor(display,window_info,bevel_info->raised); in XDrawBevel() 262 (void) XFillPolygon(display,window_info->id,window_info->widget_context, in XDrawBevel() 279 XSetBevelColor(display,window_info,!bevel_info->raised); in XDrawBevel() 280 (void) XFillPolygon(display,window_info->id,window_info->widget_context, in XDrawBevel() 282 (void) XSetFillStyle(display,window_info->widget_context,FillSolid); in XDrawBevel() 316 static void XDrawBeveledButton(Display *display,const XWindowInfo *window_info, in XDrawBeveledButton() argument [all …]
|
D | xwindow.c | 1750 XWindowInfo *window_info) in XConstrainWindowPosition() argument 1757 assert(window_info != (XWindowInfo *) NULL); in XConstrainWindowPosition() 1758 limit=XDisplayWidth(display,window_info->screen)-window_info->width; in XConstrainWindowPosition() 1759 if (window_info->x < 0) in XConstrainWindowPosition() 1760 window_info->x=0; in XConstrainWindowPosition() 1762 if (window_info->x > (int) limit) in XConstrainWindowPosition() 1763 window_info->x=(int) limit; in XConstrainWindowPosition() 1764 limit=XDisplayHeight(display,window_info->screen)-window_info->height; in XConstrainWindowPosition() 1765 if (window_info->y < 0) in XConstrainWindowPosition() 1766 window_info->y=0; in XConstrainWindowPosition() [all …]
|
D | display.c | 13815 window_info; in XDisplayBackgroundImage() local 13840 window_info.id=(Window) NULL; in XDisplayBackgroundImage() 13843 window_info.id=root_window; in XDisplayBackgroundImage() 13847 window_info.id=XWindowByID(display,root_window, in XDisplayBackgroundImage() 13849 if (window_info.id == (Window) NULL) in XDisplayBackgroundImage() 13850 window_info.id=XWindowByName(display,root_window,resources.window_id); in XDisplayBackgroundImage() 13852 if (window_info.id == (Window) NULL) in XDisplayBackgroundImage() 13864 status=XGetWindowAttributes(display,window_info.id,&window_attributes); in XDisplayBackgroundImage() 13891 window_info.ximage=(XImage *) NULL; in XDisplayBackgroundImage() 13892 window_info.matte_image=(XImage *) NULL; in XDisplayBackgroundImage() [all …]
|