Home
last modified time | relevance | path

Searched refs:scale_line_width (Results 1 – 7 of 7) sorted by relevance

/dports/devel/goffice/goffice-0.10.50/goffice/canvas/
H A Dgoc-styled-item.c74 gsi->scale_line_width = g_value_get_boolean (value); in goc_styled_item_set_property()
97 g_value_set_boolean (value, gsi->scale_line_width); in goc_styled_item_get_property()
187 gsi->scale_line_width = TRUE; in goc_styled_item_init()
293 if (gsi->scale_line_width && GOC_ITEM (gsi)->canvas) { in GSF_CLASS_FULL()
299 if (gsi->scale_line_width) in GSF_CLASS_FULL()
315 return gsi->scale_line_width && gsi->style->line.width > 0.; in goc_styled_item_get_scale_line_width()
327 void goc_styled_item_set_scale_line_width (GocStyledItem *gsi, gboolean scale_line_width) in goc_styled_item_set_scale_line_width() argument
330 gsi->scale_line_width = scale_line_width; in goc_styled_item_set_scale_line_width()
H A Dgoc-ellipse.c140 scale_line_width = goc_styled_item_get_scale_line_width (GOC_STYLED_ITEM (item)); in goc_ellipse_update_bounds() local
147 if (!scale_line_width) in goc_ellipse_update_bounds()
150 if (scale_line_width) in goc_ellipse_update_bounds()
177 scale_line_width = goc_styled_item_get_scale_line_width (GOC_STYLED_ITEM (item)); in goc_ellipse_distance() local
194 if (!scale_line_width) in goc_ellipse_distance()
197 if (scale_line_width) in goc_ellipse_distance()
218 gboolean scale_line_width = goc_styled_item_get_scale_line_width (GOC_STYLED_ITEM (item)); in goc_ellipse_draw() local
225 if (!scale_line_width) { in goc_ellipse_draw()
H A Dgoc-path.c173 scale_line_width = goc_styled_item_get_scale_line_width (GOC_STYLED_ITEM (item)); in goc_path_distance() local
187 if (!scale_line_width) in goc_path_distance()
190 if (scale_line_width) in goc_path_distance()
212 gboolean scale_line_width = goc_styled_item_get_scale_line_width (GOC_STYLED_ITEM (item)); in goc_path_draw() local
221 if (!scale_line_width) { in goc_path_draw()
H A Dgoc-styled-item.h33 gboolean scale_line_width; member
64 void goc_styled_item_set_scale_line_width (GocStyledItem *gsi, gboolean scale_line_width);
H A Dgoc-rectangle.c278 gboolean scale_line_width = goc_styled_item_get_scale_line_width (GOC_STYLED_ITEM (item)); in goc_rectangle_draw() local
282 if (!scale_line_width) in goc_rectangle_draw()
289 if (scale_line_width) in goc_rectangle_draw()
H A Dgoc-polyline.c113 gboolean scale_line_width = goc_styled_item_get_scale_line_width (GOC_STYLED_ITEM (item)); in goc_polyline_prepare_draw() local
154 if (!scale_line_width) { in goc_polyline_prepare_draw()
H A Dgoc-polygon.c290 gboolean scale_line_width = goc_styled_item_get_scale_line_width (GOC_STYLED_ITEM (item)); in goc_polygon_draw() local
299 if (!scale_line_width) { in goc_polygon_draw()