Home
last modified time | relevance | path

Searched refs:cpswaps (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dswaprep.c169 cpswaps(*from, *to); in CopySwap16Write()
671 cpswaps(from->sequenceNumber, to->sequenceNumber); in SErrorEvent()
673 cpswaps(from->minorCode, to->minorCode); in SErrorEvent()
682 cpswaps(from->u.u.sequenceNumber, to->u.u.sequenceNumber); in SKeyButtonPtrEvent()
687 cpswaps(from->u.keyButtonPointer.rootX, to->u.keyButtonPointer.rootX); in SKeyButtonPtrEvent()
688 cpswaps(from->u.keyButtonPointer.rootY, to->u.keyButtonPointer.rootY); in SKeyButtonPtrEvent()
689 cpswaps(from->u.keyButtonPointer.eventX, to->u.keyButtonPointer.eventX); in SKeyButtonPtrEvent()
690 cpswaps(from->u.keyButtonPointer.eventY, to->u.keyButtonPointer.eventY); in SKeyButtonPtrEvent()
691 cpswaps(from->u.keyButtonPointer.state, to->u.keyButtonPointer.state); in SKeyButtonPtrEvent()
700 cpswaps(from->u.u.sequenceNumber, to->u.u.sequenceNumber); in SEnterLeaveEvent()
[all …]
/OK3568_Linux_fs/external/xserver/randr/
H A Drandr.c121 cpswaps(from->sequenceNumber, to->sequenceNumber); in SRRScreenChangeNotifyEvent()
126 cpswaps(from->sizeID, to->sizeID); in SRRScreenChangeNotifyEvent()
127 cpswaps(from->subpixelOrder, to->subpixelOrder); in SRRScreenChangeNotifyEvent()
128 cpswaps(from->widthInPixels, to->widthInPixels); in SRRScreenChangeNotifyEvent()
129 cpswaps(from->heightInPixels, to->heightInPixels); in SRRScreenChangeNotifyEvent()
130 cpswaps(from->widthInMillimeters, to->widthInMillimeters); in SRRScreenChangeNotifyEvent()
131 cpswaps(from->heightInMillimeters, to->heightInMillimeters); in SRRScreenChangeNotifyEvent()
140 cpswaps(from->sequenceNumber, to->sequenceNumber); in SRRCrtcChangeNotifyEvent()
145 cpswaps(from->rotation, to->rotation); in SRRCrtcChangeNotifyEvent()
147 cpswaps(from->x, to->x); in SRRCrtcChangeNotifyEvent()
[all …]
/OK3568_Linux_fs/external/xserver/damageext/
H A Ddamageext.c589 cpswaps(from->sequenceNumber, to->sequenceNumber); in SDamageNotifyEvent()
592 cpswaps(from->area.x, to->area.x); in SDamageNotifyEvent()
593 cpswaps(from->area.y, to->area.y); in SDamageNotifyEvent()
594 cpswaps(from->area.width, to->area.width); in SDamageNotifyEvent()
595 cpswaps(from->area.height, to->area.height); in SDamageNotifyEvent()
596 cpswaps(from->geometry.x, to->geometry.x); in SDamageNotifyEvent()
597 cpswaps(from->geometry.y, to->geometry.y); in SDamageNotifyEvent()
598 cpswaps(from->geometry.width, to->geometry.width); in SDamageNotifyEvent()
599 cpswaps(from->geometry.height, to->geometry.height); in SDamageNotifyEvent()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c1083 cpswaps(from->sequenceNumber, to->sequenceNumber); in SShapeNotifyEvent()
1084 cpswaps(from->x, to->x); in SShapeNotifyEvent()
1085 cpswaps(from->y, to->y); in SShapeNotifyEvent()
1086 cpswaps(from->width, to->width); in SShapeNotifyEvent()
1087 cpswaps(from->height, to->height); in SShapeNotifyEvent()
H A Dxvmain.c993 cpswaps(from->u.videoNotify.sequenceNumber, in WriteSwappedVideoNotifyEvent()
1007 cpswaps(from->u.portNotify.sequenceNumber, to->u.portNotify.sequenceNumber); in WriteSwappedPortNotifyEvent()
H A Dsync.c2442 cpswaps(from->sequenceNumber, to->sequenceNumber); in SCounterNotifyEvent()
2449 cpswaps(from->count, to->count); in SCounterNotifyEvent()
2458 cpswaps(from->sequenceNumber, to->sequenceNumber); in SAlarmNotifyEvent()
H A Dshm.c1386 cpswaps(from->sequenceNumber, to->sequenceNumber); in SShmCompletionEvent()
1388 cpswaps(from->minorEvent, to->minorEvent); in SShmCompletionEvent()
H A Dsecurity.c674 cpswaps(from->sequenceNumber, to->sequenceNumber); in SwapSecurityAuthorizationRevokedEvent()
H A Dsaver.c436 cpswaps(from->sequenceNumber, to->sequenceNumber); in SScreenSaverNotifyEvent()
/OK3568_Linux_fs/external/xserver/hw/xwin/dri/
H A Dwindowsdri.c186 cpswaps(from->sequenceNumber, to->sequenceNumber); in SNotifyEvent()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dselect.c218 cpswaps(from->sequenceNumber, to->sequenceNumber); in SXFixesSelectionNotifyEvent()
H A Dcursor.c314 cpswaps(from->sequenceNumber, to->sequenceNumber); in SXFixesCursorNotifyEvent()
/OK3568_Linux_fs/external/xserver/include/
H A Dmisc.h383 #define cpswaps(src, dst) do { \ macro
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Dappledri.c391 cpswaps(from->sequenceNumber, to->sequenceNumber); in SNotifyEvent()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwindowswm.c540 cpswaps(from->sequenceNumber, to->sequenceNumber); in SNotifyEvent()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dapplewm.c684 cpswaps(from->sequenceNumber, to->sequenceNumber); in SNotifyEvent()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c129 if (needswap) { CARD16 _s = _src; cpswaps(_s, _dst); } \