Lines Matching refs:disp
232 GetMultiVisualRegions(disp,srcRootWinid, x, y, width, height,
235 Display *disp;
264 GetXVisualInfo(disp,DefaultScreen(disp),
271 if ((*vis_regions = make_region_list( disp, srcRootWinid, &bbox,
281 make_region_list( disp, srcRootWinid, &bbox, &hasNonDefault,
293 static void TransferImage(disp,reg_image,srcw,srch,reg,
295 Display *disp;
306 ncolors = QueryColorMap(disp,reg->cmap,reg->vis,&colors,
389 ReadRegionsInList(disp,fakeVis,depth,format,width,height,bbox,regions)
390 Display *disp ;
422 ximage = XCreateImage(disp,fakeVis,(uint32_t) depth,format,0,NULL,
462 reg_image = XGetImage(disp,reg->win,srcRect_x,srcRect_y,
464 TransferImage(disp,reg_image,srcRect_width,
476 XImage *ReadAreaToImage(disp, srcRootWinid, x, y, width, height,
479 Display *disp;
521 ximage = ReadRegionsInList(disp,&fakeVis,depth,format,
529 ximage_ipm = ReadRegionsInList(disp,&fakeVis,depth,format,
555 image = XGetImage(disp, reg->win, srcRect_x, srcRect_y,
657 XSync(disp, 0);
670 static void make_src_list( disp, image_wins, bbox, curr, x_rootrel, y_rootrel,
672 Display *disp;
697 XQueryTree( disp, curr, &root, &parent, &child, &nchild );
726 XGetWindowAttributes( disp, *child, &child_attrs);
747 make_src_list( disp, image_wins, bbox, *child,
767 static list_ptr make_region_list( disp, win, bbox, hasNonDefault,
769 Display *disp;
791 XGetWindowAttributes( disp, win, &win_attrs);
798 make_src_list( disp, &image_wins, bbox, win,