Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:last

174     last,
565 last=first;
570 last=strtol(p+1,&p,10);
571 if (last < 0)
572 last+=(long) component_image->colors;
574 for (step=first > last ? -1 : 1; first != (last+step); first+=step)
598 last=first;
603 last=strtol(p+1,&p,10);
604 if (last < 0)
605 last+=(long) component_image->colors;
607 for (step=first > last ? -1 : 1; first != (last+step); first+=step)