Searched refs:CopyImageRegion (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | transform.c | 1450 static MagickBooleanType CopyImageRegion(Image *destination,const Image *source, const size_t colu… in CopyImageRegion() function 1565 status=CopyImageRegion(roll_image,image,(size_t) offset.x, in RollImage() 1569 status&=CopyImageRegion(roll_image,image,image->columns-offset.x, in RollImage() 1573 status&=CopyImageRegion(roll_image,image,(size_t) offset.x,image->rows- in RollImage() 1576 status&=CopyImageRegion(roll_image,image,image->columns-offset.x,image->rows- in RollImage()
|