|
navit
0.5.3-trunk
|
Data Fields | |
| struct graphics * | gra |
| struct element * | e |
| struct graphics_gc * | gc |
| struct graphics_gc * | gc_background |
| struct graphics_image * | img |
| enum projection | pro |
| int | mindist |
| struct transformation * | trans |
| enum item_type | type |
| int | maxlen |
| struct element* display_context::e |
Referenced by displayitem_draw(), displayitem_draw_polygon(), graphics_draw_itemgra(), and xdisplay_draw_elements().
| struct graphics_gc* display_context::gc |
| struct graphics_gc* display_context::gc_background |
Referenced by display_context_free(), displayitem_draw_circle(), displayitem_draw_text(), and graphics_draw_itemgra().
| struct graphics* display_context::gra |
| struct graphics_image* display_context::img |
Referenced by display_context_free(), displayitem_draw_icon(), displayitem_draw_image(), and graphics_draw_itemgra().
| int display_context::maxlen |
| int display_context::mindist |
Referenced by displayitem_draw(), graphics_displaylist_draw(), and graphics_draw_itemgra().
| enum projection display_context::pro |
| struct transformation* display_context::trans |
| enum item_type display_context::type |
Referenced by displayitem_draw(), graphics_draw_itemgra(), and xdisplay_draw_elements().