#include "plplotP.h"
#include "drivers.h"
#include "plDevs.h"
#include "disptab.h"
#include "pldebug.h"
Go to the source code of this file.
Typedefs |
| typedef void(* | PLDispatchInit )(PLDispatchTable *pdt) |
Functions |
| static const char * | utf8_to_ucs4 (const char *ptr, PLUNICODE *unichar) |
| static void | grline (short *, short *, PLINT) |
| static void | grpolyline (short *, short *, PLINT) |
| static void | grfill (short *, short *, PLINT) |
| static void | grgradient (short *, short *, PLINT) |
| static void | plSelectDev (void) |
| static void | pldi_ini (void) |
| static void | calc_diplt (void) |
| static void | calc_didev (void) |
| static void | calc_diori (void) |
| static void | calc_dimap (void) |
| static void | plgdevlst (const char **, const char **, int *, int) |
| static void | plInitDispatchTable (void) |
| static void | plLoadDriver (void) |
| | PLDLLIMPEXP_DATA (PLStream)*plsc |
Variables |
| static PLINT | xscl [PL_MAXPOLY] |
| static PLINT | yscl [PL_MAXPOLY] |
| static PLINT | initfont = 1 |
| static PLINT | lib_initialized = 0 |
| static PLStream | pls0 |
| static PLINT | ipls |
| static PLStream * | pls [PL_NSTREAMS] = { &pls0 } |
| static PLDispatchTable ** | dispatch_table = 0 |
| static int | npldrivers = 0 |
| static PLDispatchInit | static_device_initializers [] |
| static int | nplstaticdevices |
| static int | npldynamicdevices = 0 |
Typedef Documentation
Function Documentation
| static void plgdevlst |
( |
const char ** |
, |
|
|
const char ** |
, |
|
|
int * |
, |
|
|
int |
|
|
) |
| [static] |
Variable Documentation
Initial value:
Definition at line 340 of file plcore.h.