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

/inkscape/src/libcroco/
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-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;
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-tknzr.c2621 cr_tknzr_parse_token (CRTknzr * a_this, enum CRTokenType a_type, argument
2638 if (token->type == a_type) {
2639 switch (a_type) {

Completed in 41 milliseconds