Searched refs:cur_ff (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-fonts.c253 CRFontFamily *cur_ff = NULL; local
260 for (cur_ff = a_this; cur_ff && cur_ff->next; cur_ff = cur_ff->next) ;
262 cur_ff->next = a_family_to_append;
263 a_family_to_append->prev = cur_ff;
300 CRFontFamily *cur_ff = NULL; local
304 for (cur_ff
[all...]
H A Dcr-style.c1288 *cur_ff = NULL, local
1349 cur_ff = cr_font_family_new (font_type, NULL);
1358 cur_ff = cr_font_family_new
1369 cur_ff2 = cr_font_family_append (font_family, cur_ff);

Completed in 20 milliseconds