ReactOS 0.4.15-dev-7924-g5949c20
_tagFILL_EDGE Struct Reference
Collaboration diagram for _tagFILL_EDGE:

Public Attributes

int FromX
 
int FromY
 
int ToX
 
int ToY
 
int dx
 
int dy
 
int absdx
 
int absdy
 
int x
 
int y
 
int xmajor
 
int XIntercept [2]
 
int Error
 
int ErrorMax
 
int XDirection
 
int YDirection
 
struct _tagFILL_EDGEpNext
 

Detailed Description

Definition at line 172 of file polytest.cpp.

Member Data Documentation

◆ absdx

int _tagFILL_EDGE::absdx

Definition at line 181 of file polytest.cpp.

Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().

◆ absdy

int _tagFILL_EDGE::absdy

Definition at line 181 of file polytest.cpp.

Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().

◆ dx

int _tagFILL_EDGE::dx

Definition at line 179 of file polytest.cpp.

Referenced by POLYGONFILL_MakeEdge().

◆ dy

int _tagFILL_EDGE::dy

Definition at line 180 of file polytest.cpp.

Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().

◆ Error

int _tagFILL_EDGE::Error

Definition at line 187 of file polytest.cpp.

Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().

◆ ErrorMax

int _tagFILL_EDGE::ErrorMax

Definition at line 188 of file polytest.cpp.

Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().

◆ FromX

int _tagFILL_EDGE::FromX

Definition at line 175 of file polytest.cpp.

Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().

◆ FromY

int _tagFILL_EDGE::FromY

◆ pNext

◆ ToX

int _tagFILL_EDGE::ToX

Definition at line 177 of file polytest.cpp.

Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().

◆ ToY

int _tagFILL_EDGE::ToY

◆ x

int _tagFILL_EDGE::x

Definition at line 182 of file polytest.cpp.

Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().

◆ XDirection

int _tagFILL_EDGE::XDirection

Definition at line 189 of file polytest.cpp.

Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().

◆ XIntercept

◆ xmajor

int _tagFILL_EDGE::xmajor

Definition at line 183 of file polytest.cpp.

Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().

◆ y

int _tagFILL_EDGE::y

Definition at line 182 of file polytest.cpp.

Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().

◆ YDirection

int _tagFILL_EDGE::YDirection

Definition at line 189 of file polytest.cpp.

Referenced by POLYGONFILL_FillScanLineWinding(), and POLYGONFILL_MakeEdge().


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