Searched refs:a_type (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/libcroco/ |
H A D | cr-num.h | 102 enum CRNumType a_type) ; 115 enum CRNumType a_type) ;
|
H A D | cr-num.c | 63 * @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 D | cr-tknzr.h | 104 enum CRStatus cr_tknzr_parse_token (CRTknzr *a_this, enum CRTokenType a_type,
|
H A D | cr-fonts.h | 231 cr_font_family_new (enum CRFontFamilyType a_type, guchar *a_name) ;
|
H A D | cr-sel-eng.c | 1150 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 D | cr-fonts.c | 146 * @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