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

/inkscape/src/libcroco/
H A Dcr-input.h159 glong a_increment) ;
163 glong a_increment) ;
H A Dcr-input.c567 *@a_increment: the increment to add to the line number.
574 cr_input_increment_line_num (CRInput * a_this, glong a_increment) argument
578 PRIVATE (a_this)->line += a_increment;
586 *@a_increment: the increment to add to the column number.
593 cr_input_increment_col_num (CRInput * a_this, glong a_increment) argument
597 PRIVATE (a_this)->col += a_increment;

Completed in 16 milliseconds