Searched refs:DSCT_SHARP (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-dynastroke.h | 33 DSCT_SHARP = 0, enumerator in enum:Inkscape::LivePathEffect::DynastrokeCappingType
|
H A D | lpe-dynastroke.cpp | 41 {DSCT_SHARP, N_("Sharp"), "sharp"}, 54 start_cap(_("Start:"), _("Choose start capping type"), "start_cap", DSCTConverter, &wr, this, DSCT_SHARP), 55 end_cap(_("End:"), _("Choose end capping type"), "end_cap", DSCTConverter, &wr, this, DSCT_SHARP),
|
Completed in 426 milliseconds