Lines Matching refs:stitches
450 *stitches; in ReadPESImage() local
525 stitches=(PointInfo *) AcquireQuantumMemory(number_stitches, in ReadPESImage()
526 sizeof(*stitches)); in ReadPESImage()
527 if (stitches == (PointInfo *) NULL) in ReadPESImage()
552 stitches=(PointInfo *) RelinquishMagickMemory(stitches); in ReadPESImage()
600 stitches[i].x=(double) x; in ReadPESImage()
601 stitches[i].y=(double) y; in ReadPESImage()
617 stitches=(PointInfo *) ResizeQuantumMemory(stitches,(size_t) in ReadPESImage()
618 number_stitches,sizeof(*stitches)); in ReadPESImage()
619 if (stitches == (PointInfo *) NULL) in ReadPESImage()
631 stitches=(PointInfo *) RelinquishMagickMemory(stitches); in ReadPESImage()
654 blocks[i].color->blue,stitches[offset].x-bounds.x1, in ReadPESImage()
655 stitches[offset].y-bounds.y1); in ReadPESImage()
657 (void) FormatLocaleFile(file," L %g %g",stitches[offset+j].x-bounds.x1, in ReadPESImage()
658 stitches[offset+j].y-bounds.y1); in ReadPESImage()
663 stitches=(PointInfo *) RelinquishMagickMemory(stitches); in ReadPESImage()