Searched refs:_y2 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiline.h126 #define CalcLineDeltas(_x1,_y1,_x2,_y2,_adx,_ady,_sx,_sy,_SX,_SY,_octant) \
135 if (((_ady) = (_y2) - (_y1)) < 0) { \
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiline.h125 #define CalcLineDeltas(_x1,_y1,_x2,_y2,_adx,_ady,_sx,_sy,_SX,_SY,_octant) \
134 if (((_ady) = (_y2) - (_y1)) < 0) { \
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_tex_video.c609 unsigned char _y1, _y2, u, v; local in function:copy_packed_data
655 _y2 = buf[3];
659 ymap[yidx++] = _y2;
669 _y2 = buf[2];
675 ymap[yidx++] = _y2;
839 INT32 x1, x2, _y1, _y2; local in function:put_image
847 _y2 = src_y + src_h;
854 if (!xf86XVClipVideoHelper(&dstBox, &x1, &x2, &_y1, &_y2, clipBoxes,

Completed in 3 milliseconds