Lines Matching refs:ximage
2715 width*(annotate_info->x+windows->image.x)/windows->image.ximage->width; in XAnnotateEditImage()
2717 windows->image.y)/windows->image.ximage->height; in XAnnotateEditImage()
2719 "%ux%u%+d%+d",width*annotate_info->width/windows->image.ximage->width, in XAnnotateEditImage()
2720 height*annotate_info->height/windows->image.ximage->height, in XAnnotateEditImage()
3165 if (segment_info.x2 > windows->image.ximage->width) in XChopImage()
3166 segment_info.x2=windows->image.ximage->width; in XChopImage()
3170 if (segment_info.y2 > windows->image.ximage->height) in XChopImage()
3171 segment_info.y2=windows->image.ximage->height; in XChopImage()
3214 windows->image.window_changes.width=windows->image.ximage->width- in XChopImage()
3216 windows->image.window_changes.height=windows->image.ximage->height- in XChopImage()
3224 scale_factor=(double) width/windows->image.ximage->width; in XChopImage()
3228 scale_factor=(double) height/windows->image.ximage->height; in XChopImage()
3709 XPutPixel(windows->image.ximage,x_offset,y_offset,color.pixel); in XColorEditImage()
3718 (width*(windows->image.x+x_offset)/windows->image.ximage->width+x); in XColorEditImage()
3720 (height*(windows->image.y+y_offset)/windows->image.ximage->height+y); in XColorEditImage()
4272 scale_factor=(double) width/windows->image.ximage->width; in XCompositeImage()
4276 scale_factor=(double) height/windows->image.ximage->height; in XCompositeImage()
4428 "Configure Image: %dx%d=>%.20gx%.20g",windows->image.ximage->width, in XConfigureImage()
4429 windows->image.ximage->height,(double) width,(double) height); in XConfigureImage()
4439 if (((int) width != windows->image.ximage->width) || in XConfigureImage()
4440 ((int) height != windows->image.ximage->height)) in XConfigureImage()
4443 width*windows->magnify.x/windows->image.ximage->width; in XConfigureImage()
4445 height*windows->magnify.y/windows->image.ximage->height; in XConfigureImage()
4446 windows->image.x=(int) (width*windows->image.x/windows->image.ximage->width); in XConfigureImage()
4448 (height*windows->image.y/windows->image.ximage->height); in XConfigureImage()
4943 if (crop_info.x > (ssize_t) windows->image.ximage->width) in XCropImage()
4944 crop_info.x=(ssize_t) windows->image.ximage->width; in XCropImage()
4955 if (crop_info.y > (ssize_t) windows->image.ximage->height) in XCropImage()
4956 crop_info.y=(ssize_t) windows->image.ximage->height; in XCropImage()
5300 if (((int) crop_info.width != windows->image.ximage->width) || in XCropImage()
5301 ((int) crop_info.height != windows->image.ximage->height)) in XCropImage()
5323 scale_factor=(double) width/windows->image.ximage->width; in XCropImage()
5327 scale_factor=(double) height/windows->image.ximage->height; in XCropImage()
6264 draw_info.x=(int) (width*draw_info.x/windows->image.ximage->width); in XDrawEditImage()
6268 draw_info.y=(int) height*draw_info.y/windows->image.ximage->height; in XDrawEditImage()
6276 width*draw_info.width/windows->image.ximage->width, in XDrawEditImage()
6277 height*draw_info.height/windows->image.ximage->height, in XDrawEditImage()
6372 scale_factor=(double) windows->pan.width/windows->image.ximage->width; in XDrawPanRectangle()
6376 windows->pan.height/windows->image.ximage->height; in XDrawPanRectangle()
6473 windows->image.ximage->width,windows->image.ximage->height); in XImageCache()
6610 cache_image->columns=(size_t) windows->image.ximage->width; in XImageCache()
6611 cache_image->rows=(size_t) windows->image.ximage->height; in XImageCache()
7014 crop_info.width=(size_t) windows->image.ximage->width; in XImageWindowCommand()
7015 crop_info.height=(size_t) windows->image.ximage->height; in XImageWindowCommand()
7150 windows->image.window_changes.width=windows->image.ximage->width; in XMagickCommand()
7151 windows->image.window_changes.height=windows->image.ximage->height; in XMagickCommand()
7363 windows->image.window_changes.width=windows->image.ximage->width/2; in XMagickCommand()
7364 windows->image.window_changes.height=windows->image.ximage->height/2; in XMagickCommand()
7383 windows->image.window_changes.width=windows->image.ximage->width << 1; in XMagickCommand()
7384 windows->image.window_changes.height=windows->image.ximage->height << 1; in XMagickCommand()
7404 width=(size_t) windows->image.ximage->width; in XMagickCommand()
7405 height=(size_t) windows->image.ximage->height; in XMagickCommand()
7428 ((int) (*image)->columns == windows->image.ximage->width) && in XMagickCommand()
7429 ((int) (*image)->rows == windows->image.ximage->height)) in XMagickCommand()
7440 windows->image.ximage->width,windows->image.ximage->height); in XMagickCommand()
9524 if (windows->magnify.x < (int) (windows->image.ximage->width-1)) in XMagnifyWindowCommand()
9531 if (windows->magnify.y < (int) (windows->image.ximage->height-1)) in XMagnifyWindowCommand()
10080 XPutPixel(windows->image.ximage,x_offset,y_offset, in XMatteEditImage()
10090 windows->image.ximage->width+x); in XMatteEditImage()
10092 windows->image.ximage->height+y); in XMatteEditImage()
10460 if ((windows->image.ximage->width > (int) windows->image.width) && in XPanImage()
10461 (windows->image.ximage->height > (int) windows->image.height)) in XPanImage()
10464 if (windows->image.ximage->width > (int) windows->image.width) in XPanImage()
10467 if (windows->image.ximage->height > (int) windows->image.height) in XPanImage()
10475 x_factor=(double) windows->image.ximage->width/windows->pan.width; in XPanImage()
10476 y_factor=(double) windows->image.ximage->height/windows->pan.height; in XPanImage()
10478 windows->image.ximage->width; in XPanImage()
10480 windows->image.ximage->height; in XPanImage()
10530 windows->image.ximage->width) in XPanImage()
10532 (windows->image.ximage->width-windows->image.width); in XPanImage()
10541 windows->image.ximage->height) in XPanImage()
10543 (windows->image.ximage->height-windows->image.height); in XPanImage()
10793 scale_factor=(double) windows->image.ximage->width/width; in XPasteImage()
10795 scale_factor=(double) windows->image.ximage->height/height; in XPasteImage()
10928 scale_factor=(double) width/windows->image.ximage->width; in XPasteImage()
10932 scale_factor=(double) height/windows->image.ximage->height; in XPasteImage()
11022 windows->image.ximage->width,windows->image.ximage->height); in XPrintImage()
11570 if (roi_info.x > (ssize_t) windows->image.ximage->width) in XROIImage()
11571 roi_info.x=(ssize_t) windows->image.ximage->width; in XROIImage()
11582 if (roi_info.y > (ssize_t) windows->image.ximage->height) in XROIImage()
11583 roi_info.y=(ssize_t) windows->image.ximage->height; in XROIImage()
11649 scale_factor=(double) width/windows->image.ximage->width; in XROIImage()
11654 height/windows->image.ximage->height; in XROIImage()
12495 windows->image.window_changes.width=windows->image.ximage->height; in XRotateImage()
12496 windows->image.window_changes.height=windows->image.ximage->width; in XRotateImage()
12648 windows->image.ximage->width,windows->image.ximage->height); in XSaveImage()
13010 scale_factor=(double) width/windows->image.ximage->width; in XSetCropGeometry()
13016 scale_factor=(double) height/windows->image.ximage->height; in XSetCropGeometry()
13126 scale_factor=(double) width/windows->image.ximage->width; in XTileImage()
13129 scale_factor=(double) height/windows->image.ximage->height; in XTileImage()
13411 windows->image.ximage->width) in XTranslateImage()
13412 windows->image.x=(int) windows->image.ximage->width-windows->image.width; in XTranslateImage()
13417 windows->image.ximage->height) in XTranslateImage()
13418 windows->image.y=(int) windows->image.ximage->height-windows->image.height; in XTranslateImage()
13488 background=XGetPixel(windows->image.ximage,0,0); in XTrimImage()
13489 trim_info.width=(size_t) windows->image.ximage->width; in XTrimImage()
13490 for (x=0; x < windows->image.ximage->width; x++) in XTrimImage()
13492 for (y=0; y < windows->image.ximage->height; y++) in XTrimImage()
13494 pixel=XGetPixel(windows->image.ximage,x,y); in XTrimImage()
13498 if (y < windows->image.ximage->height) in XTrimImage()
13502 if (trim_info.x == (ssize_t) windows->image.ximage->width) in XTrimImage()
13510 background=XGetPixel(windows->image.ximage,windows->image.ximage->width-1,0); in XTrimImage()
13511 for (x=windows->image.ximage->width-1; x != 0; x--) in XTrimImage()
13513 for (y=0; y < windows->image.ximage->height; y++) in XTrimImage()
13515 pixel=XGetPixel(windows->image.ximage,x,y); in XTrimImage()
13519 if (y < windows->image.ximage->height) in XTrimImage()
13526 background=XGetPixel(windows->image.ximage,0,0); in XTrimImage()
13527 trim_info.height=(size_t) windows->image.ximage->height; in XTrimImage()
13528 for (y=0; y < windows->image.ximage->height; y++) in XTrimImage()
13530 for (x=0; x < windows->image.ximage->width; x++) in XTrimImage()
13532 pixel=XGetPixel(windows->image.ximage,x,y); in XTrimImage()
13536 if (x < windows->image.ximage->width) in XTrimImage()
13543 background=XGetPixel(windows->image.ximage,0,windows->image.ximage->height-1); in XTrimImage()
13544 for (y=windows->image.ximage->height-1; y != 0; y--) in XTrimImage()
13546 for (x=0; x < windows->image.ximage->width; x++) in XTrimImage()
13548 pixel=XGetPixel(windows->image.ximage,x,y); in XTrimImage()
13552 if (x < windows->image.ximage->width) in XTrimImage()
13894 window_info.ximage=(XImage *) NULL; in XDisplayBackgroundImage()
13976 (window_info.ximage->width/2); in XDisplayBackgroundImage()
13978 (window_info.ximage->height/2); in XDisplayBackgroundImage()
14032 window_info.ximage,0,0,window_info.x,window_info.y,(unsigned int) in XDisplayBackgroundImage()
15541 windows->image.window_changes.width=windows->image.ximage->width; in XDisplayImage()
15542 windows->image.window_changes.height=windows->image.ximage->height; in XDisplayImage()
15649 if ((event.xconfigure.width < windows->image.ximage->width) || in XDisplayImage()
15650 (event.xconfigure.height < windows->image.ximage->height)) in XDisplayImage()
15873 if (((int) windows->image.width < windows->image.ximage->width) || in XDisplayImage()
15874 ((int) windows->image.height < windows->image.ximage->height)) in XDisplayImage()