#include "pdf.h"
#include "disptab.h"
#include "pldll.h"
#include "qsastime.h"
Go to the source code of this file.
Classes |
struct | PLDev |
struct | PLStream |
Defines |
#define | PL_MAX_CMAP1CP 256 |
Functions |
void PLDLLIMPEXP | plgpls (PLStream **p_pls) |
PLDLLIMPEXP void | plcol_interp (PLStream *pls, PLColor *newcolor, int i, int ncol) |
PLDLLIMPEXP void | plOpenFile (PLStream *pls) |
PLDLLIMPEXP void | plCloseFile (PLStream *pls) |
void | plP_getmember (PLStream *pls) |
void | plP_sfnam (PLStream *pls, const char *fnam) |
PLDLLIMPEXP void | plFamInit (PLStream *pls) |
PLDLLIMPEXP void | plGetFam (PLStream *pls) |
PLDLLIMPEXP void | plRotPhy (PLINT orient, PLINT xmin, PLINT ymin, PLINT xmax, PLINT ymax, PLINT *px, PLINT *py) |
PLDLLIMPEXP PLDev * | plAllocDev (PLStream *pls) |
PLDLLIMPEXP void | plGinInit (PLGraphicsIn *gin) |
Define Documentation
#define PL_MAX_CMAP1CP 256 |
Function Documentation
PLDLLIMPEXP void plCloseFile |
( |
PLStream * |
pls |
) |
|
PLDLLIMPEXP void plcol_interp |
( |
PLStream * |
pls, |
|
|
PLColor * |
newcolor, |
|
|
int |
i, |
|
|
int |
ncol | |
|
) |
| | |
PLDLLIMPEXP void plFamInit |
( |
PLStream * |
pls |
) |
|
PLDLLIMPEXP void plGetFam |
( |
PLStream * |
pls |
) |
|
void PLDLLIMPEXP plgpls |
( |
PLStream ** |
p_pls |
) |
|
PLDLLIMPEXP void plOpenFile |
( |
PLStream * |
pls |
) |
|
void plP_sfnam |
( |
PLStream * |
pls, |
|
|
const char * |
fnam | |
|
) |
| | |