Searched refs:max_strokes (Results 1 – 1 of 1) sorted by relevance
5989 max_strokes, in TraceStrokePolygon() local6002 max_strokes=2*number_vertices+6*BezierQuantum+360; in TraceStrokePolygon()6003 path_p=(PointInfo *) AcquireQuantumMemory((size_t) max_strokes, in TraceStrokePolygon()6005 path_q=(PointInfo *) AcquireQuantumMemory((size_t) max_strokes, in TraceStrokePolygon()6168 if (q >= (ssize_t) (max_strokes-6*BezierQuantum-360)) in TraceStrokePolygon()6170 if (~max_strokes < (6*BezierQuantum+360)) in TraceStrokePolygon()6177 max_strokes+=6*BezierQuantum+360; in TraceStrokePolygon()6178 path_p=(PointInfo *) ResizeQuantumMemory(path_p,max_strokes, in TraceStrokePolygon()6180 path_q=(PointInfo *) ResizeQuantumMemory(path_q,max_strokes, in TraceStrokePolygon()