summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-14 23:20:53 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-16 07:33:57 +1000
commit5a35cb3e7fdb67f4f75435ab8869f8d973ae5daf (patch)
tree85845a2524205726ab99d6db84a265eafd2721cd /vcl/Library_vcl.mk
parentd4bf419884994cdc0966e40468d44b94b68bb4e5 (diff)
Split outdev2.cxx
I have split outdev2.cxx into the following files: + alpha.cxx + bezier.cxx + bitmap.cxx + blend.cxx + gradient.cxx + hatch.cxx + pixel.cxx + polygon.cxx + line.cxx + polyline.cxx + rect.cxx + transparent.cxx I have also moved all the DrawDev functions into outdev.cxx Change-Id: Ica7057250526cd1ed680e5ec173c73265a586ea3
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r--vcl/Library_vcl.mk34
1 files changed, 20 insertions, 14 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index e1330c1e4e39..b6660074c8e6 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -234,20 +234,26 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/gdi/metric \
vcl/source/gdi/octree \
vcl/source/gdi/oldprintadaptor \
- vcl/source/gdi/outdev/bezier \
- vcl/source/gdi/outdev/polygon \
- vcl/source/gdi/outdev/outdev2 \
- vcl/source/gdi/outdev/outdev3 \
- vcl/source/gdi/outdev/rect \
- vcl/source/gdi/outdev/line \
- vcl/source/gdi/outdev/polyline \
- vcl/source/gdi/outdev/hatch \
- vcl/source/gdi/outdev/gradient \
- vcl/source/gdi/outdev/outdev5 \
- vcl/source/gdi/outdev/outdev6 \
- vcl/source/gdi/outdev/outdev \
- vcl/source/gdi/outdev/outdevnative \
- vcl/source/gdi/outdev/outmap \
+ vcl/source/outdev/tworect \
+ vcl/source/outdev/bezier \
+ vcl/source/outdev/polygon \
+ vcl/source/outdev/transparent \
+ vcl/source/outdev/alpha \
+ vcl/source/outdev/blend \
+ vcl/source/outdev/mask \
+ vcl/source/outdev/bitmap \
+ vcl/source/outdev/outdev3 \
+ vcl/source/outdev/pixel \
+ vcl/source/outdev/rect \
+ vcl/source/outdev/line \
+ vcl/source/outdev/polyline \
+ vcl/source/outdev/hatch \
+ vcl/source/outdev/gradient \
+ vcl/source/outdev/outdev5 \
+ vcl/source/outdev/outdev6 \
+ vcl/source/outdev/outdev \
+ vcl/source/outdev/outdevnative \
+ vcl/source/outdev/outmap \
vcl/source/gdi/pdfextoutdevdata \
vcl/source/gdi/pdffontcache \
vcl/source/gdi/pdfwriter \