Home
last modified time | relevance | path

Searched refs:stroke_polygon (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Ddraw.c5632 *stroke_polygon; in DrawStrokePolygon() local
5659 stroke_polygon=TraceStrokePolygon(image,draw_info,p); in DrawStrokePolygon()
5660 if (stroke_polygon == (PrimitiveInfo *) NULL) in DrawStrokePolygon()
5663 stroke_polygon=(PrimitiveInfo *) RelinquishMagickMemory(stroke_polygon); in DrawStrokePolygon()
5666 status&=DrawPolygonPrimitive(image,clone_info,stroke_polygon,exception); in DrawStrokePolygon()
5667 stroke_polygon=(PrimitiveInfo *) RelinquishMagickMemory(stroke_polygon); in DrawStrokePolygon()
7050 *stroke_polygon; in TraceStrokePolygon() local
7104 stroke_polygon=(PrimitiveInfo *) AcquireCriticalMemory( in TraceStrokePolygon()
7105 sizeof(*stroke_polygon)); in TraceStrokePolygon()
7106 stroke_polygon[0]=polygon_primitive[0]; in TraceStrokePolygon()
[all …]