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

/inkscape/src/libcroco/
H A Dcr-utils.h235 glong a_nb) ;
240 glong a_nb) ;
H A Dcr-utils.c1254 *Dumps a character a_nb times on a file.
1257 *@param a_nb the number of times a_char is to be dumped.
1260 cr_utils_dump_n_chars (guchar a_char, FILE * a_fp, glong a_nb) argument
1264 for (i = 0; i < a_nb; i++) {
1270 cr_utils_dump_n_chars2 (guchar a_char, GString * a_string, glong a_nb) argument
1276 for (i = 0; i < a_nb; i++) {

Completed in 16 milliseconds