Searched refs:window_info (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | animate.c | 774 window_info; in XAnimateBackgroundImage() local 803 window_info.id=(Window) NULL; in XAnimateBackgroundImage() 806 window_info.id=root_window; in XAnimateBackgroundImage() 810 window_info.id=XWindowByID(display,root_window, in XAnimateBackgroundImage() 812 if (window_info.id == (Window) NULL) in XAnimateBackgroundImage() 813 window_info.id= in XAnimateBackgroundImage() 816 if (window_info.id == (Window) NULL) in XAnimateBackgroundImage() 828 status=XGetWindowAttributes(display,window_info.id,&window_attributes) != 0 ? in XAnimateBackgroundImage() 856 window_info.ximage=(XImage *) NULL; in XAnimateBackgroundImage() 857 window_info.matte_image=(XImage *) NULL; in XAnimateBackgroundImage() [all …]
|
D | widget.c | 81 #define WindowIsActive(window_info,position) ( \ argument 83 (position.x < (int) window_info.width) && \ 84 (position.y < (int) window_info.height)) ? MagickTrue : MagickFalse) 225 static void XDrawBevel(Display *display,const XWindowInfo *window_info, in XDrawBevel() argument 260 XSetBevelColor(display,window_info,bevel_info->raised); in XDrawBevel() 261 (void) XFillPolygon(display,window_info->id,window_info->widget_context, in XDrawBevel() 278 XSetBevelColor(display,window_info,!bevel_info->raised); in XDrawBevel() 279 (void) XFillPolygon(display,window_info->id,window_info->widget_context, in XDrawBevel() 281 (void) XSetFillStyle(display,window_info->widget_context,FillSolid); in XDrawBevel() 315 static void XDrawBeveledButton(Display *display,const XWindowInfo *window_info, in XDrawBeveledButton() argument [all …]
|
D | xwindow.c | 1745 XWindowInfo *window_info) in XConstrainWindowPosition() argument 1752 assert(window_info != (XWindowInfo *) NULL); in XConstrainWindowPosition() 1753 limit=XDisplayWidth(display,window_info->screen)-window_info->width; in XConstrainWindowPosition() 1754 if (window_info->x < 0) in XConstrainWindowPosition() 1755 window_info->x=0; in XConstrainWindowPosition() 1757 if (window_info->x > (int) limit) in XConstrainWindowPosition() 1758 window_info->x=(int) limit; in XConstrainWindowPosition() 1759 limit=XDisplayHeight(display,window_info->screen)-window_info->height; in XConstrainWindowPosition() 1760 if (window_info->y < 0) in XConstrainWindowPosition() 1761 window_info->y=0; in XConstrainWindowPosition() [all …]
|
D | display.c | 13818 window_info; in XDisplayBackgroundImage() local 13843 window_info.id=(Window) NULL; in XDisplayBackgroundImage() 13846 window_info.id=root_window; in XDisplayBackgroundImage() 13850 window_info.id=XWindowByID(display,root_window, in XDisplayBackgroundImage() 13852 if (window_info.id == (Window) NULL) in XDisplayBackgroundImage() 13853 window_info.id=XWindowByName(display,root_window,resources.window_id); in XDisplayBackgroundImage() 13855 if (window_info.id == (Window) NULL) in XDisplayBackgroundImage() 13867 status=XGetWindowAttributes(display,window_info.id,&window_attributes); in XDisplayBackgroundImage() 13894 window_info.ximage=(XImage *) NULL; in XDisplayBackgroundImage() 13895 window_info.matte_image=(XImage *) NULL; in XDisplayBackgroundImage() [all …]
|