Lines Matching refs:height

101     int32_t width, height;              /* width and height of visible part */
115 int32_t width, height; /* w & h of visible rect of bottom window */
130 (s1)->y_vis + (s1)->height >= (s2)->y_vis + (s2)->height)
232 GetMultiVisualRegions(disp,srcRootWinid, x, y, width, height,
240 uint32_t height;
262 bbox.height = (unsigned short) height;
389 ReadRegionsInList(disp,fakeVis,depth,format,width,height,bbox,regions)
392 int32_t depth , width , height ;
423 (uint32_t)width,(uint32_t)height,8,0);
428 ximage->data = malloc(height*bytes_per_line);
430 ximage->data = malloc(height*bytes_per_line*depth);
447 Similar for height. Offset src rect so x,y are relative to
453 srcRect_height = MIN( vis_reg->rects[rect].y2, bbox.height + bbox.y)
476 XImage *ReadAreaToImage(disp, srcRootWinid, x, y, width, height,
484 uint32_t height;
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) ;
546 srcRect_height = MIN( reg->height + reg->y_vis, bbox.height
693 pclip->y >= (bbox->y + bbox->height) ||
695 (pclip->y + pclip->height) <= bbox->y)) {
701 (int32_t) pclip->width, (int32_t) pclip->height,
718 curr_clipBt = MIN(pclip->y + pclip->height,
719 y_rootrel + curr_attrs->height + 2 * curr_attrs->border_width);
742 child_yrr + (int32_t) child_attrs.height +
746 child_clip.height = (unsigned short) new_height;
797 clip.height = (unsigned short) win_attrs.height;
828 new_reg->height = base_src->height;
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)
898 int32_t height;
907 rect.height = (unsigned short)height;
918 static void add_rect_to_image_region( image_region, x, y, width, height)
923 int32_t height;
930 rect.height = (unsigned short) height;
962 width, height, border_width,vis, cmap, parent)
970 int32_t height;
988 new_src->height = height;