#include "line"
#include "point"
#include "../cmemT"
#include <cstdio>
Go to the source code of this file.
|
| void | tools::zb::InsertEdgeInET (EdgeTable *ET, EdgeTableEntry *ETE, int scanline, ScanLineListBlock **SLLBlock, int *iSLLBlock) |
| |
| void | tools::zb::CreateETandAET (int count, point *pts, EdgeTable *ET, EdgeTableEntry *AET, EdgeTableEntry *pETEs, ScanLineListBlock *pSLLBlock) |
| |
| void | tools::zb::LoadAET (EdgeTableEntry *AET, EdgeTableEntry *ETEs) |
| |
| void | tools::zb::ComputeWAET (EdgeTableEntry *AET) |
| |
| int | tools::zb::InsertAndSort (EdgeTableEntry *AET) |
| |
| void | tools::zb::FreeStorage (ScanLineListBlock *pSLLBlock) |
| |
◆ tools_zb_edge_table
| #define tools_zb_edge_table |