]> source.dussan.org Git - tigervnc.git/commit
Consistent use of stride vs pitch
authorPierre Ossman <ossman@cendio.se>
Wed, 22 Jan 2014 10:28:05 +0000 (11:28 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 7 Jul 2014 11:27:09 +0000 (13:27 +0200)
commita10d8fec7fdf860addbe2287cd345ad09b344478
tree57167955c71ec45180009e8161f5597c7872375b
parent8432ec16a1764ff57587e24ad9f6479484d350ec
Consistent use of stride vs pitch

Consistently use the term stride rather than pitch. Also
consistently represent the stride in number of pixels rather
than number of bytes. There is so much code that assumes
proper alignment already that we do not need the extra resolution.
common/rfb/JpegCompressor.cxx
common/rfb/JpegDecompressor.cxx
common/rfb/PixelFormat.cxx
common/rfb/PixelFormat.h
common/rfb/tightDecode.h
common/rfb/tightEncode.h