Searched refs:fplist (Results 1 – 1 of 1) sorted by relevance
1577 FontPathElementPtr fpe = NULL, *fplist; in SetFontPathElements() local1579 fplist = xallocarray(npaths, sizeof(FontPathElementPtr)); in SetFontPathElements()1580 if (!fplist) { in SetFontPathElements()1654 fplist[valid_paths++] = fpe; in SetFontPathElements()1660 font_path_elements = fplist; in SetFontPathElements()1669 FreeFPE(fplist[valid_paths]); in SetFontPathElements()1670 free(fplist); in SetFontPathElements()