Searched defs:n_dash (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/display/
H A Dnr-style.h67 unsigned int n_dash; member in struct:NRStyle
/inkscape/src/extension/internal/
H A Dwmf-print.cpp860 int n_dash = style->stroke_dasharray.values.size(); local
885 if (i >= n_dash) {
H A Demf-print.cpp538 U_NUM_STYLEENTRY n_dash = 0; local
708 n_dash = style->stroke_dasharray.values.size();
709 dash = new uint32_t[n_dash];
710 for (i = 0; i < n_dash; i++) {
723 n_dash,
769 if (n_dash) {
1443 int n_dash = style->stroke_dasharray.values.size(); local
1468 if (i >= n_dash) {
/inkscape/src/livarot/
H A DPathCutting.cpp71 size_t n_dash = style->stroke_dasharray.values.size(); local
72 double *dash = g_new(double, n_dash);
73 for (unsigned i = 0; i < n_dash; i++) {
78 int nbD = n_dash;

Completed in 197 milliseconds