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

/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_video.c619 int left, top, nPixels, nLines; local in function:NEOPutImage
706 nLines = ((((y2 + 0xFFFF) >> 16) + 1) & ~1) - top;
710 dstPitch, nLines, nPixels);
714 nLines = ((y2 + 0xFFFF) >> 16) - top;
716 nLines, nPixels << 1);
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_video.c1500 int left, top, nPixels, nLines; local in function:SMI_PutImage
1601 nLines = ((((y2 + 0xffff) >> 16) + 1) & ~1) - top;
1604 srcPitch, srcPitch2, dstPitch, nLines,
1612 nLines = ((y2 + 0xffff) >> 16) - top;
1613 xf86XVCopyPacked(buf, dstStart, srcPitch, dstPitch, nLines, nPixels);
/xsrc/external/mit/xkbcomp/dist/
H A Dgeometry.c3108 unsigned size, nLines; local in function:VerifyDoodadInfo
3112 for (nLines = 1, tmp = XkbAtomGetString(NULL, di->text); *tmp;
3116 nLines++;
3118 size *= nLines;

Completed in 10 milliseconds