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

/inkscape/src/trace/
H A Dquantize.cpp157 inline int childIndex(RGB rgb) function
265 int i = childIndex(node2->rgb >> (dwitdth - 1));
278 int i = childIndex(node1->rgb >> (-dwitdth - 1));
329 int i1 = childIndex(node1->rgb >> (newwidth - node1->width - 1));
330 int i2 = childIndex(node2->rgb >> (newwidth - node2->width - 1));
/inkscape/src/
H A Ddocument-subset.cpp45 unsigned childIndex(SPObject *obj) { function in struct:Inkscape::DocumentSubset::Relations::Record
379 return ( record ? record->childIndex(obj) : 0 );

Completed in 28 milliseconds