diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2018-10-05 10:25:43 +0000 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2018-10-06 12:06:30 +0200 |
commit | 8fdb37119f6db7f7fa5af1644e15347f17e5968e (patch) | |
tree | a45d779da39ae6b3e24519b3cb55fa12260bf0ec /solenv | |
parent | ede39d78282484650796456327a35a879a475cef (diff) |
Add GlyphCache instance to GenericUnixSalData
This gets rid of some statics and drops some duplicate code:
- the X11 based GlyphCache => gone
- the svp version of the GlyphCache => gone
- the "normal" GlyphCache
- the PrintFontManager
And while at it move the implementation into its own file
gendata.cxx.
Change-Id: I9063139c9482f5f37285505f389cf5f32c02426b
Reviewed-on: https://gerrit.libreoffice.org/61454
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 30f9befd1586..22ca1d639ca1 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -17641,7 +17641,6 @@ vcl/inc/unx/desktops.hxx vcl/inc/unx/fc_fontoptions.hxx vcl/inc/unx/fontmanager.hxx vcl/inc/unx/freetype_glyphcache.hxx -vcl/inc/unx/gendata.hxx vcl/inc/unx/gendisp.hxx vcl/inc/unx/geninst.h vcl/inc/unx/genprn.h @@ -17691,6 +17690,7 @@ vcl/inc/unx/wmadaptor.hxx vcl/inc/unx/x11/x11gdiimpl.h vcl/inc/unx/x11/x11sys.hxx vcl/inc/unx/x11/xlimits.hxx +vcl/inc/unx/x11/xrender_peer.hxx vcl/inc/unx/x11_cursors/ase_curs.h vcl/inc/unx/x11_cursors/ase_mask.h vcl/inc/unx/x11_cursors/asn_curs.h @@ -18319,7 +18319,6 @@ vcl/unx/generic/gdi/salvd.cxx vcl/unx/generic/gdi/x11cairotextrender.cxx vcl/unx/generic/gdi/x11cairotextrender.hxx vcl/unx/generic/gdi/xrender_peer.cxx -vcl/unx/generic/gdi/xrender_peer.hxx vcl/unx/generic/glyphs/freetype_glyphcache.cxx vcl/unx/generic/glyphs/glyphcache.cxx vcl/unx/generic/print/bitmap_gfx.cxx |