Home
last modified time | relevance | path

Searched refs:listsBase (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Drender.c1233 GlyphListPtr lists, listsBase; in ProcRenderCompositeGlyphs() local
1313 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()