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

  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 2143 DrawablePtr pDraw, pBoundingDraw;
2190 pBoundingDraw = &pPix->drawable;
2197 pBoundingDraw = (DrawablePtr) pDraw->pScreen->root;
2203 pBoundingDraw = pDraw;
2218 if (relx < 0 || relx + width > (int) pBoundingDraw->width ||
2219 rely < 0 || rely + height > (int) pBoundingDraw->height)
  /xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c 2000 DrawablePtr pDraw, pBoundingDraw;
2040 pBoundingDraw = &pPix->drawable;
2048 pBoundingDraw = (DrawablePtr)pDraw->pScreen->root;
2055 pBoundingDraw = pDraw;
2070 if(relx < 0 || relx + width > (int)pBoundingDraw->width ||
2071 rely < 0 || rely + height > (int)pBoundingDraw->height)

Completed in 10 milliseconds