summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF/CommonNames.h
diff options
context:
space:
mode:
authorMatthew Olsson <matthewcolsson@gmail.com>2021-05-27 14:01:37 -0700
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2021-06-12 22:45:01 +0430
commit7b4e36bf88ae1498287c262c910874e9ad9c5cbf (patch)
tree0bab3957e91c387f928a9c7efcef57daca22fbd8 /Userland/Libraries/LibPDF/CommonNames.h
parentea3abb14fe2eff0ef5d319c2d83358fbb233e4f5 (diff)
downloadserenity-7b4e36bf88ae1498287c262c910874e9ad9c5cbf.zip
LibPDF: Split ColorSpace into a different class for each color space
While unnecessary at the moment, this will allow for more fine-grained control when complex color spaces get added.
Diffstat (limited to 'Userland/Libraries/LibPDF/CommonNames.h')
-rw-r--r--Userland/Libraries/LibPDF/CommonNames.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Userland/Libraries/LibPDF/CommonNames.h b/Userland/Libraries/LibPDF/CommonNames.h
index fe4010dc7e..b300c81396 100644
--- a/Userland/Libraries/LibPDF/CommonNames.h
+++ b/Userland/Libraries/LibPDF/CommonNames.h
@@ -12,14 +12,20 @@
V(ASCII85Decode) \
V(ASCIIHexDecode) \
V(BaseFont) \
+ V(BlackPoint) \
V(C) \
+ V(CalRGB) \
V(CCITTFaxDecode) \
+ V(ColorSpace) \
V(Contents) \
V(Count) \
V(CropBox) \
V(Crypt) \
V(DCTDecode) \
V(Dest) \
+ V(DeviceCMYK) \
+ V(DeviceGray) \
+ V(DeviceRGB) \
V(E) \
V(F) \
V(Filter) \
@@ -33,6 +39,7 @@
V(FitV) \
V(FlateDecode) \
V(Font) \
+ V(Gamma) \
V(H) \
V(JBIG2Decode) \
V(JPXDecode) \
@@ -42,6 +49,7 @@
V(Last) \
V(Length) \
V(Linearized) \
+ V(Matrix) \
V(MediaBox) \
V(N) \
V(Next) \
@@ -50,6 +58,7 @@
V(P) \
V(Pages) \
V(Parent) \
+ V(Pattern) \
V(Prev) \
V(Resources) \
V(Root) \
@@ -59,6 +68,7 @@
V(Title) \
V(Type) \
V(UserUnit) \
+ V(WhitePoint) \
V(XYZ)
namespace PDF {