OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRAWABLE_WINDOW
(Results
1 - 25
of
112
) sorted by relevancy
1
2
3
4
5
/xsrc/external/mit/xorg-server.old/dist/include/
pixmap.h
55
#define
DRAWABLE_WINDOW
0
89
(type ==
DRAWABLE_WINDOW
)
92
((type ==
DRAWABLE_WINDOW
) || (type == UNDRAWABLE_WINDOW))
/xsrc/external/mit/xorg-server/dist/include/
pixmap.h
55
#define
DRAWABLE_WINDOW
0
91
(type ==
DRAWABLE_WINDOW
)
94
((type ==
DRAWABLE_WINDOW
) || (type == UNDRAWABLE_WINDOW))
/xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessScreen.c
67
if ((pict)->pDrawable->type ==
DRAWABLE_WINDOW
&& \
188
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
246
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
268
DRAWABLE_WINDOW
) ? (WindowPtr) pMask->pDrawable : NULL;
270
srcWin = (pSrc->pDrawable && pSrc->pDrawable->type ==
DRAWABLE_WINDOW
) ?
272
dstWin = (pDst->pDrawable->type ==
DRAWABLE_WINDOW
) ?
310
srcWin = (pSrc->pDrawable && pSrc->pDrawable->type ==
DRAWABLE_WINDOW
) ?
312
dstWin = (pDst->pDrawable->type ==
DRAWABLE_WINDOW
) ?
389
srcWin = (pSrc->pDrawable && pSrc->pDrawable->type ==
DRAWABLE_WINDOW
) ?
391
dstWin = (pDst->pDrawable->type ==
DRAWABLE_WINDOW
)
[
all
...]
/xsrc/external/mit/xf86-video-vmware/dist/saa/
saa_accel.c
71
(pDstDrawable->type !=
DRAWABLE_WINDOW
||
72
pSrcDrawable->type !=
DRAWABLE_WINDOW
))) ?
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
dri_helpers.c
86
if (rc != Success || pDraw->type !=
DRAWABLE_WINDOW
) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaFallback.c
81
if((pSrc->type ==
DRAWABLE_WINDOW
) || (pDst->type ==
DRAWABLE_WINDOW
) ||
104
if((pSrc->type ==
DRAWABLE_WINDOW
) || (pDst->type ==
DRAWABLE_WINDOW
) ||
xaaCpyArea.c
35
if(pDstDrawable->type ==
DRAWABLE_WINDOW
) {
36
if((pSrcDrawable->type ==
DRAWABLE_WINDOW
) ||
60
if((pSrcDrawable->type ==
DRAWABLE_WINDOW
) ||
95
((pSrc->type ==
DRAWABLE_WINDOW
) &&
96
(pDst->type ==
DRAWABLE_WINDOW
)));
xaaPict.c
192
(pDraw->type ==
DRAWABLE_WINDOW
|| \
553
(pSrc->pDrawable->type ==
DRAWABLE_WINDOW
|| IS_OFFSCREEN_PIXMAP(pSrc->pDrawable))) ||
554
pDst->pDrawable->type ==
DRAWABLE_WINDOW
|| IS_OFFSCREEN_PIXMAP(pDst->pDrawable))) {
595
((pDst->pDrawable->type !=
DRAWABLE_WINDOW
) &&
643
(pSrc->pDrawable->type ==
DRAWABLE_WINDOW
|| IS_OFFSCREEN_PIXMAP(pSrc->pDrawable))) ||
644
pDst->pDrawable->type ==
DRAWABLE_WINDOW
|| IS_OFFSCREEN_PIXMAP(pDst->pDrawable))) {
xaaGC.c
106
else if(!infoRec->pScrn->vtSema && (pDraw->type ==
DRAWABLE_WINDOW
)) {
376
((pSrc->type ==
DRAWABLE_WINDOW
) || IS_OFFSCREEN_PIXMAP(pSrc)))
421
((pSrc->type ==
DRAWABLE_WINDOW
) || IS_OFFSCREEN_PIXMAP(pSrc))){
/xsrc/external/mit/xorg-server/dist/mi/
micopy.c
55
((pSrcDrawable->type ==
DRAWABLE_WINDOW
) &&
56
(pDstDrawable->type ==
DRAWABLE_WINDOW
)));
157
if (pDstDrawable->type ==
DRAWABLE_WINDOW
&&
migc.c
103
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
/xsrc/external/mit/xorg-server.old/dist/mi/
micopy.c
59
((pSrcDrawable->type ==
DRAWABLE_WINDOW
) &&
60
(pDstDrawable->type ==
DRAWABLE_WINDOW
)));
180
if (pDstDrawable->type ==
DRAWABLE_WINDOW
&&
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessScreen.c
171
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
230
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
250
maskWin = (pMask->pDrawable && pMask->pDrawable->type ==
DRAWABLE_WINDOW
) ?
253
srcWin = (pSrc->pDrawable && pSrc->pDrawable->type ==
DRAWABLE_WINDOW
) ?
255
dstWin = (pDst->pDrawable->type ==
DRAWABLE_WINDOW
) ?
293
srcWin = (pSrc->pDrawable && pSrc->pDrawable->type ==
DRAWABLE_WINDOW
) ?
295
dstWin = (pDst->pDrawable->type ==
DRAWABLE_WINDOW
) ?
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
dri.c
222
if (pDraw->type ==
DRAWABLE_WINDOW
) {
370
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
413
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
470
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
523
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
556
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
dri.c
237
if (pDraw->type ==
DRAWABLE_WINDOW
) {
382
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
425
if(pDrawable->type ==
DRAWABLE_WINDOW
) {
480
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
530
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
562
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
/xsrc/external/mit/xorg-server/dist/glamor/
glamor_pixmap.c
43
if (drawable->type ==
DRAWABLE_WINDOW
) {
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxswap.c
231
if (pDraw->type ==
DRAWABLE_WINDOW
) {
294
if (!pMember || pMember->type !=
DRAWABLE_WINDOW
) {
307
} else if (pMember->type ==
DRAWABLE_WINDOW
) {
509
/* FIXME: Check for errors when pDraw->type !=
DRAWABLE_WINDOW
*/
514
if (pDraw->type ==
DRAWABLE_WINDOW
) {
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
wingetsp.c
128
case
DRAWABLE_WINDOW
:
130
ErrorF ("winGetSpans -
DRAWABLE_WINDOW
\n");
winsetsp.c
131
case
DRAWABLE_WINDOW
:
/xsrc/external/mit/xorg-server/dist/miext/shadow/
shadow.c
91
if (pDrawable->type ==
DRAWABLE_WINDOW
)
/xsrc/external/mit/xorg-server.old/dist/miext/cw/
cw.h
80
((pDraw)->type ==
DRAWABLE_WINDOW
&& \
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
dri2.c
123
case
DRAWABLE_WINDOW
:
140
if (pDraw->type !=
DRAWABLE_WINDOW
)
182
if (pDraw->type ==
DRAWABLE_WINDOW
) {
298
if (pDraw->type ==
DRAWABLE_WINDOW
) {
439
if (pDraw->type ==
DRAWABLE_WINDOW
) {
444
if (pDraw->type ==
DRAWABLE_WINDOW
) {
/xsrc/external/mit/xorg-server/dist/damageext/
damageext.c
71
if (!noPanoramiXExtension && draw->type ==
DRAWABLE_WINDOW
) {
252
pDrawable->type ==
DRAWABLE_WINDOW
);
385
if (pDamageExt->pDrawable->type ==
DRAWABLE_WINDOW
) {
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxgcops.c
59
if ((_pDraw)->type ==
DRAWABLE_WINDOW
) { \
73
(_pDraw)->type ==
DRAWABLE_WINDOW
&& \
564
if (pDrawable->type ==
DRAWABLE_WINDOW
) {
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kxv.c
956
if (pDraw->type !=
DRAWABLE_WINDOW
) {
1014
if (pDraw->type !=
DRAWABLE_WINDOW
)
1101
if (pDraw->type !=
DRAWABLE_WINDOW
) {
1158
if (pDraw->type !=
DRAWABLE_WINDOW
)
1209
if (pDraw->type !=
DRAWABLE_WINDOW
)
1287
if (pDraw->type !=
DRAWABLE_WINDOW
)
Completed in 53 milliseconds
1
2
3
4
5
Indexes created Sun Jul 05 00:25:41 UTC 2026