Home
last modified time | relevance | path

Searched refs:attributes_get_default_line_style (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/dia/dia-0.97.3/lib/
H A Dattributes.h43 void attributes_get_default_line_style(LineStyle *style, real *dash_length);
H A Dattributes.c173 attributes_get_default_line_style(LineStyle *style, real *dash_length) in attributes_get_default_line_style() function
H A Dlibdia.def26 attributes_get_default_line_style
/dports/graphics/dia/dia-0.97.3/objects/network/
H A Dradiocell.c337 attributes_get_default_line_style(&radiocell->line_style, in radiocell_create()
/dports/graphics/dia/dia-0.97.3/objects/standard/
H A Dpolygon.c283 attributes_get_default_line_style(&polygon->line_style, in polygon_create()
H A Dzigzagline.c265 attributes_get_default_line_style(&zigzagline->line_style, in zigzagline_create()
H A Dbeziergon.c298 attributes_get_default_line_style(&beziergon->line_style, in beziergon_create()
H A Dline.c404 attributes_get_default_line_style(&line->line_style, &line->dashlength); in line_create()
H A Dpolyline.c370 attributes_get_default_line_style(&polyline->line_style, in polyline_create()
H A Dellipse.c424 attributes_get_default_line_style(&ellipse->line_style, in ellipse_create()
H A Dbox.c451 attributes_get_default_line_style(&box->line_style, &box->dashlength); in box_create()
H A Dbezier.c460 attributes_get_default_line_style(&bezierline->line_style, in bezierline_create()
H A Dimage.c439 attributes_get_default_line_style(&image->line_style, in image_create()
H A Darc.c598 attributes_get_default_line_style(&arc->line_style, &arc->dashlength); in arc_create()
/dports/graphics/dia/dia-0.97.3/objects/Database/
H A Dreference.c182 attributes_get_default_line_style (&ref->line_style, &ref->dashlength); in reference_create()
/dports/graphics/dia/dia-0.97.3/objects/flowchart/
H A Dellipse.c487 attributes_get_default_line_style(&ellipse->line_style,&ellipse->dashlength); in ellipse_create()
H A Dparallelogram.c563 attributes_get_default_line_style(&pgram->line_style, &pgram->dashlength); in pgram_create()
H A Ddiamond.c509 attributes_get_default_line_style(&diamond->line_style,&diamond->dashlength); in diamond_create()
H A Dbox.c617 attributes_get_default_line_style(&box->line_style, &box->dashlength); in box_create()
/dports/graphics/dia/dia-0.97.3/objects/custom/
H A Dcustom_object.c1588 attributes_get_default_line_style(&custom->line_style, &custom->dashlength); in custom_create()