|
Graphviz
2.41.20171026.1811
|
#include <usershape.h>

Data Fields | |
| Dtlink_t | link |
| const char * | name |
| int | macro_id |
| boolean | must_inline |
| boolean | nocache |
| FILE * | f |
| imagetype_t | type |
| char * | stringtype |
| int | x |
| int | y |
| int | w |
| int | h |
| int | dpi |
| void * | data |
| size_t | datasize |
| void(* | datafree )(usershape_t *us) |
Definition at line 51 of file usershape.h.
| void* usershape_s::data |
Definition at line 61 of file usershape.h.
Referenced by epsf_emit_body().
| void(* usershape_s::datafree)(usershape_t *us) |
Definition at line 63 of file usershape.h.
| size_t usershape_s::datasize |
Definition at line 62 of file usershape.h.
| int usershape_s::dpi |
Definition at line 60 of file usershape.h.
Referenced by gvusershape_size_dpi().
| FILE* usershape_s::f |
Definition at line 57 of file usershape.h.
Referenced by gvusershape_file_access(), and gvusershape_file_release().
| int usershape_s::h |
Definition at line 60 of file usershape.h.
Referenced by epsf_init(), and gvusershape_size_dpi().
| Dtlink_t usershape_s::link |
Definition at line 52 of file usershape.h.
| int usershape_s::macro_id |
Definition at line 54 of file usershape.h.
Referenced by epsf_define(), and epsf_init().
| boolean usershape_s::must_inline |
Definition at line 55 of file usershape.h.
Referenced by epsf_define().
| const char* usershape_s::name |
Definition at line 53 of file usershape.h.
Referenced by core_loadimage_xdot(), gvloadimage(), and gvusershape_file_access().
| boolean usershape_s::nocache |
Definition at line 56 of file usershape.h.
Referenced by gvusershape_file_access(), and gvusershape_file_release().
| char* usershape_s::stringtype |
Definition at line 59 of file usershape.h.
Referenced by gvloadimage().
| imagetype_t usershape_s::type |
Definition at line 58 of file usershape.h.
| int usershape_s::w |
Definition at line 60 of file usershape.h.
Referenced by epsf_init(), and gvusershape_size_dpi().
| int usershape_s::x |
Definition at line 60 of file usershape.h.
Referenced by epsf_init().
| int usershape_s::y |
Definition at line 60 of file usershape.h.
Referenced by epsf_init().
1.8.5