Lines Matching defs:extent

65     extent;
118 clone_view->extent=image_view->extent;
177 % source and duplex pixel extent is not confined to the image canvas-- that is
250 height=source->extent.height-source->extent.y;
254 for (y=source->extent.y; y < (ssize_t) source->extent.height; y++)
271 pixels=GetCacheViewVirtualPixels(source->view,source->extent.x,y,
272 source->extent.width,1,source->exception);
278 duplex_pixels=GetCacheViewVirtualPixels(duplex->view,duplex->extent.x,y,
279 duplex->extent.width,1,duplex->exception);
286 destination->extent.x,y,destination->extent.width,1,
307 source->extent.height);
448 % GetImageViewExtent() returns the image view extent.
463 return(image_view->extent);
509 % your get method for each scanline of the view. The pixel extent is
568 height=source->extent.height-source->extent.y;
572 for (y=source->extent.y; y < (ssize_t) source->extent.height; y++)
582 pixels=GetCacheViewVirtualPixels(source->view,source->extent.x,y,
583 source->extent.width,1,source->exception);
600 source->extent.height);
745 image_view->extent.width=image->columns;
746 image_view->extent.height=image->rows;
747 image_view->extent.x=0;
748 image_view->extent.y=0;
780 % o x,y,columns,rows: These values define the perimeter of a extent of
802 image_view->extent.width=width;
803 image_view->extent.height=height;
804 image_view->extent.x=x;
805 image_view->extent.y=y;
859 % your set method for each scanline of the view. The pixel extent is
923 height=destination->extent.height-destination->extent.y;
927 for (y=destination->extent.y; y < (ssize_t) destination->extent.height; y++)
940 pixels=GetCacheViewAuthenticPixels(destination->view,destination->extent.x,
941 y,destination->extent.width,1,destination->exception);
961 progress++,destination->extent.height);
983 % extent is not confined to the image canvas-- that is you can include
1052 height=source->extent.height-source->extent.y;
1056 for (y=source->extent.y; y < (ssize_t) source->extent.height; y++)
1072 pixels=GetCacheViewVirtualPixels(source->view,source->extent.x,y,
1073 source->extent.width,1,source->exception);
1080 destination->extent.x,y,destination->extent.width,1,
1101 source->extent.height);
1122 % your update method for each scanline of the view. The pixel extent is
1184 height=source->extent.height-source->extent.y;
1188 for (y=source->extent.y; y < (ssize_t) source->extent.height; y++)
1198 pixels=GetCacheViewAuthenticPixels(source->view,source->extent.x,y,
1199 source->extent.width,1,source->exception);
1219 source->extent.height);