Searched refs:a_origin (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-cascade.c100 *@a_origin: the origin of the style sheet as
114 cr_cascade_get_sheet (CRCascade * a_this, enum CRStyleOrigin a_origin) argument
117 && (unsigned)a_origin < NB_ORIGINS, NULL);
119 return PRIVATE (a_this)->sheets[a_origin];
126 *@a_origin: the origin of the stylesheet.
135 CRStyleSheet * a_sheet, enum CRStyleOrigin a_origin)
139 && (unsigned)a_origin < NB_ORIGINS, CR_BAD_PARAM_ERROR);
141 if (PRIVATE (a_this)->sheets[a_origin])
142 cr_stylesheet_unref (PRIVATE (a_this)->sheets[a_origin]);
143 PRIVATE (a_this)->sheets[a_origin]
134 cr_cascade_set_sheet(CRCascade * a_this, CRStyleSheet * a_sheet, enum CRStyleOrigin a_origin) argument
[all...]
H A Dcr-cascade.h60 enum CRStyleOrigin a_origin) ;
64 enum CRStyleOrigin a_origin) ;
H A Dcr-input.h96 cr_input_peek_byte (CRInput const *a_this, enum CRSeekPos a_origin,
115 enum CRSeekPos a_origin, gint a_pos) ;
H A Dcr-tknzr.h90 enum CRSeekPos a_origin,
H A Dcr-input.c779 *@a_origin: the origin to consider in the calculation
782 *the origin specified by a_origin.
797 cr_input_peek_byte (CRInput const * a_this, enum CRSeekPos a_origin, argument
805 switch (a_origin) {
919 *@a_origin: the origin to consider during the calculation
922 *This offset is relative to the origin a_origin.
933 cr_input_seek_index (CRInput * a_this, enum CRSeekPos a_origin, gint a_pos) argument
940 switch (a_origin) {

Completed in 16 milliseconds