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

/inkscape/src/libcroco/
H A Dcr-input.c1038 *@a_index: out parameter. The returned index.
1048 cr_input_get_cur_index (CRInput const * a_this, glong * a_index) argument
1051 && a_index, CR_BAD_PARAM_ERROR);
1053 *a_index = PRIVATE (a_this)->next_byte_index;
1062 *@a_index: the new index to set.
1070 cr_input_set_cur_index (CRInput * a_this, glong a_index) argument
1074 PRIVATE (a_this)->next_byte_index = a_index;

Completed in 28 milliseconds