Searched refs:Bx2 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_video.c | 813 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 D | nsc_gx1_video.c | 861 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 D | gx_video.c | 775 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