Lines Matching defs:width

101     int32_t width, height;              /* width and height of visible part */
102 int32_t border_width; /* border width of the window */
115 int32_t width, height; /* w & h of visible rect of bottom window */
116 int32_t border; /* border width of the window */
129 (s1)->x_vis + (s1)->width >= (s2)->x_vis + (s2)->width && \
232 GetMultiVisualRegions(disp,srcRootWinid, x, y, width, height,
239 uint32_t width; /* size of bounding box of grab */
261 bbox.width = (unsigned short) width;
389 ReadRegionsInList(disp,fakeVis,depth,format,width,height,bbox,regions)
392 int32_t depth , width , height ;
409 bytes_per_line = width*depth/8;
411 bytes_per_line = width/8;
423 (uint32_t)width,(uint32_t)height,8,0);
450 srcRect_width = MIN( vis_reg->rects[rect].x2, bbox.width + bbox.x)
476 XImage *ReadAreaToImage(disp, srcRootWinid, x, y, width, height,
483 uint32_t width; /* size of bounding box of grab */
513 bbox.width = (unsigned short) width;
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)
692 !( pclip->x >= (bbox->x + bbox->width) ||
694 (pclip->x + pclip->width) <= bbox->x ||
701 (int32_t) pclip->width, (int32_t) pclip->height,
715 curr_clipRt = MIN(pclip->x + pclip->width,
716 x_rootrel + curr_attrs->width + 2 * curr_attrs->border_width);
732 child_xrr + child_attrs.width +
736 child_clip.width = (unsigned short) new_width;
796 clip.width = (unsigned short) win_attrs.width;
827 new_reg->width = base_src->width;
836 src->width, src->height);
842 src->y_vis, src->width, src->height);
893 static void subtr_rect_from_image_region( image_region, x, y, width, height)
897 int32_t width;
906 rect.width = (unsigned short)width;
918 static void add_rect_to_image_region( image_region, x, y, width, height)
922 int32_t width;
929 rect.width = (unsigned short) width;
962 width, height, border_width,vis, cmap, parent)
969 int32_t width;
987 new_src->width = width;