index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
draw
Age
Commit message (
Expand
)
Author
2010-05-27
Add optimized function written in C that depends on integers being exactly 32...
Tor Andersson
2010-05-27
Add Robin Watts' arm assembler version of path_w4i1o4.
Tor Andersson
2010-05-20
Draw images with anti-aliased edges.
Tor Andersson
2010-05-20
Use more accurate fz_mul255.
Tor Andersson
2010-05-19
Treat rectangular clip paths as a special case using scissoring rectangles.
Tor Andersson
2010-05-18
Do not check return value from fz_malloc() and fz_realloc() in pdfinfo and Wi...
Sebastian Rasmussen
2010-05-15
Fix off by one typo in MMX optimized clipmask blending.
Tor Andersson
2010-05-14
Add workaround to clip image blits against the unit rectangle.
Tor Andersson
2010-05-10
Use correct color index in image mask rendering. It still used the old indexe...
Tor Andersson
2010-05-10
Reference count font pointers in the glyph cache keys.
Tor Andersson
2010-04-25
Move stroking state to a separate struct in preparation for stroked text rend...
Tor Andersson
2010-04-24
Only pass non-pre-multiplied color to the w4i1o4 functions.
Tor Andersson
2010-04-19
Convert colors before rendering the shade mesh instead of converting the pixmap.
Tor Andersson
2010-04-16
Don't cache glyphs bigger than a threshold size, and clear the cache when it ...
Tor Andersson
2010-04-16
Rewrite glyph cache to use fz_hashtable without a fixed size buffer.
Tor Andersson
2010-04-14
Remove test for NaN in shademesh rendering since it no longer appears.
Sebastian Rasmussen
2010-04-11
Rename fz_irect to fz_bbox.
Tor Andersson
2010-04-11
Remove unused functions.
Tor Andersson
2010-04-11
Remove unused file render.c
Tor Andersson
2010-04-11
Remove obsolete cpu-specific optimization detection code.
Tor Andersson
2010-04-08
Move fz_pixmap from draw directory to fitz.
Tor Andersson
2010-04-08
Add display list device.
Tor Andersson
2010-03-15
Rename fitzdraw directory to draw.
Tor Andersson