mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-22593 Add missing layout/ prefix for Layout Engine header files.
This commit is contained in:
parent
391e3b85fe
commit
99f6be4345
15 changed files with 24 additions and 24 deletions
|
@ -26,7 +26,7 @@ CLEANFILES = *~ $(DEPS)
|
|||
TARGET = gnomelayout
|
||||
CTARGET = cgnomelayout
|
||||
|
||||
CPPFLAGS += -DLE_USE_CMEMORY `pkg-config --cflags libgnomeui-2.0 freetype2 cairo` -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/layoutex -I$(top_srcdir)/layout -I$(top_srcdir) -g
|
||||
CPPFLAGS += -DLE_USE_CMEMORY `pkg-config --cflags libgnomeui-2.0 freetype2 cairo` -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/layoutex -I$(top_srcdir) -g
|
||||
|
||||
LIBS = $(LIBICULX) $(LIBICULE) $(LIBICUUC) $(LIBICUI18N) @LIBS@ @LIB_M@ `pkg-config --libs libgnomeui-2.0 freetype2 cairo`
|
||||
|
||||
|
|
|
@ -12,14 +12,14 @@
|
|||
#include FT_FREETYPE_H
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
#include "loengine.h"
|
||||
#include "layout/loengine.h"
|
||||
#include "rsurface.h"
|
||||
#include "gsupport.h"
|
||||
|
||||
#include "gnomeglue.h"
|
||||
|
||||
#include "LETypes.h"
|
||||
#include "LEFontInstance.h"
|
||||
#include "layout/LETypes.h"
|
||||
#include "layout/LEFontInstance.h"
|
||||
#include "GnomeGUISupport.h"
|
||||
#include "GnomeFontMap.h"
|
||||
#include "GnomeFontInstance.h"
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
#include "LETypes.h"
|
||||
#include "loengine.h"
|
||||
#include "layout/LETypes.h"
|
||||
#include "layout/loengine.h"
|
||||
#include "gsupport.h"
|
||||
#include "rsurface.h"
|
||||
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "loengine.h"
|
||||
#include "layout/loengine.h"
|
||||
#include "rsurface.h"
|
||||
|
||||
#include "LETypes.h"
|
||||
#include "LEFontInstance.h"
|
||||
#include "layout/LETypes.h"
|
||||
#include "layout/LEFontInstance.h"
|
||||
#include "RenderingSurface.h"
|
||||
|
||||
U_CDECL_BEGIN
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef __RSURFACE_H
|
||||
#define __RSURFACE_H
|
||||
|
||||
#include "loengine.h"
|
||||
#include "layout/loengine.h"
|
||||
|
||||
typedef void rs_surface;
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef __SFNT_H
|
||||
#define __SFNT_H
|
||||
|
||||
#include "LETypes.h"
|
||||
#include "layout/LETypes.h"
|
||||
|
||||
|
||||
#ifndef ANY_NUMBER
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "LETypes.h"
|
||||
#include "layout/LETypes.h"
|
||||
#include "FontObject.h"
|
||||
#include "LESwaps.h"
|
||||
#include "layout/LESwaps.h"
|
||||
|
||||
FontObject::FontObject(char *fileName)
|
||||
: directory(nullptr), numTables(0), searchRange(0),entrySelector(0),
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "LETypes.h"
|
||||
#include "layout/LETypes.h"
|
||||
|
||||
|
||||
#ifndef ANY_NUMBER
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "layout/LEFontInstance.h"
|
||||
|
||||
#ifndef USING_ICULEHB
|
||||
#include "CanonShaping.h"
|
||||
#include "layout/CanonShaping.h"
|
||||
#endif
|
||||
|
||||
#include "SimpleFontInstance.h"
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
* generated by: gendata.cpp
|
||||
*/
|
||||
|
||||
#include "LETypes.h"
|
||||
#include "LEScripts.h"
|
||||
#include "layout/LETypes.h"
|
||||
#include "layout/LEScripts.h"
|
||||
#include "letest.h"
|
||||
|
||||
const char *fontVersionString0 = "Version 0.99";
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "LETypes.h"
|
||||
#include "layout/LETypes.h"
|
||||
#include "FontObject.h"
|
||||
#include "LESwaps.h"
|
||||
#include "layout/LESwaps.h"
|
||||
|
||||
FontObject::FontObject(char *fileName)
|
||||
: directory(nullptr), numTables(0), searchRange(0),entrySelector(0),
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "LETypes.h"
|
||||
#include "layout/LETypes.h"
|
||||
|
||||
|
||||
#ifndef ANY_NUMBER
|
||||
|
|
|
@ -24,7 +24,7 @@ CLEANFILES = *~ $(DEPS)
|
|||
## Target information
|
||||
TARGET = leperf
|
||||
|
||||
CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/layout/.. -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw -I$(top_srcdir)/io -I$(top_srcdir)/i18n
|
||||
CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw -I$(top_srcdir)/io -I$(top_srcdir)/i18n
|
||||
LIBS = $(LIBCTESTFW) $(LIBICUIO) $(LIBICULE) $(LIBICUUC) $(LIBICUI18N) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M)
|
||||
|
||||
OBJECTS = $(TARGET).o
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "LETypes.h"
|
||||
#include "loengine.h"
|
||||
#include "layout/LETypes.h"
|
||||
#include "layout/loengine.h"
|
||||
#include "PortableFontInstance.h"
|
||||
#include "SimpleFontInstance.h"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef __XMLREADER_H
|
||||
#define __XMLREADER_H
|
||||
|
||||
#include "LETypes.h"
|
||||
#include "layout/LETypes.h"
|
||||
#include "letest.h"
|
||||
|
||||
typedef void (*TestCaseCallback) (const char *testID,
|
||||
|
|
Loading…
Add table
Reference in a new issue