Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(366)

Side by Side Diff: pdf/pdfium/fuzzers/dicts/pdf_codec_icc.dict

Issue 2364543003: Build rule for pdf_codec_icc_fuzzer (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pdf/pdfium/fuzzers/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Fuzzing dictionary for icc
2 # Extracted from lcms2.h of Little-CMS project.
3
4 magic="acsp"
5 sig="lcms"
6
7 # Base ICC type definitions
8 "chrm"
9 "clro"
10 "clrt"
11 "crdi"
12 "curv"
13 "data"
14 "dict"
15 "dtim"
16 "devs"
17 "mft2"
18 "mft1"
19 "mAB "
20 "mBA "
21 "meas"
22 "mluc"
23 "mpet"
24 "ncol"
25 "ncl2"
26 "para"
27 "pseq"
28 "psid"
29 "rcs2"
30 "sf32"
31 "scrn"
32 "sig "
33 "text"
34 "desc"
35 "uf32"
36 "bfd "
37 "ui16"
38 "ui32"
39 "ui64"
40 "ui08"
41 "vcgt"
42 "view"
43 "XYZ "
44
45 # Base ICC tag definitions
46 "A2B0"
47 "A2B1"
48 "A2B2"
49 "bXYZ"
50 "bXYZ"
51 "bTRC"
52 "B2A0"
53 "B2A1"
54 "B2A2"
55 "calt"
56 "targ"
57 "chad"
58 "chrm"
59 "clro"
60 "clrt"
61 "clot"
62 "ciis"
63 "cprt"
64 "crdi"
65 "data"
66 "dtim"
67 "dmnd"
68 "dmdd"
69 "devs"
70 "D2B0"
71 "D2B1"
72 "D2B2"
73 "D2B3"
74 "B2D0"
75 "B2D1"
76 "B2D2"
77 "B2D3"
78 "gamt"
79 "kTRC"
80 "gXYZ"
81 "gXYZ"
82 "gTRC"
83 "lumi"
84 "meas"
85 "bkpt"
86 "wtpt"
87 "ncol"
88 "ncl2"
89 "resp"
90 "rig0"
91 "pre0"
92 "pre1"
93 "pre2"
94 "desc"
95 "dscm"
96 "pseq"
97 "psid"
98 "psd0"
99 "psd1"
100 "psd2"
101 "psd3"
102 "ps2s"
103 "ps2i"
104 "rXYZ"
105 "rXYZ"
106 "rTRC"
107 "rig2"
108 "scrd"
109 "scrn"
110 "tech"
111 "bfd "
112 "vued"
113 "view"
114 "vcgt"
115 "meta"
116
117 # ICC Technology tag
118 "dcam"
119 "fscn"
120 "rscn"
121 "ijet"
122 "twax"
123 "epho"
124 "esta"
125 "dsub"
126 "rpho"
127 "fprn"
128 "vidm"
129 "vidc"
130 "pjtv"
131 "CRT "
132 "PMD "
133 "AMD "
134 "KPCD"
135 "imgs"
136 "grav"
137 "offs"
138 "silk"
139 "flex"
140 "mpfs"
141 "mpfr"
142 "dmpc"
143 "dcpj"
144
145 # ICC Color spaces
146 "XYZ "
147 "Lab "
148 "Luv "
149 "YCbr"
150 "Yxy "
151 "RGB "
152 "GRAY"
153 "HSV "
154 "HLS "
155 "CMYK"
156 "CMY "
157 "MCH1"
158 "MCH2"
159 "MCH3"
160 "MCH4"
161 "MCH5"
162 "MCH6"
163 "MCH7"
164 "MCH8"
165 "MCH9"
166 "MCHA"
167 "MCHB"
168 "MCHC"
169 "MCHD"
170 "MCHE"
171 "MCHF"
172 "nmcl"
173 "1CLR"
174 "2CLR"
175 "3CLR"
176 "4CLR"
177 "5CLR"
178 "6CLR"
179 "7CLR"
180 "8CLR"
181 "9CLR"
182 "ACLR"
183 "BCLR"
184 "CCLR"
185 "DCLR"
186 "ECLR"
187 "FCLR"
188 "LuvK"
189
190 # ICC Profile Class
191 "scnr"
192 "mntr"
193 "prtr"
194 "link"
195 "abst"
196 "spac"
197 "nmcl"
198
199 # ICC Platforms
200 "APPL"
201 "MSFT"
202 "SUNW"
203 "SGI "
204 "TGNT"
205 "*nix"
206
207 # Reference gamut
208 "prmg"
209
210 # For cmsSigColorimetricIntentImageStateTag
211 "scoe"
212 "sape"
213 "fpce"
214 "rhoc"
215 "rpoc"
216
217 # Multi process elements types
218 "cvst"
219 "matf"
220 "clut"
221 "bACS"
222 "eACS"
223 "l2x "
224 "x2l "
225 "ncl "
226 "2 4 "
227 "4 2 "
228 "idn "
229 "d2l "
230 "l2d "
231 "d2x "
232 "x2d "
233
234 # Types of CurveElements
235 "parf"
236 "samf"
237 "curf"
238
239 # Used in ResponseCurveType
240 "StaA"
241 "StaE"
242 "StaI"
243 "StaT"
244 "StaM"
245 "DN "
246 "DN P"
247 "DNN "
248 "DNNP"
249
OLDNEW
« no previous file with comments | « pdf/pdfium/fuzzers/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698