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

/inkscape/src/trace/
H A Dquantize.cpp318 int newwidth = local
320 RGB rgb1 = node1->rgb >> (newwidth - node1->width);
321 RGB rgb2 = node2->rgb >> (newwidth - node2->width);
324 { rgb1 = rgb1 >> 1; rgb2 = rgb2 >> 1; newwidth++; };
325 newnode->width = newwidth;
329 int i1 = childIndex(node1->rgb >> (newwidth - node1->width - 1));
330 int i2 = childIndex(node2->rgb >> (newwidth - node2->width - 1));

Completed in 19 milliseconds