~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/imbuf/intern/dither.c

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 * ***** END GPL/BL DUAL LICENSE BLOCK *****
30
30
 * dither.c
31
31
 *
32
 
 * $Id: dither.c,v 1.3 2002/11/25 12:02:00 mein Exp $
 
32
 * $Id: dither.c,v 1.4 2005/01/03 19:53:04 sirdude Exp $
33
33
 */
34
34
 
35
35
#include "BLI_blenlib.h"
39
39
#include "IMB_imbuf_types.h"
40
40
#include "IMB_imbuf.h"
41
41
 
42
 
#ifdef HAVE_CONFIG_H
43
 
#include <config.h>
44
 
#endif
45
 
 
46
42
void IMB_dit0(struct ImBuf * ibuf, short ofs, short bits)
47
43
{
48
44
        int x, y, and, add, pix;