Lines Matching refs:border_width
3480 resource_info->border_width=(unsigned int) StringToUnsignedLong( in XGetResourceInfo()
4052 crop_info.x-=(ssize_t) window_attributes.border_width; in XGetWindowImage()
4053 crop_info.y-=(ssize_t) window_attributes.border_width; in XGetWindowImage()
4054 crop_info.width+=(size_t) (window_attributes.border_width << 1); in XGetWindowImage()
4055 crop_info.height+=(size_t) (window_attributes.border_width << 1); in XGetWindowImage()
4649 window->border_width=resource_info->border_width; in XGetWindowInfo()
5006 crop_info.x-=window_attributes.border_width; in XImportImage()
5007 crop_info.y-=window_attributes.border_width; in XImportImage()
5008 crop_info.width+=window_attributes.border_width << 1; in XImportImage()
5009 crop_info.height+=window_attributes.border_width << 1; in XImportImage()
8418 window_info->border_width,size_hints,&size_hints->x,&size_hints->y, in XMakeWindow()
8436 window_info->border_width,(int) window_info->depth,InputOutput, in XMakeWindow()