Searched refs:path_p (Results 1 – 1 of 1) sorted by relevance
5977 *path_p, in TraceStrokePolygon() local6003 path_p=(PointInfo *) AcquireQuantumMemory((size_t) max_strokes, in TraceStrokePolygon()6004 sizeof(*path_p)); in TraceStrokePolygon()6009 if ((path_p == (PointInfo *) NULL) || (path_q == (PointInfo *) NULL) || in TraceStrokePolygon()6096 path_p[q++]=box_p[0]; in TraceStrokePolygon()6172 path_p=(PointInfo *) RelinquishMagickMemory(path_p); in TraceStrokePolygon()6178 path_p=(PointInfo *) ResizeQuantumMemory(path_p,max_strokes, in TraceStrokePolygon()6179 sizeof(*path_p)); in TraceStrokePolygon()6183 if ((path_p == (PointInfo *) NULL) || (path_q == (PointInfo *) NULL)) in TraceStrokePolygon()6185 if (path_p != (PointInfo *) NULL) in TraceStrokePolygon()[all …]