Searched refs:stitches (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/coders/
H A Dpes.c455 *stitches;
530 stitches=(PointInfo *) AcquireQuantumMemory(number_stitches,
531 sizeof(*stitches));
532 if (stitches == (PointInfo *) NULL)
602 stitches[i].x=(double) x;
603 stitches[i].y=(double) y;
616 Make room for more stitches.
619 stitches=(PointInfo *) ResizeQuantumMemory(stitches,(size_t)
620 number_stitches,sizeof(*stitches));
450 *stitches; local
[all...]

Completed in 328 milliseconds