Searched refs:ppixels (Results 1 – 1 of 1) sorted by relevance
2630 Pixel *ppixels, *pmasks; in ProcAllocColorCells() local2643 ppixels = malloc(length); in ProcAllocColorCells()2644 if (!ppixels) in ProcAllocColorCells()2646 pmasks = ppixels + npixels; in ProcAllocColorCells()2649 (Bool) stuff->contiguous, ppixels, pmasks))) { in ProcAllocColorCells()2650 free(ppixels); in ProcAllocColorCells()2666 WriteSwappedDataToClient(client, length, ppixels); in ProcAllocColorCells()2668 free(ppixels); in ProcAllocColorCells()2692 Pixel *ppixels; in ProcAllocColorPlanes() local2710 ppixels = malloc(length); in ProcAllocColorPlanes()[all …]