OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Aug 23 00:25:02 UTC 2026