ReactOS 0.4.15-dev-7958-gcd0bb1a
_SCANLINE_LIST Struct Reference
Collaboration diagram for _SCANLINE_LIST:

Public Attributes

INT scanline
 
EDGE_TABLE_ENTRYedgelist
 
struct _SCANLINE_LISTnext
 

Detailed Description

Definition at line 320 of file region.c.

Member Data Documentation

◆ edgelist

EDGE_TABLE_ENTRY* _SCANLINE_LIST::edgelist

Definition at line 323 of file region.c.

Referenced by REGION_InsertEdgeInET(), and REGION_SetPolyPolygonRgn().

◆ next

struct _SCANLINE_LIST* _SCANLINE_LIST::next

Definition at line 324 of file region.c.

Referenced by REGION_InsertEdgeInET(), and REGION_SetPolyPolygonRgn().

◆ scanline

INT _SCANLINE_LIST::scanline

Definition at line 322 of file region.c.

Referenced by REGION_InsertEdgeInET(), and REGION_SetPolyPolygonRgn().


The documentation for this struct was generated from the following file: