Graphviz
2.41.20171026.1811
|
#include "gvcjob.h"
Go to the source code of this file.
Macros | |
#define | extern |
Functions | |
size_t | gvwrite (GVJ_t *job, const char *s, size_t len) |
size_t | gvfwrite (const void *ptr, size_t size, size_t nmemb, FILE *stream) |
int | gvferror (FILE *stream) |
int | gvputc (GVJ_t *job, int c) |
int | gvputs (GVJ_t *job, const char *s) |
int | gvflush (GVJ_t *job) |
void | gvprintf (GVJ_t *job, const char *format,...) |
void | gvprintdouble (GVJ_t *job, double num) |
void | gvprintpointf (GVJ_t *job, pointf p) |
void | gvprintpointflist (GVJ_t *job, pointf *p, int n) |
int gvferror | ( | FILE * | stream | ) |
Definition at line 254 of file gvdevice.c.
References GVJ_s::gvc, GVJ_s::output_data, GVJ_s::output_file, and GVC_s::write_fn.
Definition at line 290 of file gvdevice.c.
References GVJ_s::external_context, GVJ_s::gvc, GVJ_s::output_file, and GVC_s::write_fn.
Referenced by gvdevice_finalize(), and gvdevice_format().
size_t gvfwrite | ( | const void * | ptr, |
size_t | size, | ||
size_t | nmemb, | ||
FILE * | stream | ||
) |
Definition at line 264 of file gvdevice.c.
void gvprintdouble | ( | GVJ_t * | job, |
double | num | ||
) |
Definition at line 557 of file gvdevice.c.
References gvwrite().
void gvprintf | ( | GVJ_t * | job, |
const char * | format, | ||
... | |||
) |
Definition at line 389 of file gvdevice.c.
References agerr(), AGERR, gmalloc(), and gvwrite().
Referenced by epsf_define().
Definition at line 573 of file gvdevice.c.
References gvwrite(), pointf_s::x, and pointf_s::y.
Referenced by gvprintpointflist().
Definition at line 585 of file gvdevice.c.
References gvprintpointf(), gvwrite(), and TRUE.
Definition at line 270 of file gvdevice.c.
References gvwrite().
Referenced by cat_libfile(), and epsf_define().
size_t gvwrite | ( | GVJ_t * | job, |
const char * | s, | ||
size_t | len | ||
) |
Definition at line 190 of file gvdevice.c.
References GVJ_s::common, GVCOMMON_s::errorfn, GVJ_s::flags, and GVDEVICE_COMPRESSED_FORMAT.
Referenced by gvdevice_gd_putBuf(), gvdevice_gd_putC(), gvfwrite(), gvprintdouble(), gvprintf(), gvprintpointf(), gvprintpointflist(), gvputc(), and gvputs().