HomeSort by: relevance | last modified time | path
    Searched refs:defaultStipple (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/dix/
gc.c 510 pGC->stipple = pGC->pScreen->defaultStipple;
880 if (!(pScreen->defaultStipple = pScreen->CreatePixmap(pScreen, w, h, 1, 0)))
888 (*pScreen->DestroyPixmap) (pScreen->defaultStipple);
893 ValidateGC((DrawablePtr) pScreen->defaultStipple, pgcScratch);
898 (*pgcScratch->ops->PolyFillRect) ((DrawablePtr) pScreen->defaultStipple,
909 (*pScreen->DestroyPixmap) (pScreen->defaultStipple);
  /xsrc/external/mit/xorg-server/dist/include/
scrnintstr.h 514 PixmapPtr defaultStipple;

Completed in 17 milliseconds