evas: @fix convert to 24bits so dst_jump is used properly.
authorGustavo Sverzut Barbieri <gustavo.barbieri@intel.com>
Thu, 6 Mar 2014 04:08:44 +0000 (01:08 -0300)
committerGustavo Sverzut Barbieri <gustavo.barbieri@intel.com>
Thu, 6 Mar 2014 14:19:12 +0000 (11:19 -0300)
commite4c5d759931d9af98d946f6d1685cc585b4bee8e
tree062a99ec9520e7a3a915671ebca7661461b50eee
parentbf2abf12b403230964fe99e9d4b6374a359e2459
evas: @fix convert to 24bits so dst_jump is used properly.

in all other convert functions, dst_jump is provided in pixesl and
multiplied by the number of bytes-per-pixel either explicitly or
implicitly by using a different type for dst pointer (DATA16,
DATA32...).

As in 24 bits we use DATA8 we must explicitly multiply dst_jump by 3.
src/lib/evas/common/evas_convert_rgb_24.c