Searched refs:lvl (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/trace/
H A Dquantize.cpp352 * remove leaves whose prune impact value is lower than <lvl>. at most
356 static void ocnodeStrip(pool<Ocnode> *pool, Ocnode **ref, int *count, unsigned long lvl) argument
364 if (node->mi > lvl) return; //leaf is above strip level
371 if (node->mi && node->mi > lvl) //node is above strip level
379 ocnodeStrip(pool, &node->child[i], count, lvl);
/inkscape/src/live_effects/
H A Dlpe-rough-hatches.cpp126 unsigned lvl = temp[i].level, idx = temp[i].idx; local
129 (*this)[lvl][idx].next_on_curve = next_data;
134 (*this)[lvl][idx].next_on_curve = next_data;

Completed in 16 milliseconds