Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:columns

259       bounds.width=next->columns;
294 bounds.width=previous->columns;
301 if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) coalesce_image->columns)
302 bounds.width=coalesce_image->columns-bounds.x;
440 bounds.width=next->columns;
447 if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) current_image->columns)
448 bounds.width=current_image->columns-bounds.x;
622 for (x=0; x < (ssize_t) image1->columns; x++)
641 if (x >= (ssize_t) image1->columns)
653 for (x=(ssize_t) image1->columns-1; x >= 0; x--)
675 p=GetVirtualPixels(image1,0,y,image1->columns,1,exception);
676 q=GetVirtualPixels(image2,0,y,image2->columns,1,exception);
680 for (x=0; x < (ssize_t) image1->columns; x++)
689 if (x < (ssize_t) image1->columns)
695 p=GetVirtualPixels(image1,0,y,image1->columns,1,exception);
696 q=GetVirtualPixels(image2,0,y,image2->columns,1,exception);
700 for (x=0; x < (ssize_t) image1->columns; x++)
709 if (x < (ssize_t) image1->columns)
976 if ((curr->columns != image->columns) || (curr->rows != image->rows))
1534 bounds.width=next->columns;
1541 if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) current_image->columns)
1542 bounds.width=current_image->columns-bounds.x;
1625 if ( curr->columns != next->columns || curr->rows != next->rows
1952 width=image->columns;
1973 if ((ssize_t) width < (next->page.x+(ssize_t) next->columns-page.x))
1974 width=(size_t) next->page.x+(ssize_t) next->columns-page.x;
2002 if ((ssize_t) width < (next->page.x+(ssize_t) next->columns))
2003 width=(size_t) next->page.x+next->columns;