xoreos
0.0.5
|
A record for a shape. More...
#include <gfxfile.h>
Public Member Functions | |
ShapeRecord () | |
Public Attributes | |
struct { | |
FillStyle fillStyle0 | |
FillStyle fillStyle1 | |
LineStyle lineStyle | |
} | style |
struct { | |
int32 deltaX | |
int32 deltaY | |
} | move |
struct { | |
int32 deltaX | |
int32 deltaY | |
} | straightEdge |
struct { | |
int32 controlDeltaX | |
int32 controlDeltaY | |
int32 anchorDeltaX | |
int32 anchorDeltaY | |
} | curvedEdge |
A record for a shape.
It contains style information and either a move, or a straight edge or a curved edge.
|
inline |
Definition at line 128 of file gfxfile.h.
References curvedEdge, move, and straightEdge.
int32 Aurora::GFXCharacter::ShapeRecord::anchorDeltaX |
Definition at line 125 of file gfxfile.h.
Referenced by Aurora::GFXFile::readShape().
int32 Aurora::GFXCharacter::ShapeRecord::anchorDeltaY |
Definition at line 125 of file gfxfile.h.
Referenced by Aurora::GFXFile::readShape().
int32 Aurora::GFXCharacter::ShapeRecord::controlDeltaX |
Definition at line 124 of file gfxfile.h.
Referenced by Aurora::GFXFile::readShape().
int32 Aurora::GFXCharacter::ShapeRecord::controlDeltaY |
Definition at line 124 of file gfxfile.h.
Referenced by Aurora::GFXFile::readShape().
struct { ... } Aurora::GFXCharacter::ShapeRecord::curvedEdge |
Referenced by Aurora::GFXFile::readShape(), and ShapeRecord().
int32 Aurora::GFXCharacter::ShapeRecord::deltaX |
Definition at line 118 of file gfxfile.h.
Referenced by Aurora::GFXFile::readShape().
int32 Aurora::GFXCharacter::ShapeRecord::deltaY |
Definition at line 118 of file gfxfile.h.
Referenced by Aurora::GFXFile::readShape().
FillStyle Aurora::GFXCharacter::ShapeRecord::fillStyle0 |
Definition at line 114 of file gfxfile.h.
Referenced by Aurora::GFXFile::readShape().
FillStyle Aurora::GFXCharacter::ShapeRecord::fillStyle1 |
Definition at line 114 of file gfxfile.h.
Referenced by Aurora::GFXFile::readShape().
LineStyle Aurora::GFXCharacter::ShapeRecord::lineStyle |
Definition at line 115 of file gfxfile.h.
Referenced by Aurora::GFXFile::readShape().
struct { ... } Aurora::GFXCharacter::ShapeRecord::move |
Referenced by Aurora::GFXFile::readShape(), and ShapeRecord().
struct { ... } Aurora::GFXCharacter::ShapeRecord::straightEdge |
Referenced by Aurora::GFXFile::readShape(), and ShapeRecord().
struct { ... } Aurora::GFXCharacter::ShapeRecord::style |
Referenced by Aurora::GFXFile::readShape().