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

/inkscape/src/libcroco/
H A Dcr-term.h38 *Declaration of the #CRTerm class.
71 typedef struct _CRTerm CRTerm ; typedef in typeref:struct:_CRTerm
117 *an instance of CRTerm that represents
122 CRTerm *func_param ;
138 CRTerm *next ;
144 CRTerm *prev ;
148 CRTerm * cr_term_parse_expression_from_buf (const guchar *a_buf,
150 CRTerm * cr_term_new (void) ;
152 enum CRStatus cr_term_set_number (CRTerm *a_this, CRNum *a_num) ;
154 enum CRStatus cr_term_set_function (CRTerm *a_thi
[all...]

Completed in 316 milliseconds