ReactOS 0.4.16-dev-527-gdad3a09
|
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_EDGE * | pNext |
Definition at line 172 of file polytest.cpp.
int _tagFILL_EDGE::absdx |
Definition at line 181 of file polytest.cpp.
Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().
int _tagFILL_EDGE::absdy |
Definition at line 181 of file polytest.cpp.
Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().
int _tagFILL_EDGE::dx |
Definition at line 179 of file polytest.cpp.
Referenced by POLYGONFILL_MakeEdge().
int _tagFILL_EDGE::dy |
Definition at line 180 of file polytest.cpp.
Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().
int _tagFILL_EDGE::Error |
Definition at line 187 of file polytest.cpp.
Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().
int _tagFILL_EDGE::ErrorMax |
Definition at line 188 of file polytest.cpp.
Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().
int _tagFILL_EDGE::FromX |
Definition at line 175 of file polytest.cpp.
Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().
int _tagFILL_EDGE::FromY |
Definition at line 176 of file polytest.cpp.
Referenced by POLYGONFILL_BuildActiveList(), POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().
struct _tagFILL_EDGE * _tagFILL_EDGE::pNext |
Definition at line 192 of file polytest.cpp.
Referenced by IntFillPolygon(), POLYGONFILL_ActiveListInsert(), POLYGONFILL_FillScanLineAlternate(), POLYGONFILL_FillScanLineWinding(), and POLYGONFILL_MakeEdge().
int _tagFILL_EDGE::ToX |
Definition at line 177 of file polytest.cpp.
Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().
int _tagFILL_EDGE::ToY |
Definition at line 178 of file polytest.cpp.
Referenced by POLYGONFILL_BuildActiveList(), POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().
int _tagFILL_EDGE::x |
Definition at line 182 of file polytest.cpp.
Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().
int _tagFILL_EDGE::XDirection |
Definition at line 189 of file polytest.cpp.
Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().
int _tagFILL_EDGE::XIntercept |
Definition at line 186 of file polytest.cpp.
Referenced by FILL_EDGE_Compare(), IntFillPolygon(), POLYGONFILL_FillScanLineAlternate(), POLYGONFILL_FillScanLineWinding(), and POLYGONFILL_UpdateScanline().
int _tagFILL_EDGE::xmajor |
Definition at line 183 of file polytest.cpp.
Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().
int _tagFILL_EDGE::y |
Definition at line 182 of file polytest.cpp.
Referenced by POLYGONFILL_MakeEdge(), and POLYGONFILL_UpdateScanline().
int _tagFILL_EDGE::YDirection |
Definition at line 189 of file polytest.cpp.
Referenced by POLYGONFILL_FillScanLineWinding(), and POLYGONFILL_MakeEdge().