|
Oolite 1.91.0.7712-251017-85ce217
|
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(), GrowTessPolygonData(), and OOPolygonSprite(Private)::loadPolygons:outlineWidth:.
| size_t TessPolygonData::count |
Definition at line 68 of file OOPolygonSprite.m.
Referenced by AppendVertex(), and OOPolygonSprite(Private)::loadPolygons:outlineWidth:.
| GLfloat* TessPolygonData::data |
Definition at line 67 of file OOPolygonSprite.m.
Referenced by AppendVertex(), GrowTessPolygonData(), and OOPolygonSprite(Private)::loadPolygons:outlineWidth:.
| NSMutableString* TessPolygonData::debugSVG |
Definition at line 78 of file OOPolygonSprite.m.
Referenced by OOPolygonSprite(Private)::loadPolygons:outlineWidth:, SVGDumpAppendBaseContour(), SVGDumpAppendTriangle(), SVGDumpBegin(), SVGDumpBeginGroup(), SVGDumpBeginPrimitive(), SVGDumpEnd(), SVGDumpEndGroup(), and SVGDumpEndPrimitive().
| BOOL TessPolygonData::generatingOutline |
Definition at line 75 of file OOPolygonSprite.m.
Referenced by OOPolygonSprite(Private)::loadPolygons:outlineWidth:, and 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.
Referenced by OOPolygonSprite(Private)::loadPolygons:outlineWidth:.
| BOOL TessPolygonData::OK |
Definition at line 73 of file OOPolygonSprite.m.
Referenced by ErrorCallback(), OOPolygonSprite(Private)::loadPolygons:outlineWidth:, 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().