Searched refs:srcPitch3 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx1_shadow.c | 256 srcPitch3, srcPitch4; local in function:GX1RefreshArea8 263 srcPitch3 = srcPitch * 3; 286 (src[srcPitch2] << 16) | (src[srcPitch3] << 24); 374 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2, srcPitch3; local in function:GX1RefreshArea24 381 srcPitch3 = srcPitch * 3; 405 dst[2] = src[srcPitch2 + 2] | (src[srcPitch3] << 8) | 406 (src[srcPitch3 + 1] << 16) | (src[srcPitch3 + 2] << 24);
|
| H A D | nsc_gx2_shadow.c | 256 srcPitch3, srcPitch4; local in function:GX2RefreshArea8 263 srcPitch3 = srcPitch * 3; 286 (src[srcPitch2] << 16) | (src[srcPitch3] << 24); 374 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2, srcPitch3; local in function:GX2RefreshArea24 381 srcPitch3 = srcPitch * 3; 405 dst[2] = src[srcPitch2 + 2] | (src[srcPitch3] << 8) | 406 (src[srcPitch3 + 1] << 16) | (src[srcPitch3 + 2] << 24);
|
Completed in 4 milliseconds