Kaydet (Commit) 09a1566b authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: move all glyph files from generic to unx

All the files in glyph are only used by Unix based systems, with the
exception of OS X. Therefore, it's not really "generic" as in "used
across all platforms" but is generic as in "used in all Unix-based
systems".

Change-Id: Id89c09df74f0ddafee5c88c55bac4c35f9b23ef8
Reviewed-on: https://gerrit.libreoffice.org/21312Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarChris Sherlock <chris.sherlock79@gmail.com>
üst 557a6d20
...@@ -423,7 +423,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ ...@@ -423,7 +423,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
# handle X11 platforms, which have additional files and possibly system graphite # handle X11 platforms, which have additional files and possibly system graphite
ifneq (,$(or $(USING_X11),$(ENABLE_HEADLESS))) ifneq (,$(or $(USING_X11),$(ENABLE_HEADLESS)))
$(eval $(call gb_Library_add_exception_objects,vcl,\ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/generic/glyphs/graphite_serverfont \ vcl/unx/generic/glyphs/graphite_serverfont \
)) ))
endif endif
...@@ -555,9 +555,6 @@ vcl_generic_code= \ ...@@ -555,9 +555,6 @@ vcl_generic_code= \
vcl/generic/print/prtsetup \ vcl/generic/print/prtsetup \
vcl/generic/print/text_gfx \ vcl/generic/print/text_gfx \
vcl/generic/fontmanager/fontsubst \ vcl/generic/fontmanager/fontsubst \
vcl/generic/glyphs/gcach_layout \
vcl/generic/glyphs/glyphcache \
vcl/generic/glyphs/scrptrun \
vcl/generic/fontmanager/fontcache \ vcl/generic/fontmanager/fontcache \
vcl/generic/fontmanager/fontconfig \ vcl/generic/fontmanager/fontconfig \
vcl/generic/fontmanager/fontmanager \ vcl/generic/fontmanager/fontmanager \
...@@ -579,6 +576,9 @@ vcl_headless_freetype_code=\ ...@@ -579,6 +576,9 @@ vcl_headless_freetype_code=\
vcl/headless/svpglyphcache \ vcl/headless/svpglyphcache \
vcl/unx/generic/gdi/cairotextrender \ vcl/unx/generic/gdi/cairotextrender \
vcl/unx/generic/glyphs/freetype_glyphcache \ vcl/unx/generic/glyphs/freetype_glyphcache \
vcl/unx/generic/glyphs/gcach_layout \
vcl/unx/generic/glyphs/glyphcache \
vcl/unx/generic/glyphs/scrptrun \
vcl/headless/svpcairotextrender \ vcl/headless/svpcairotextrender \
ifeq ($(USING_X11),TRUE) ifeq ($(USING_X11),TRUE)
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "generic/geninst.h" #include "generic/geninst.h"
#include "generic/genpspgraphics.h" #include "generic/genpspgraphics.h"
#include "generic/glyphcache.hxx" #include "unx/glyphcache.hxx"
#include "vcl/sysdata.hxx" #include "vcl/sysdata.hxx"
#include "fontinstance.hxx" #include "fontinstance.hxx"
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include "fontsubset.hxx" #include "fontsubset.hxx"
#include "generic/geninst.h" #include "generic/geninst.h"
#include "generic/genpspgraphics.h" #include "generic/genpspgraphics.h"
#include "generic/glyphcache.hxx" #include "unx/glyphcache.hxx"
#include "generic/printergfx.hxx" #include "generic/printergfx.hxx"
#include "impfont.hxx" #include "impfont.hxx"
#include "langboost.hxx" #include "langboost.hxx"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <tools/debug.hxx> #include <tools/debug.hxx>
#include "generic/geninst.h" #include "generic/geninst.h"
#include "generic/glyphcache.hxx" #include "unx/glyphcache.hxx"
#include "headless/svpgdi.hxx" #include "headless/svpgdi.hxx"
namespace namespace
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#ifndef _MSC_VER #ifndef _MSC_VER
#include <graphite_layout.hxx> #include <graphite_layout.hxx>
#include "generic/glyphcache.hxx" #include "unx/glyphcache.hxx"
class PhysicalFontFace; class PhysicalFontFace;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_VCL_GENERIC_GLYPHS_GCACH_FTYP_HXX #ifndef INCLUDED_VCL_GENERIC_GLYPHS_GCACH_FTYP_HXX
#define INCLUDED_VCL_GENERIC_GLYPHS_GCACH_FTYP_HXX #define INCLUDED_VCL_GENERIC_GLYPHS_GCACH_FTYP_HXX
#include "generic/glyphcache.hxx" #include "unx/glyphcache.hxx"
#include "PhysicalFontFace.hxx" #include "PhysicalFontFace.hxx"
#include <config_graphite.h> #include <config_graphite.h>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "generic/printergfx.hxx" #include "generic/printergfx.hxx"
#include "generic/genpspgraphics.h" #include "generic/genpspgraphics.h"
#include "generic/geninst.h" #include "generic/geninst.h"
#include "generic/glyphcache.hxx" #include "unx/glyphcache.hxx"
#include "PhysicalFontFace.hxx" #include "PhysicalFontFace.hxx"
#include "impfont.hxx" #include "impfont.hxx"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_VCL_UNX_GENERIC_GDI_GCACH_XPEER_HXX #ifndef INCLUDED_VCL_UNX_GENERIC_GDI_GCACH_XPEER_HXX
#define INCLUDED_VCL_UNX_GENERIC_GDI_GCACH_XPEER_HXX #define INCLUDED_VCL_UNX_GENERIC_GDI_GCACH_XPEER_HXX
#include "generic/glyphcache.hxx" #include "unx/glyphcache.hxx"
class X11GlyphCache : public GlyphCache class X11GlyphCache : public GlyphCache
{ {
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <sallayout.hxx> #include <sallayout.hxx>
// Module // Module
#include "unx/freetype_glyphcache.hxx" #include "unx/freetype_glyphcache.hxx"
#include "generic/glyphcache.hxx" #include "unx/glyphcache.hxx"
#include <graphite_features.hxx> #include <graphite_features.hxx>
#include <graphite_serverfont.hxx> #include <graphite_serverfont.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment