Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c2630 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()
[all …]