Lines Matching refs:geometry_info
752 geometry_info; in XAnimateBackgroundImage() local
960 geometry_info.width=window_info.width; in XAnimateBackgroundImage()
961 geometry_info.height=window_info.height; in XAnimateBackgroundImage()
962 geometry_info.x=(ssize_t) window_info.x; in XAnimateBackgroundImage()
963 geometry_info.y=(ssize_t) window_info.y; in XAnimateBackgroundImage()
964 (void) ParseMetaGeometry(geometry,&geometry_info.x,&geometry_info.y, in XAnimateBackgroundImage()
965 &geometry_info.width,&geometry_info.height); in XAnimateBackgroundImage()
966 window_info.width=(unsigned int) geometry_info.width; in XAnimateBackgroundImage()
967 window_info.height=(unsigned int) geometry_info.height; in XAnimateBackgroundImage()
968 window_info.x=(int) geometry_info.x; in XAnimateBackgroundImage()
969 window_info.y=(int) geometry_info.y; in XAnimateBackgroundImage()
1339 geometry_info; in XAnimateImages() local
1692 geometry_info.width=display_image->columns; in XAnimateImages()
1693 geometry_info.height=display_image->rows; in XAnimateImages()
1694 geometry_info.x=0; in XAnimateImages()
1695 geometry_info.y=0; in XAnimateImages()
1696 (void) ParseMetaGeometry(geometry,&geometry_info.x,&geometry_info.y, in XAnimateImages()
1697 &geometry_info.width,&geometry_info.height); in XAnimateImages()
1698 windows->image.width=(unsigned int) geometry_info.width; in XAnimateImages()
1699 windows->image.height=(unsigned int) geometry_info.height; in XAnimateImages()