summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2015-03-20 17:02:35 +0000
committerRobin Watts <robin.watts@artifex.com>2015-03-24 19:49:58 +0000
commitf533104d6e66b3fc6d3b63b98ec7fe4fb175b366 (patch)
tree9b26b57a66dcb5124c568a9826311d41292a6056 /resources
parente0f638b398b2362f5843ea0c1907f678cfa8e278 (diff)
downloadmupdf-f533104d6e66b3fc6d3b63b98ec7fe4fb175b366.tar.xz
Rework handling of PDF names for speed and memory.
Currently, every PDF name is allocated in a pdf_obj structure, and comparisons are done using strcmp. Given that we can predict most of the PDF names we'll use in a given file, this seems wasteful. The pdf_obj type is opaque outside the pdf-object.c file, so we can abuse it slightly without anyone outside knowing. We collect a sorted list of names used in PDF (resources/pdf/names.txt), and we add a utility (namedump) that preprocesses this into 2 header files. The first (include/mupdf/pdf/pdf-names-table.h, included as part of include/mupdf/pdf/object.h), defines a set of "PDF_NAME_xxxx" entries. These are pdf_obj *'s that callers can use to mean "A PDF object that means literal name 'xxxx'" The second (source/pdf/pdf-name-impl.h) is a C array of names. We therefore update the code so that rather than passing "xxxx" to functions (such as pdf_dict_gets(...)) we now pass PDF_NAME_xxxx (to pdf_dict_get(...)). This is a fairly natural (if widespread) change. The pdf_dict_getp (and sibling) functions that take a path (e.g. "foo/bar/baz") are therefore supplemented with equivalents that take a list (pdf_dict_getl(... , PDF_NAME_foo, PDF_NAME_bar, PDF_NAME_baz, NULL)). The actual implementation of this relies on the fact that small pointer values are never valid values. For a given pdf_obj *p, if NULL < (intptr_t)p < PDF_NAME__LIMIT then p is a literal entry in the name table. This enables us to do fast pointer compares and to skip expensive strcmps. Also, bring "null", "true" and "false" into the same style as PDF names. Rather than using full pdf_obj structures for null/true/false, use special pointer values just above the PDF_NAME_ table. This saves memory and makes comparisons easier.
Diffstat (limited to 'resources')
-rw-r--r--resources/pdf/names.txt367
1 files changed, 367 insertions, 0 deletions
diff --git a/resources/pdf/names.txt b/resources/pdf/names.txt
new file mode 100644
index 00000000..a631a2ce
--- /dev/null
+++ b/resources/pdf/names.txt
@@ -0,0 +1,367 @@
+3D
+A
+A85
+AA
+AESV2
+AESV3
+AHx
+AP
+AS
+ASCII85Decode
+ASCIIHexDecode
+AcroForm
+Adobe.PPKLite
+AllOff
+AllOn
+Alpha
+Alternate
+Annot
+Annots
+AnyOff
+ArtBox
+Ascent
+B
+BBox
+BC
+BG
+BM
+BPC
+BS
+Background
+BaseEncoding
+BaseFont
+BaseState
+BitsPerComponent
+BitsPerCoordinate
+BitsPerFlag
+BitsPerSample
+BlackIs1
+BleedBox
+Blinds
+Bounds
+Box
+Bt
+Btn
+ByteRange
+C
+C0
+C1
+CA
+CCF
+CCITTFaxDecod
+CCITTFaxDecode
+CF
+CFM
+CIDFontType0
+CIDFontType0C
+CIDFontType2
+CIDSystemInfo
+CIDToGIDMap
+CMYK
+CS
+CalCMYK
+CalGray
+CalRGB
+CapHeight
+Caret
+Catalog
+Ch
+CharProcs
+Circle
+ColorSpace
+ColorTransform
+Colors
+Columns
+Configs
+Contents
+Coords
+Count
+Cover
+Creator
+CropBox
+Crypt
+D
+DA
+DC
+DCT
+DCTDecod
+DCTDecode
+DOS
+DP
+DR
+DV
+DW
+DW2
+DamagedRowsBeforeError
+Decode
+DecodeParms
+Default
+DescendantFonts
+Descent
+Dest
+Dests
+DeviceCMYK
+DeviceGray
+DeviceN
+DeviceRGB
+Di
+Differences
+Dissolve
+Dm
+Domain
+Dur
+E
+EarlyChange
+Encode
+EncodedByteAlign
+Encoding
+Encrypt
+EncryptMetadata
+EndOfBlock
+EndOfLine
+Exclude
+ExtGState
+Extend
+F
+FL
+FRM
+FS
+FT
+Fade
+Ff
+Fields
+FileAttachment
+Filter
+First
+FirstChar
+Fit
+FitB
+FitBH
+FitBV
+FitH
+FitR
+FitV
+Fl
+Flags
+FlateDecod
+FlateDecode
+Fly
+Font
+FontBBox
+FontDescriptor
+FontFile
+FontFile2
+FontFile3
+FontMatrix
+FontName
+Form
+FormType
+FreeText
+Function
+FunctionType
+Functions
+G
+Glitter
+GoTo
+GoToR
+Group
+H
+Height
+Highlight
+I
+ICCBased
+ID
+IM
+Identity
+Identity-H
+Identity-V
+Image
+ImageMask
+Index
+Indexed
+Info
+Ink
+InkList
+Intent
+Interpolate
+IsMap
+ItalicAngle
+JBIG2Decode
+JBIG2Globals
+JPXDecode
+JS
+JavaScript
+K
+Kids
+L
+LC
+LJ
+LW
+LZ
+LZW
+LZWDecod
+LZWDecode
+Lab
+LastChar
+Launch
+Length
+Length1
+Length2
+Length3
+Limits
+Line
+Linearized
+Link
+Luminosity
+M
+MK
+ML
+MMType1
+Mac
+Mask
+Matrix
+Matte
+MaxLen
+MediaBox
+MissingWidth
+Movie
+N
+Name
+Named
+Names
+NewWindow
+Next
+None
+Normal
+O
+OC
+OCG
+OCGs
+OCMD
+OCProperties
+OE
+OFF
+ON
+ObjStm
+Of
+Off
+Opt
+Ordering
+Outlines
+P
+PDF
+PS
+Page
+PageMode
+Pages
+PaintType
+Parent
+Pattern
+PatternType
+PolyLine
+Polygon
+Popup
+Predictor
+Prev
+Print
+PrinterMark
+ProcSet
+Producer
+Properties
+Push
+Q
+QuadPoints
+R
+RGB
+RI
+RL
+Range
+Rect
+Registry
+ResetForm
+Resources
+Root
+Rotate
+Rows
+RunLengthDecod
+RunLengthDecode
+S
+SMask
+SMaskInData
+Screen
+Separation
+Shading
+ShadingType
+Si
+Sig
+SigFlags
+Size
+Sound
+Split
+Square
+Squiggly
+Stamp
+Standard
+StdCF
+StmF
+StrF
+StrikeOut
+SubFilter
+Subtype
+Subtype2
+T
+TR
+TR2
+Text
+Title
+ToUnicode
+Trans
+Transparency
+TrapNet
+TrimBox
+TrueType
+Tx
+Type
+Type0
+Type1
+Type1C
+Type3
+U
+UE
+UF
+URI
+URL
+Unchanged
+Uncover
+Underline
+Unix
+Usage
+UseCMap
+UseOutlines
+UserUnit
+V
+V2
+VE
+Version
+VerticesPerRow
+W
+W2
+WMode
+Watermark
+Widget
+Width
+Widths
+WinAnsiEncoding
+Wipe
+XHeight
+XObject
+XRef
+XRefStm
+XStep
+XYZ
+YStep
+adbe.pkcs7.detached
+ca
+n0
+n1
+n2