Searched defs:ConvertPathToPolygon (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
H A Ddraw.c370 % ConvertPathToPolygon() converts a path to the more efficient sorted
373 % The format of the ConvertPathToPolygon method is:
375 % PolygonInfo *ConvertPathToPolygon(const DrawInfo *draw_info,
380 % o Method ConvertPathToPolygon returns the path in a more efficient sorted
469 static PolygonInfo *ConvertPathToPolygon(const PathInfo *path_info)
3789 polygon_info[i]=ConvertPathToPolygon(path_info);
462 static PolygonInfo *ConvertPathToPolygon(const PathInfo *path_info) function

Completed in 53 milliseconds