pdf.js/src/core
Nicholas Nethercote 292b96a0bf Make fnArray always be a plain array.
This makes the code much simpler, and the extra memory use is tiny -- a vanilla
1000 element array is only 4000 bytes larger than a Uint32Array of the same
size.
2014-03-17 17:48:53 -07:00
..
arithmetic_decoder.js Micro optimization of ArithmeticDecoder_readBit 2014-03-13 17:38:12 +01:00
bidi.js Avoid more allocations in bidi(). 2014-03-13 22:15:09 -07:00
charsets.js Split files into worker and main thread pieces. 2013-08-12 10:48:06 -07:00
chunked_stream.js Allocate fewer objects when parsing 2 and 4 byte chunks. 2014-03-13 22:15:05 -07:00
cidmaps.js Split files into worker and main thread pieces. 2013-08-12 10:48:06 -07:00
cmap.js CMaps binary packing 2014-03-14 16:46:35 -05:00
core.js Improved annotations' display/behavior. 2014-03-07 10:48:42 -04:00
crypto.js Estimate the size of decoded streams in advance. 2014-03-13 02:06:58 -07:00
evaluator.js Make fnArray always be a plain array. 2014-03-17 17:48:53 -07:00
font_renderer.js Move the creation of canvas path fonts to the worker. 2013-08-19 16:33:20 -07:00
fonts.js Merge pull request #4447 from nnethercote/object-reduction 2014-03-17 12:50:23 -07:00
glyphlist.js Split files into worker and main thread pieces. 2013-08-12 10:48:06 -07:00
image.js Merge pull request #4406 from nnethercote/fix-and-transfer-masks 2014-03-10 16:26:22 -07:00
jbig2.js Optmized decodeRefinement, moving the prediction error outside the inner loop 2014-03-13 17:38:12 +01:00
jpx.js Extract duplicate arithmetic decoder to own class 2014-03-10 16:56:00 +01:00
metrics.js Split files into worker and main thread pieces. 2013-08-12 10:48:06 -07:00
network.js Using blob URL for open file 2014-01-27 13:11:02 -06:00
obj.js Start counting from actual beginning of PDF file 2014-03-04 22:16:54 +01:00
parser.js Caching inlined mask images 2014-03-13 11:01:34 -05:00
pattern.js Dynamically determines how to split patch into triangles 2014-01-29 10:39:06 -06:00
pdf_manager.js refactor src/core/pdf_manager.js: rename pdfModel to pdfDocument 2014-03-12 09:54:29 +01:00
ps_parser.js Making src/core/ps_parser.js adhere to the style guide 2014-03-08 20:45:25 +01:00
stream.js Allocate fewer objects when parsing 2 and 4 byte chunks. 2014-03-13 22:15:05 -07:00
worker.js Merge pull request #4470 from yurydelendik/packcmap 2014-03-17 12:27:35 -07:00