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

/inkscape/src/libcroco/
H A Dcr-num.h101 cr_num_new_with_val (gdouble a_val,
114 cr_num_set (CRNum *a_this, gdouble a_val,
H A Dcr-num.c62 * @a_val: the numerical value of the number.
71 cr_num_new_with_val (gdouble a_val, enum CRNumType a_type) argument
79 result->val = a_val;
259 *@a_val: the new numerical value to be hold by the current
266 cr_num_set (CRNum * a_this, gdouble a_val, enum CRNumType a_type) argument
270 a_this->val = a_val;

Completed in 14 milliseconds