Searched refs:a_type (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-num.h102 enum CRNumType a_type) ;
115 enum CRNumType a_type) ;
H A Dcr-num.c63 * @a_type: the type of number.
71 cr_num_new_with_val (gdouble a_val, enum CRNumType a_type) argument
80 result->type = a_type;
261 *@a_type: the new type of #CRNum.
266 cr_num_set (CRNum * a_this, gdouble a_val, enum CRNumType a_type) argument
271 a_this->type = a_type;
H A Dcr-tknzr.h104 enum CRStatus cr_tknzr_parse_token (CRTknzr *a_this, enum CRTokenType a_type,
H A Dcr-fonts.h231 cr_font_family_new (enum CRFontFamilyType a_type, guchar *a_name) ;
H A Dcr-sel-eng.c1150 enum CRPseudoType a_type,
1168 handler_entry->type = a_type;
1181 enum CRPseudoType a_type)
1194 && entry->type == a_type) {
1254 enum CRPseudoType a_type,
1269 && entry->type == a_type) {
1148 cr_sel_eng_register_pseudo_class_sel_handler(CRSelEng * a_this, guchar * a_name, enum CRPseudoType a_type, CRPseudoClassSelectorHandler a_handler) argument
1179 cr_sel_eng_unregister_pseudo_class_sel_handler(CRSelEng * a_this, guchar * a_name, enum CRPseudoType a_type) argument
1252 cr_sel_eng_get_pseudo_class_selector_handler(CRSelEng * a_this, guchar * a_name, enum CRPseudoType a_type, CRPseudoClassSelectorHandler * a_handler) argument
H A Dcr-fonts.c146 * @a_type: the type of font family to create.
154 cr_font_family_new (enum CRFontFamilyType a_type, guchar * a_name) argument
166 result->type = a_type;

Completed in 28 milliseconds