Searched refs:pixDataSize (Results 1 – 1 of 1) sorted by relevance
111 AllocatePixmap(ScreenPtr pScreen, int pixDataSize) in AllocatePixmap() argument117 if (pScreen->totalPixmapSize > ((size_t) - 1) - pixDataSize) in AllocatePixmap()120 pPixmap = calloc(1, pScreen->totalPixmapSize + pixDataSize); in AllocatePixmap()