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

/inkscape/src/
H A Dsvg-profile.h139 unsigned int array_pos = pos / BITS_IN_INT; local
141 bits[array_pos] |= 1 << bit_pos;

Completed in 66 milliseconds