Home
last modified time | relevance | path

Searched refs:marker_surface (Results 1 – 2 of 2) sorted by relevance

/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-renderer.c95 cairo_surface_t *marker_surface; member
784 if (rend->marker_surface != NULL) in _get_marker_surface()
785 return rend->marker_surface; in _get_marker_surface()
787 …rend->marker_surface = go_marker_create_cairo_surface (marker, rend->cairo, rend->scale, &width, N… in _get_marker_surface()
790 return rend->marker_surface; in _get_marker_surface()
1275 if (rend->marker_surface != NULL) { in _free_marker_data()
1276 cairo_surface_destroy (rend->marker_surface); in _free_marker_data()
1277 rend->marker_surface = NULL; in _free_marker_data()
1748 rend->marker_surface = NULL; in gog_renderer_init()
/dports/graphics/libchamplain/libchamplain-0.12.20/champlain/
H A Dchamplain-marker-layer.c225 cairo_surface_t *marker_surface; in get_surface() local
241 marker_surface = champlain_exportable_get_surface (exportable); in get_surface()
248 cairo_set_source_surface (cr, marker_surface, in get_surface()