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