MagickCore
7.0.0
|
Data Fields | |
SegmentInfo | bounds |
double | scanline |
PointInfo * | points |
size_t | number_points |
ssize_t | direction |
MagickBooleanType | ghostline |
size_t | highwater |
SegmentInfo _EdgeInfo::bounds |
Definition at line 98 of file draw.c.
Referenced by ConvertPathToPolygon(), DrawBoundingRectangles(), DrawPolygonPrimitive(), GetFillAlpha(), and LogPolygonInfo().
ssize_t _EdgeInfo::direction |
Definition at line 110 of file draw.c.
Referenced by ConvertPathToPolygon(), DrawBoundingRectangles(), GetFillAlpha(), and LogPolygonInfo().
MagickBooleanType _EdgeInfo::ghostline |
Definition at line 113 of file draw.c.
Referenced by ConvertPathToPolygon(), GetFillAlpha(), and LogPolygonInfo().
size_t _EdgeInfo::highwater |
Definition at line 116 of file draw.c.
Referenced by ConvertPathToPolygon(), and GetFillAlpha().
size_t _EdgeInfo::number_points |
Definition at line 107 of file draw.c.
Referenced by ConvertPathToPolygon(), GetFillAlpha(), and LogPolygonInfo().
PointInfo* _EdgeInfo::points |
Definition at line 104 of file draw.c.
Referenced by CompareEdges(), ConvertPathToPolygon(), DestroyEdge(), DestroyPolygonInfo(), GetFillAlpha(), and LogPolygonInfo().
double _EdgeInfo::scanline |
Definition at line 101 of file draw.c.
Referenced by ConvertPathToPolygon(), and GetFillAlpha().