Lines Matching refs:ppixels
2630 Pixel *ppixels, *pmasks; in ProcAllocColorCells() local
2643 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() local
2710 ppixels = malloc(length); in ProcAllocColorPlanes()
2711 if (!ppixels) in ProcAllocColorPlanes()
2716 ppixels, &acpr.redMask, &acpr.greenMask, in ProcAllocColorPlanes()
2718 free(ppixels); in ProcAllocColorPlanes()
2728 WriteSwappedDataToClient(client, length, ppixels); in ProcAllocColorPlanes()
2730 free(ppixels); in ProcAllocColorPlanes()