• 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()
10652 scale_factor; in XPasteImage() local
10793 scale_factor=(double) windows->image.ximage->width/width; in XPasteImage()
10794 paste_info.width=(unsigned int) (scale_factor*paste_image->columns+0.5); in XPasteImage()
10795 scale_factor=(double) windows->image.ximage->height/height; in XPasteImage()
10796 paste_info.height=(unsigned int) (scale_factor*paste_image->rows+0.5); in XPasteImage()
10928 scale_factor=(double) width/windows->image.ximage->width; in XPasteImage()
10930 paste_info.x=(ssize_t) (scale_factor*paste_info.x+0.5); in XPasteImage()
10931 paste_info.width=(unsigned int) (scale_factor*paste_info.width+0.5); in XPasteImage()
10932 scale_factor=(double) height/windows->image.ximage->height; in XPasteImage()
10934 paste_info.y=(ssize_t) (scale_factor*paste_info.y*scale_factor+0.5); in XPasteImage()
10935 paste_info.height=(unsigned int) (scale_factor*paste_info.height+0.5); in XPasteImage()
11304 scale_factor; in XROIImage() local
11649 scale_factor=(double) width/windows->image.ximage->width; in XROIImage()
11651 crop_info.x=(ssize_t) (scale_factor*crop_info.x+0.5); in XROIImage()
11652 crop_info.width=(unsigned int) (scale_factor*crop_info.width+0.5); in XROIImage()
11653 scale_factor=(double) in XROIImage()
11656 crop_info.y=(ssize_t) (scale_factor*crop_info.y+0.5); in XROIImage()
11658 (scale_factor*crop_info.height+0.5); in XROIImage()
12980 scale_factor; in XSetCropGeometry() local
13010 scale_factor=(double) width/windows->image.ximage->width; in XSetCropGeometry()
13012 x+=(int) (scale_factor*crop_info->x+0.5); in XSetCropGeometry()
13013 width=(unsigned int) (scale_factor*crop_info->width+0.5); in XSetCropGeometry()
13016 scale_factor=(double) height/windows->image.ximage->height; in XSetCropGeometry()
13018 y+=(int) (scale_factor*crop_info->y+0.5); in XSetCropGeometry()
13019 height=(unsigned int) (scale_factor*crop_info->height+0.5); in XSetCropGeometry()
13104 scale_factor; in XTileImage() local
13126 scale_factor=(double) width/windows->image.ximage->width; in XTileImage()
13128 event->xbutton.x=(int) (scale_factor*event->xbutton.x+x+0.5); in XTileImage()
13129 scale_factor=(double) height/windows->image.ximage->height; in XTileImage()
13131 event->xbutton.y=(int) (scale_factor*event->xbutton.y+y+0.5); in XTileImage()