Searched refs:cur_ff (Results 1 – 2 of 2) sorted by relevance
262 CRFontFamily *cur_ff = NULL; in cr_font_family_append() local269 for (cur_ff = a_this; cur_ff && cur_ff->next; cur_ff = cur_ff->next) ; in cr_font_family_append()271 cur_ff->next = a_family_to_append; in cr_font_family_append()272 a_family_to_append->prev = cur_ff; in cr_font_family_append()309 CRFontFamily *cur_ff = NULL; in cr_font_family_destroy() local313 for (cur_ff = a_this; cur_ff && cur_ff->next; cur_ff = cur_ff->next) ; in cr_font_family_destroy()315 for (; cur_ff; cur_ff = cur_ff->prev) { in cr_font_family_destroy()321 if (cur_ff->next) { in cr_font_family_destroy()322 g_free (cur_ff->next); in cr_font_family_destroy()326 if (cur_ff->prev == NULL) { in cr_font_family_destroy()
1300 *cur_ff = NULL, in set_prop_font_family_from_value() local1361 cur_ff = cr_font_family_new (font_type, NULL); in set_prop_font_family_from_value()1370 cur_ff = cr_font_family_new in set_prop_font_family_from_value()1381 cur_ff2 = cr_font_family_append (font_family, cur_ff); in set_prop_font_family_from_value()