Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c493 GCPtr putGC = GetScratchGC(depth, dst->pScreen); in doShmPutImage() local
495 if (!putGC) in doShmPutImage()
501 FreeScratchGC(putGC); in doShmPutImage()
504 ValidateGC(&pPixmap->drawable, putGC); in doShmPutImage()
505 (*putGC->ops->PutImage) (&pPixmap->drawable, putGC, depth, -sx, -sy, w, in doShmPutImage()
509 FreeScratchGC(putGC); in doShmPutImage()