Searched refs:CRInput (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-input.h40 typedef struct _CRInput CRInput ; typedef in typeref:struct:_CRInput
44 *The #CRInput class provides the abstraction of
63 CRInput *
66 CRInput *
71 cr_input_destroy (CRInput *a_this) ;
74 cr_input_ref (CRInput *a_this) ;
77 cr_input_unref (CRInput *a_this) ;
80 cr_input_read_byte (CRInput *a_this, guchar *a_byte) ;
83 cr_input_read_char (CRInput *a_this, guint32 *a_char) ;
86 cr_input_consume_chars (CRInput *a_thi
[all...]
H A Dcr-input.c30 *@CRInput:
32 *The definition of the #CRInput class.
86 static CRInput *cr_input_new_real (void);
88 static CRInput *
91 CRInput *result = NULL;
93 result = g_try_malloc (sizeof (CRInput));
98 memset (result, 0, sizeof (CRInput));
118 *The #CRInput keeps this pointer so user should not free it !.
126 *Returns the newly built instance of #CRInput.
128 CRInput *
[all...]
H A Dcr-tknzr.h55 CRTknzr * cr_tknzr_new (CRInput *a_input) ;
107 enum CRStatus cr_tknzr_set_input (CRTknzr *a_this, CRInput *a_input) ;
109 enum CRStatus cr_tknzr_get_input (CRTknzr *a_this, CRInput **a_input) ;
H A Dcr-om-parser.h58 CROMParser * cr_om_parser_new (CRInput *a_input) ;
H A Dcr-parser.h65 CRParser * cr_parser_new_from_input (CRInput *a_input) ;
H A Dcr-tknzr.c36 CRInput *input;
1587 cr_tknzr_new (CRInput * a_input)
1624 CRInput *input = NULL;
1641 CRInput *input = NULL;
1677 cr_tknzr_set_input (CRTknzr * a_this, CRInput * a_input)
1693 cr_tknzr_get_input (CRTknzr * a_this, CRInput ** a_input)
1969 CRInput *input = NULL;
H A Dcr-om-parser.c802 cr_om_parser_new (CRInput * a_input)
H A Dcr-parser.c2792 CRInput *input = NULL;
2815 cr_parser_new_from_input (CRInput * a_input)

Completed in 215 milliseconds