Oolite 1.91.0.7644-241112-7f5034b
|
Public Attributes | |
GLfloat * | data |
size_t | count |
size_t | capacity |
GLenum | mode |
size_t | vCount |
NSPoint | pending0 |
NSPoint | pending1 |
BOOL | OK |
BOOL | generatingOutline |
unsigned | svgID |
NSString * | name |
NSMutableString * | debugSVG |
Definition at line 65 of file OOPolygonSprite.m.
size_t TessPolygonData::capacity |
Definition at line 69 of file OOPolygonSprite.m.
Referenced by AppendVertex(), and GrowTessPolygonData().
size_t TessPolygonData::count |
Definition at line 68 of file OOPolygonSprite.m.
Referenced by AppendVertex().
GLfloat* TessPolygonData::data |
Definition at line 67 of file OOPolygonSprite.m.
Referenced by AppendVertex(), and GrowTessPolygonData().
NSMutableString* TessPolygonData::debugSVG |
Definition at line 78 of file OOPolygonSprite.m.
Referenced by SVGDumpAppendBaseContour(), SVGDumpAppendTriangle(), SVGDumpBegin(), SVGDumpBeginGroup(), SVGDumpBeginPrimitive(), SVGDumpEnd(), SVGDumpEndGroup(), and SVGDumpEndPrimitive().
BOOL TessPolygonData::generatingOutline |
Definition at line 75 of file OOPolygonSprite.m.
Referenced by SVGDumpBeginPrimitive().
GLenum TessPolygonData::mode |
Definition at line 70 of file OOPolygonSprite.m.
Referenced by SVGDumpBeginPrimitive(), TessBeginCallback(), TessEndCallback(), and TessVertexCallback().
NSString* TessPolygonData::name |
Definition at line 77 of file OOPolygonSprite.m.
BOOL TessPolygonData::OK |
Definition at line 73 of file OOPolygonSprite.m.
Referenced by ErrorCallback(), SubmitVertices(), and TessVertexCallback().
NSPoint TessPolygonData::pending0 |
Definition at line 72 of file OOPolygonSprite.m.
Referenced by TessVertexCallback().
NSPoint TessPolygonData::pending1 |
Definition at line 72 of file OOPolygonSprite.m.
Referenced by TessVertexCallback().
unsigned TessPolygonData::svgID |
Definition at line 76 of file OOPolygonSprite.m.
size_t TessPolygonData::vCount |
Definition at line 71 of file OOPolygonSprite.m.
Referenced by TessBeginCallback(), TessEndCallback(), and TessVertexCallback().