#include "types.h"
#include "gvplugin.h"
#include "gvcjob.h"
Include dependency graph for gvplugin_render.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | gvrender_engine_s |
Functions | |
void | gvdevice_fputs (GVJ_t *job, char *s) |
void | gvdevice_printf (GVJ_t *job, const char *format,...) |
void | gvdevice_printnum (GVJ_t *job, double num) |
void | gvdevice_printpointf (GVJ_t *job, pointf p) |
void | gvdevice_printpointflist (GVJ_t *job, pointf *p, int n) |
void gvdevice_fputs | ( | GVJ_t * | job, | |
char * | s | |||
) |
void gvdevice_printf | ( | GVJ_t * | job, | |
const char * | format, | |||
... | ||||
) |
void gvdevice_printnum | ( | GVJ_t * | job, | |
double | num | |||
) |