search for: y_density

Displaying 3 results from an estimated 3 matches for "y_density".

Did you mean: x_density
2007 Apr 18
2
libswfdec/jpeg
libswfdec/jpeg/jpeg_rgb_decoder.c | 1 - 1 files changed, 1 deletion(-) New commits: diff-tree 15ed4a69b4ffc265fe103ba79a0b60af7e42a9fa (from 2073f39bc0b0aa90f1f67def9bb3f0c6b68018ae) Author: Benjamin Otte <otte@gnome.org> Date: Wed Apr 18 10:47:06 2007 +0200 remove leftover debugging statement diff --git a/libswfdec/jpeg/jpeg_rgb_decoder.c b/libswfdec/jpeg/jpeg_rgb_decoder.c
2007 Feb 13
0
libswfdec/jpeg libswfdec/swfdec_image.c
...7 @@ jpeg_decoder_application0 (JpegDecoder * x_thumbnail = get_u8 (bits); y_thumbnail = get_u8 (bits); - JPEG_DEBUG ("version = %04x", version); - JPEG_DEBUG ("units = %d", units); - JPEG_DEBUG ("x_density = %d", x_density); - JPEG_DEBUG ("y_density = %d", y_density); - JPEG_DEBUG ("x_thumbnail = %d", x_thumbnail); - JPEG_DEBUG ("y_thumbnail = %d", y_thumbnail); + OIL_DEBUG ("version = %04x", version); + OIL_DEBUG ("units = %d", units); + OIL_DEBUG ("x_density = %d", x_densi...
2007 Apr 17
0
8 commits - configure.ac doc/Makefile.am libswfdec/jpeg libswfdec/swfdec_debug.h libswfdec/swfdec_image.c
...96,17 @@ jpeg_decoder_application0 (JpegDecoder * x_thumbnail = get_u8 (bits); y_thumbnail = get_u8 (bits); - OIL_DEBUG ("version = %04x", version); - OIL_DEBUG ("units = %d", units); - OIL_DEBUG ("x_density = %d", x_density); - OIL_DEBUG ("y_density = %d", y_density); - OIL_DEBUG ("x_thumbnail = %d", x_thumbnail); - OIL_DEBUG ("y_thumbnail = %d", y_thumbnail); + SWFDEC_DEBUG ("version = %04x", version); + SWFDEC_DEBUG ("units = %d", units); + SWFDEC_DEBUG ("x_density = %d",...