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

/inkscape/src/libcroco/
H A Dcr-input.c688 *@a_nb_chars: in/out parameter. The number of white spaces to
697 cr_input_consume_white_spaces (CRInput * a_this, gulong * a_nb_chars) argument
703 g_return_val_if_fail (a_this && PRIVATE (a_this) && a_nb_chars,
707 ((*a_nb_chars > 0) && (nb_consumed < *a_nb_chars));
725 *a_nb_chars = (gulong) nb_consumed;

Completed in 1178 milliseconds