Searched refs:compNewPixmap (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compalloc.c | 523 compNewPixmap (WindowPtr pWin, int x, int y, int w, int h, Bool map) function in typeref:typename:PixmapPtr 623 PixmapPtr pPixmap = compNewPixmap (pWin, x, y, w, h, TRUE); 697 pNew = compNewPixmap (pWin, pix_x, pix_y, pix_w, pix_h, FALSE);
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compalloc.c | 532 compNewPixmap(WindowPtr pWin, int x, int y, int w, int h) function in typeref:typename:PixmapPtr 607 PixmapPtr pPixmap = compNewPixmap(pWin, x, y, w, h); 689 pNew = compNewPixmap(pWin, pix_x, pix_y, pix_w, pix_h);
|
Completed in 14 milliseconds