Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c507 pGC->stipple = pGC->pScreen->defaultStipple; in NewGCObject()
876 if (!(pScreen->defaultStipple = pScreen->CreatePixmap(pScreen, w, h, 1, 0))) in CreateDefaultStipple()
884 (*pScreen->DestroyPixmap) (pScreen->defaultStipple); in CreateDefaultStipple()
889 ValidateGC((DrawablePtr) pScreen->defaultStipple, pgcScratch); in CreateDefaultStipple()
894 (*pgcScratch->ops->PolyFillRect) ((DrawablePtr) pScreen->defaultStipple, in CreateDefaultStipple()
905 (*pScreen->DestroyPixmap) (pScreen->defaultStipple); in FreeDefaultStipple()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.c925 if (pGC->stipple != pScreen->defaultStipple) { in dmxBECreateResources()
1330 dmxBECreatePixmap(pScreen->defaultStipple); in dmxAttachScreen()
1331 dmxBERestorePixmap(pScreen->defaultStipple); in dmxAttachScreen()
1695 dmxBESavePixmap(screenInfo.screens[idx]->defaultStipple); in dmxDetachScreen()
1696 dmxBEFreePixmap(screenInfo.screens[idx]->defaultStipple); in dmxDetachScreen()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h514 PixmapPtr defaultStipple; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog18675 dix: Rename (and retype) PixmapPerDepth[1] to defaultStipple