Lines Matching defs:bbox

253     XRectangle          bbox;           /* bounding box of grabbed area */
259 bbox.x = (short) x; /* init X rect for bounding box */
260 bbox.y = (short) y;
261 bbox.width = (unsigned short) width;
262 bbox.height = (unsigned short) height;
271 if ((*vis_regions = make_region_list( disp, srcRootWinid, &bbox,
281 make_region_list( disp, srcRootWinid, &bbox, &hasNonDefault,
389 ReadRegionsInList(disp,fakeVis,depth,format,width,height,bbox,regions)
394 XRectangle bbox; /* bounding box of grabbed area */
445 Intersect bbox with visible part of region giving src rect & output
450 srcRect_width = MIN( vis_reg->rects[rect].x2, bbox.width + bbox.x)
451 - MAX( vis_reg->rects[rect].x1, bbox.x);
453 srcRect_height = MIN( vis_reg->rects[rect].y2, bbox.height + bbox.y)
454 - MAX( vis_reg->rects[rect].y1, bbox.y);
456 diff = bbox.x - vis_reg->rects[rect].x1;
459 diff = bbox.y - vis_reg->rects[rect].y1;
498 XRectangle bbox; /* bounding box of grabbed area */
511 bbox.x = (short) x; /* init X rect for bounding box */
512 bbox.y = (short) y;
513 bbox.width = (unsigned short) width;
514 bbox.height = (unsigned short) height;
522 (int32_t) width, (int32_t) height, bbox,vis_regions) ;
530 (int32_t) width, (int32_t) height,bbox,vis_image_regions) ;
544 srcRect_width = MIN( reg->width + reg->x_vis, bbox.width + bbox.x)
545 - MAX( reg->x_vis, bbox.x);
546 srcRect_height = MIN( reg->height + reg->y_vis, bbox.height
547 + bbox.y) - MAX( reg->y_vis, bbox.y);
548 diff = bbox.x - reg->x_vis;
551 diff = bbox.y - reg->y_vis;
670 static void make_src_list( disp, image_wins, bbox, curr, x_rootrel, y_rootrel,
674 XRectangle *bbox; /* bnding box of area we want */
692 !( pclip->x >= (bbox->x + bbox->width) ||
693 pclip->y >= (bbox->y + bbox->height) ||
694 (pclip->x + pclip->width) <= bbox->x ||
695 (pclip->y + pclip->height) <= bbox->y)) {
747 make_src_list( disp, image_wins, bbox, *child,
767 static list_ptr make_region_list( disp, win, bbox, hasNonDefault,
771 XRectangle *bbox;
790 XUnionRectWithRegion( bbox, bbox_region, bbox_region);
798 make_src_list( disp, &image_wins, bbox, win,