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

/inkscape/src/libcroco/
H A Dcr-utils.c276 out_index = 0; local
296 for (in_index = 0, out_index = 0;
297 (in_index < in_len) && (out_index < out_len);
298 in_index++, out_index++) {
406 a_out[out_index] = c;
410 *a_out_len = out_index + 1;
753 out_index = 0; local
772 a_out[out_index] = a_in[in_index];
773 out_index++;
775 a_out[out_index]
889 gulong out_index = 0, local
999 out_index = 0, local
[all...]

Completed in 22 milliseconds