|
void | draw_cairo_line_to (cairo_t *cairoTarget, gdouble x, gdouble y, gboolean adjustByHalf, gboolean pixelOutput) |
|
void | draw_cairo_move_to (cairo_t *cairoTarget, gdouble x, gdouble y, gboolean oddWidth, gboolean pixelOutput) |
|
void | draw_cairo_translate_adjust (cairo_t *cairoTarget, gdouble x, gdouble y, gboolean pixelOutput) |
|
static gboolean | draw_net_is_in_selection_buffer_remove (gerbv_net_t *net, gerbv_selection_info_t *selectionInfo, gboolean remove) |
|
static void | gerbv_draw_circle (cairo_t *cairoTarget, gdouble diameter) |
|
static void | gerbv_draw_rectangle (cairo_t *cairoTarget, gdouble width, gdouble height, gboolean pixelOutput) |
|
static void | gerbv_draw_oblong (cairo_t *cairoTarget, gdouble width, gdouble height) |
|
static void | draw_cairo_cross (cairo_t *cairoTarget, gdouble xc, gdouble yc, gdouble r) |
|
Cairo rendering functions and the related selection calculating functions.
Definition in file draw.c.