Searched refs:listsBase (Results 1 – 1 of 1) sorted by relevance
1233 GlyphListPtr lists, listsBase; in ProcRenderCompositeGlyphs() local1313 listsBase = listsLocal; in ProcRenderCompositeGlyphs()1315 listsBase = xallocarray(nlist, sizeof(GlyphListRec)); in ProcRenderCompositeGlyphs()1316 if (!listsBase) { in ProcRenderCompositeGlyphs()1323 lists = listsBase; in ProcRenderCompositeGlyphs()1381 stuff->xSrc, stuff->ySrc, nlist, listsBase, glyphsBase); in ProcRenderCompositeGlyphs()1387 if (listsBase != listsLocal) in ProcRenderCompositeGlyphs()1388 free(listsBase); in ProcRenderCompositeGlyphs()