summaryrefslogtreecommitdiff
path: root/draw/draw_simple_scale.c
AgeCommit message (Expand)Author
2013-06-20Rearrange source files.Tor Andersson
2013-06-18Split fitz.h into subheaders.Tor Andersson
2013-06-18Merge common and internal headers into one.Tor Andersson
2013-06-18Move header files into separate include directory.Tor Andersson
2013-05-27Bring 2 versions of scaler code into line.Robin Watts
2013-02-19Fix whitespace.Tor Andersson
2013-02-06Rename bbox to irect.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-30Rename fz_irect back to fz_bbox.Tor Andersson
2013-01-30Introduce fz_irect where the old fz_bbox was useful.Tor Andersson
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2012-12-19Bug 693503: Fix potential SEGV in bitmap scalers.Robin Watts
2012-12-18Bug 693503: Fix out of bounds memory access in scaler.Robin Watts
2012-11-21Add weights caches for pixmap scaling.Robin Watts
2012-11-21Android: Move draw_simple_scale.c back into Core.mkRobin Watts
2012-11-21ARM code pixmap subsampler.Robin Watts
2012-11-20Obsess about whitespace.Tor Andersson
2012-11-19Unroll inner loop of ARM version of scale_row_to_temp1.Robin Watts
2012-11-19Enable android profiler build.Robin Watts
2012-05-08Fix bug in ARM code in draw_simple_scaleRobin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-01-26Fix possible SEGV/assert in downscaler.Robin Watts
2012-01-23Update ARM optimised scaling code in line with recent changes.Robin Watts
2012-01-21Update image scaling subpixel offset calculations for top-down images.Tor Andersson
2012-01-21Clean up some stray mixed tabs and spaces.Tor Andersson
2012-01-20Bitmap 'patch' scaling - second attempt.Robin Watts
2012-01-20Revert "Bitmap 'patch' scaling."Tor Andersson
2012-01-19Bitmap 'patch' scaling.Robin Watts
2012-01-10Fix many spelling errors.Sebastian Rasmussen
2011-12-19More Memory squeezing fixesRobin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-14Grid fitting tweaks.Robin Watts
2011-11-14Add 'simple scale' variant of scaling routines.Robin Watts