navit  0.5.3-trunk
graphics_gc_methods Struct Reference

#include <graphics.h>

Data Fields

void(* gc_destroy )(struct graphics_gc_priv *gc)
 
void(* gc_set_linewidth )(struct graphics_gc_priv *gc, int width)
 
void(* gc_set_dashes )(struct graphics_gc_priv *gc, int width, int offset, unsigned char dash_list[], int n)
 
void(* gc_set_foreground )(struct graphics_gc_priv *gc, struct color *c)
 
void(* gc_set_background )(struct graphics_gc_priv *gc, struct color *c)
 
void(* gc_set_texture )(struct graphics_gc_priv *gc, struct graphics_image_priv *img)
 

Field Documentation

◆ gc_destroy

void(* graphics_gc_methods::gc_destroy) (struct graphics_gc_priv *gc)

◆ gc_set_background

void(* graphics_gc_methods::gc_set_background) (struct graphics_gc_priv *gc, struct color *c)

◆ gc_set_dashes

void(* graphics_gc_methods::gc_set_dashes) (struct graphics_gc_priv *gc, int width, int offset, unsigned char dash_list[], int n)

◆ gc_set_foreground

void(* graphics_gc_methods::gc_set_foreground) (struct graphics_gc_priv *gc, struct color *c)

◆ gc_set_linewidth

void(* graphics_gc_methods::gc_set_linewidth) (struct graphics_gc_priv *gc, int width)

◆ gc_set_texture

void(* graphics_gc_methods::gc_set_texture) (struct graphics_gc_priv *gc, struct graphics_image_priv *img)

The documentation for this struct was generated from the following file: