Searched refs:CRNum (Results 1 - 10 of 10) sorted by relevance
/inkscape/src/libcroco/ |
H A D | cr-num.h | 28 *of the #CRNum class. 42 *The declaration of the #CRNum class. 84 typedef struct _CRNum CRNum ; typedef in typeref:struct:_CRNum 97 CRNum * 100 CRNum * 104 CRNum * 105 cr_num_dup (CRNum const *a_this) ; 108 cr_num_to_string (CRNum const *a_this) ; 111 cr_num_copy (CRNum *a_dest, CRNum cons [all...] |
H A D | cr-num.c | 26 *@CRNum: 29 *of the #CRNum class. 38 *#CRNum. 41 *#CRNum. 43 CRNum * 46 CRNum *result = NULL; 48 result = g_try_malloc (sizeof (CRNum)); 55 memset (result, 0, sizeof (CRNum)); 65 * A constructor of #CRNum. 67 * Returns the newly built instance of #CRNum o [all...] |
H A D | cr-token.h | 111 CRNum *num ; 155 enum CRStatus cr_token_set_ems (CRToken *a_this, CRNum *a_num) ; 157 enum CRStatus cr_token_set_exs (CRToken *a_this, CRNum *a_num) ; 159 enum CRStatus cr_token_set_length (CRToken *a_this, CRNum *a_num, 162 enum CRStatus cr_token_set_angle (CRToken *a_this, CRNum *a_num, 165 enum CRStatus cr_token_set_time (CRToken *a_this, CRNum *a_num, 168 enum CRStatus cr_token_set_freq (CRToken *a_this, CRNum *a_num, 171 enum CRStatus cr_token_set_dimen (CRToken *a_this, CRNum *a_num, 174 enum CRStatus cr_token_set_percentage (CRToken *a_this, CRNum *a_num) ; 176 enum CRStatus cr_token_set_number (CRToken *a_this, CRNum *a_nu [all...] |
H A D | cr-term.h | 108 CRNum *num ; 152 enum CRStatus cr_term_set_number (CRTerm *a_this, CRNum *a_num) ;
|
H A D | cr-token.c | 397 cr_token_set_ems (CRToken * a_this, CRNum * a_num) 407 cr_token_set_exs (CRToken * a_this, CRNum * a_num) 417 cr_token_set_length (CRToken * a_this, CRNum * a_num, 432 cr_token_set_angle (CRToken * a_this, CRNum * a_num, 447 cr_token_set_time (CRToken * a_this, CRNum * a_num, 462 cr_token_set_freq (CRToken * a_this, CRNum * a_num, 477 cr_token_set_dimen (CRToken * a_this, CRNum * a_num, 490 cr_token_set_percentage (CRToken * a_this, CRNum * a_num) 503 cr_token_set_number (CRToken * a_this, CRNum * a_num)
|
H A D | cr-style.h | 121 CRNum sv ; 123 CRNum cv ; 125 CRNum av ;
|
H A D | cr-fonts.h | 160 CRNum absolute ; 174 CRNum *num ;
|
H A D | cr-tknzr.c | 242 CRNum ** a_num); 1250 CRNum *num = NULL; 1478 CRNum ** a_num) 2382 CRNum *num = NULL; 2671 *((CRNum **) a_res) = token->u.num; 2681 *((CRNum **) a_res) = token->u.num; 2688 *((CRNum **) a_res) = token->u.num;
|
H A D | cr-style.c | 436 CRNum *num_val = NULL; 506 CRNum *num_val = NULL; 749 CRNum *num_val = NULL; 921 CRNum *box_offset = NULL; 1012 CRNum *width = NULL;
|
H A D | cr-term.c | 141 cr_term_set_number (CRTerm * a_this, CRNum * a_num)
|
Completed in 56 milliseconds