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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_video.c813 static INT32 Bx1, Bx2, By1, By2; variable in typeref:typename:INT32
1052 Bx2 = src_x + src_w;
1056 if ((Bx1 >= Bx2) || (By1 >= By2))
1112 npixels = ((Bx2 + 1) & ~1) - left;
1166 Bx1, By1, Bx2, By2, &dstBox, src_w, src_h, drw_w,
1199 Bx1, By1, Bx2, By2, &dstBox, src_w, src_h, drw_w, drw_h);
H A Dnsc_gx1_video.c861 static INT32 Bx1, Bx2, By1, By2; variable in typeref:typename:INT32
1117 Bx2 = src_x + src_w;
1121 if ((Bx1 >= Bx2) || (By1 >= By2))
1168 npixels = ((Bx2 + 1) & ~1) - left;
1224 Bx1, By1, Bx2, By2, &dstBox, src_w, src_h, drw_w,
1254 Bx1, By1, Bx2, By2, &dstBox, src_w, src_h, drw_w, drw_h);
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_video.c775 static INT32 Bx1, Bx2, By1, By2; variable in typeref:typename:INT32
1081 Bx2 = src_x + src_w;
1085 if ((Bx1 >= Bx2) || (By1 >= By2))
1142 npixels = ((Bx2 + 1) & ~1) - left;
1197 Bx1, By1, Bx2, By2, &dstBox, src_w, src_h, drw_w, drw_h);
1231 Bx1, By1, Bx2, By2, &dstBox, src_w, src_h, drw_w, drw_h);

Completed in 7 milliseconds