Home
last modified time | relevance | path

Searched refs:bottom_image (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dimage.c3614 *bottom_image, in SmushYGap() local
3636 bottom_image=images; in SmushYGap()
3638 GravityAdjustGeometry(bottom_image->columns,bottom_image->rows, in SmushYGap()
3639 bottom_image->gravity,&bottom_geometry); in SmushYGap()
3644 gap=bottom_image->rows; in SmushYGap()
3646 bottom_view=AcquireVirtualCacheView(bottom_image,exception); in SmushYGap()
3658 for (y=0; y < (ssize_t) bottom_image->rows; y++) in SmushYGap()
3663 (GetPixelAlpha(bottom_image,p) != TransparentAlpha) || in SmushYGap()