Graphviz  2.41.20171026.1811
Macros | Functions
output.c File Reference
#include "render.h"
#include "agxbuf.h"
#include <stdarg.h>
#include <string.h>
Include dependency graph for output.c:

Go to the source code of this file.

Macros

#define YDIR(y)   (Y_invert ? (Y_off - (y)) : (y))
 
#define YFDIR(y)   (Y_invert ? (YF_off - (y)) : (y))
 

Functions

double yDir (double y)
 
void write_plain (GVJ_t *job, graph_t *g, FILE *f, boolean extend)
 
void attach_attrs_and_arrows (graph_t *g, int *sp, int *ep)
 
void attach_attrs (graph_t *g)
 

Macro Definition Documentation

#define YDIR (   y)    (Y_invert ? (Y_off - (y)) : (y))

Definition at line 19 of file output.c.

Referenced by attach_attrs_and_arrows(), and yDir().

#define YFDIR (   y)    (Y_invert ? (YF_off - (y)) : (y))

Definition at line 20 of file output.c.

Referenced by attach_attrs_and_arrows().

Function Documentation

void attach_attrs ( graph_t g)

Definition at line 399 of file output.c.

References attach_attrs_and_arrows().

Referenced by main(), and render().

void attach_attrs_and_arrows ( graph_t g,
int sp,
int ep 
)
void write_plain ( GVJ_t job,
graph_t g,
FILE *  f,
boolean  extend 
)
double yDir ( double  y)

Definition at line 25 of file output.c.

References YDIR.