• Home
  • Raw
  • Download

Lines Matching refs:scale_factor

2899     scale_factor;  in XChopImage()  local
3224 scale_factor=(double) width/windows->image.ximage->width; in XChopImage()
3226 chop_info.x=(ssize_t) (scale_factor*chop_info.x+0.5); in XChopImage()
3227 chop_info.width=(unsigned int) (scale_factor*chop_info.width+0.5); in XChopImage()
3228 scale_factor=(double) height/windows->image.ximage->height; in XChopImage()
3230 chop_info.y=(ssize_t) (scale_factor*chop_info.y+0.5); in XChopImage()
3231 chop_info.height=(unsigned int) (scale_factor*chop_info.height+0.5); in XChopImage()
3955 scale_factor; in XCompositeImage() local
4272 scale_factor=(double) width/windows->image.ximage->width; in XCompositeImage()
4274 composite_info.x=(ssize_t) (scale_factor*composite_info.x+0.5); in XCompositeImage()
4275 composite_info.width=(unsigned int) (scale_factor*composite_info.width+0.5); in XCompositeImage()
4276 scale_factor=(double) height/windows->image.ximage->height; in XCompositeImage()
4278 composite_info.y=(ssize_t) (scale_factor*composite_info.y+0.5); in XCompositeImage()
4279 composite_info.height=(unsigned int) (scale_factor*composite_info.height+0.5); in XCompositeImage()
4625 scale_factor; in XCropImage() local
5323 scale_factor=(double) width/windows->image.ximage->width; in XCropImage()
5325 crop_info.x=(ssize_t) (scale_factor*crop_info.x+0.5); in XCropImage()
5326 crop_info.width=(unsigned int) (scale_factor*crop_info.width+0.5); in XCropImage()
5327 scale_factor=(double) height/windows->image.ximage->height; in XCropImage()
5329 crop_info.y=(ssize_t) (scale_factor*crop_info.y+0.5); in XCropImage()
5330 crop_info.height=(unsigned int) (scale_factor*crop_info.height+0.5); in XCropImage()
6364 scale_factor; in XDrawPanRectangle() local
6372 scale_factor=(double) windows->pan.width/windows->image.ximage->width; in XDrawPanRectangle()
6373 highlight_info.x=(ssize_t) (scale_factor*windows->image.x+0.5); in XDrawPanRectangle()
6374 highlight_info.width=(unsigned int) (scale_factor*windows->image.width+0.5); in XDrawPanRectangle()
6375 scale_factor=(double) in XDrawPanRectangle()
6377 highlight_info.y=(ssize_t) (scale_factor*windows->image.y+0.5); in XDrawPanRectangle()
6378 highlight_info.height=(unsigned int) (scale_factor*windows->image.height+0.5); in XDrawPanRectangle()
10650 scale_factor; in XPasteImage() local
10789 scale_factor=(double) windows->image.ximage->width/width; in XPasteImage()
10790 paste_info.width=(unsigned int) (scale_factor*paste_image->columns+0.5); in XPasteImage()
10791 scale_factor=(double) windows->image.ximage->height/height; in XPasteImage()
10792 paste_info.height=(unsigned int) (scale_factor*paste_image->rows+0.5); in XPasteImage()
10924 scale_factor=(double) width/windows->image.ximage->width; in XPasteImage()
10926 paste_info.x=(ssize_t) (scale_factor*paste_info.x+0.5); in XPasteImage()
10927 paste_info.width=(unsigned int) (scale_factor*paste_info.width+0.5); in XPasteImage()
10928 scale_factor=(double) height/windows->image.ximage->height; in XPasteImage()
10930 paste_info.y=(ssize_t) (scale_factor*paste_info.y*scale_factor+0.5); in XPasteImage()
10931 paste_info.height=(unsigned int) (scale_factor*paste_info.height+0.5); in XPasteImage()
11300 scale_factor; in XROIImage() local
11645 scale_factor=(double) width/windows->image.ximage->width; in XROIImage()
11647 crop_info.x=(ssize_t) (scale_factor*crop_info.x+0.5); in XROIImage()
11648 crop_info.width=(unsigned int) (scale_factor*crop_info.width+0.5); in XROIImage()
11649 scale_factor=(double) in XROIImage()
11652 crop_info.y=(ssize_t) (scale_factor*crop_info.y+0.5); in XROIImage()
11654 (scale_factor*crop_info.height+0.5); in XROIImage()
12974 scale_factor; in XSetCropGeometry() local
13004 scale_factor=(double) width/windows->image.ximage->width; in XSetCropGeometry()
13006 x+=(int) (scale_factor*crop_info->x+0.5); in XSetCropGeometry()
13007 width=(unsigned int) (scale_factor*crop_info->width+0.5); in XSetCropGeometry()
13010 scale_factor=(double) height/windows->image.ximage->height; in XSetCropGeometry()
13012 y+=(int) (scale_factor*crop_info->y+0.5); in XSetCropGeometry()
13013 height=(unsigned int) (scale_factor*crop_info->height+0.5); in XSetCropGeometry()
13098 scale_factor; in XTileImage() local
13120 scale_factor=(double) width/windows->image.ximage->width; in XTileImage()
13122 event->xbutton.x=(int) (scale_factor*event->xbutton.x+x+0.5); in XTileImage()
13123 scale_factor=(double) height/windows->image.ximage->height; in XTileImage()
13125 event->xbutton.y=(int) (scale_factor*event->xbutton.y+y+0.5); in XTileImage()