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

/inkscape/src/widgets/
H A Ddash-selector.cpp42 static size_t BD_LEN = 7; // must correspond to the number of entries in the next line variable
141 dashes = g_new (double *, BD_LEN + 2); // +1 for custom slot, +1 for terminator slot
143 for(i=0;i<BD_LEN;i++) {
146 pos = BD_LEN;

Completed in 14 milliseconds