#include <pscmGfx.h>
Collaboration diagram for pscmGfx:

Data Fields | |
| pscmGfx * | next |
| psGfx * | ps |
| int | colAlloc |
| int | colUsed |
| void * | curFont |
| int | curColor |
| colHash * | colorHash |
| rgbColor | colorMap [256] |
| int | colorsUsed |
| int | clipMinX |
| int | clipMaxX |
| int | clipMinY |
| int | clipMaxY |
| hash * | hints |
Definition at line 10 of file pscmGfx.h.
struct pscmGfx* pscmGfx::next [read] |
struct psGfx* pscmGfx::ps [read] |
Definition at line 17 of file pscmGfx.h.
Referenced by pscmBoxToPs(), pscmClose(), pscmDot(), pscmDrawPoly(), pscmFillUnder(), pscmLine(), pscmOpen(), pscmSetClip(), pscmSetColor(), pscmSetFont(), pscmText(), pscmTextCentered(), pscmTextRight(), pscmUnclip(), and pscmVerticalSmear().
| int pscmGfx::colUsed |
| void* pscmGfx::curFont |
struct colHash* pscmGfx::colorHash [read] |
Definition at line 22 of file pscmGfx.h.
Referenced by pscmAddColor(), pscmClose(), pscmFindColorIx(), and pscmOpen().
struct rgbColor pscmGfx::colorMap[256] [read] |
Definition at line 23 of file pscmGfx.h.
Referenced by pscmAddColor(), pscmClosestColor(), and pscmSetColor().
Definition at line 24 of file pscmGfx.h.
Referenced by pscmAddColor(), pscmClosestColor(), and pscmFindColorIx().
Definition at line 25 of file pscmGfx.h.
Referenced by pscmBoxToPs(), pscmOpen(), and pscmSetClip().
Definition at line 25 of file pscmGfx.h.
Referenced by pscmBoxToPs(), pscmOpen(), and pscmSetClip().
Definition at line 26 of file pscmGfx.h.
Referenced by pscmBoxToPs(), pscmOpen(), and pscmSetClip().
Definition at line 26 of file pscmGfx.h.
Referenced by pscmBoxToPs(), pscmOpen(), and pscmSetClip().
struct hash* pscmGfx::hints [read] |
Definition at line 27 of file pscmGfx.h.
Referenced by pscmGetHint(), pscmOpen(), and pscmSetHint().
1.5.2