hb-font.c \
hb-font-private.h \
hb-private.h \
- hb-open-file-private.h \
- hb-open-types-private.h \
+ hb-open-file-private.hh \
+ hb-open-types-private.hh \
hb-ot-layout.cc \
- hb-ot-layout-common-private.h \
- hb-ot-layout-gdef-private.h \
- hb-ot-layout-gpos-private.h \
- hb-ot-layout-gsubgpos-private.h \
- hb-ot-layout-gsub-private.h \
+ hb-ot-layout-common-private.hh \
+ hb-ot-layout-gdef-private.hh \
+ hb-ot-layout-gpos-private.hh \
+ hb-ot-layout-gsubgpos-private.hh \
+ hb-ot-layout-gsub-private.hh \
hb-ot-layout-private.h \
hb-object-private.h \
$(NULL)
* Red Hat Author(s): Behdad Esfahbod
*/
-#ifndef HB_OPEN_FILE_PRIVATE_H
-#define HB_OPEN_FILE_PRIVATE_H
+#ifndef HB_OPEN_FILE_PRIVATE_HH
+#define HB_OPEN_FILE_PRIVATE_HH
-#include "hb-open-types-private.h"
+#include "hb-open-types-private.hh"
/*
ASSERT_SIZE (OpenTypeFontFile, 4);
-#endif /* HB_OPEN_FILE_PRIVATE_H */
+#endif /* HB_OPEN_FILE_PRIVATE_HH */
* Red Hat Author(s): Behdad Esfahbod
*/
-#ifndef HB_OPEN_TYPES_PRIVATE_H
-#define HB_OPEN_TYPES_PRIVATE_H
+#ifndef HB_OPEN_TYPES_PRIVATE_HH
+#define HB_OPEN_TYPES_PRIVATE_HH
#include "hb-private.h"
}
-#endif /* HB_OPEN_TYPES_PRIVATE_H */
+#endif /* HB_OPEN_TYPES_PRIVATE_HH */
* Red Hat Author(s): Behdad Esfahbod
*/
-#ifndef HB_OT_LAYOUT_COMMON_PRIVATE_H
-#define HB_OT_LAYOUT_COMMON_PRIVATE_H
+#ifndef HB_OT_LAYOUT_COMMON_PRIVATE_HH
+#define HB_OT_LAYOUT_COMMON_PRIVATE_HH
#include "hb-ot-layout-private.h"
-#include "hb-open-types-private.h"
+#include "hb-open-types-private.hh"
/*
ASSERT_SIZE (Device, 6);
-#endif /* HB_OT_LAYOUT_COMMON_PRIVATE_H */
+#endif /* HB_OT_LAYOUT_COMMON_PRIVATE_HH */
* Red Hat Author(s): Behdad Esfahbod
*/
-#ifndef HB_OT_LAYOUT_GDEF_PRIVATE_H
-#define HB_OT_LAYOUT_GDEF_PRIVATE_H
+#ifndef HB_OT_LAYOUT_GDEF_PRIVATE_HH
+#define HB_OT_LAYOUT_GDEF_PRIVATE_HH
-#include "hb-ot-layout-common-private.h"
+#include "hb-ot-layout-common-private.hh"
struct GlyphClassDef : ClassDef
ASSERT_SIZE (GDEF, 12);
-#endif /* HB_OT_LAYOUT_GDEF_PRIVATE_H */
+#endif /* HB_OT_LAYOUT_GDEF_PRIVATE_HH */
* Red Hat Author(s): Behdad Esfahbod
*/
-#ifndef HB_OT_LAYOUT_GPOS_PRIVATE_H
-#define HB_OT_LAYOUT_GPOS_PRIVATE_H
+#ifndef HB_OT_LAYOUT_GPOS_PRIVATE_HH
+#define HB_OT_LAYOUT_GPOS_PRIVATE_HH
-#include "hb-ot-layout-gsubgpos-private.h"
+#include "hb-ot-layout-gsubgpos-private.hh"
#define HB_OT_LAYOUT_GPOS_NO_LAST ((unsigned int) -1)
}
-#endif /* HB_OT_LAYOUT_GPOS_PRIVATE_H */
+#endif /* HB_OT_LAYOUT_GPOS_PRIVATE_HH */
* Red Hat Author(s): Behdad Esfahbod
*/
-#ifndef HB_OT_LAYOUT_GSUB_PRIVATE_H
-#define HB_OT_LAYOUT_GSUB_PRIVATE_H
+#ifndef HB_OT_LAYOUT_GSUB_PRIVATE_HH
+#define HB_OT_LAYOUT_GSUB_PRIVATE_HH
-#include "hb-ot-layout-gsubgpos-private.h"
+#include "hb-ot-layout-gsubgpos-private.hh"
struct SingleSubstFormat1
}
-#endif /* HB_OT_LAYOUT_GSUB_PRIVATE_H */
+#endif /* HB_OT_LAYOUT_GSUB_PRIVATE_HH */
* Red Hat Author(s): Behdad Esfahbod
*/
-#ifndef HB_OT_LAYOUT_GSUBGPOS_PRIVATE_H
-#define HB_OT_LAYOUT_GSUBGPOS_PRIVATE_H
+#ifndef HB_OT_LAYOUT_GSUBGPOS_PRIVATE_HH
+#define HB_OT_LAYOUT_GSUBGPOS_PRIVATE_HH
#include "hb-buffer-private.h"
-#include "hb-ot-layout-gdef-private.h"
+#include "hb-ot-layout-gdef-private.hh"
#define APPLY_ARG_DEF \
ASSERT_SIZE (GSUBGPOS, 10);
-#endif /* HB_OT_LAYOUT_GSUBGPOS_PRIVATE_H */
+#endif /* HB_OT_LAYOUT_GSUBGPOS_PRIVATE_HH */
#include "hb-ot-layout-private.h"
-#include "hb-open-file-private.h"
-#include "hb-ot-layout-gdef-private.h"
-#include "hb-ot-layout-gsub-private.h"
-#include "hb-ot-layout-gpos-private.h"
+#include "hb-open-file-private.hh"
+#include "hb-ot-layout-gdef-private.hh"
+#include "hb-ot-layout-gsub-private.hh"
+#include "hb-ot-layout-gpos-private.hh"
#include <stdlib.h>
*/
#define HB_OT_LAYOUT_CC
-#include "hb-open-file-private.h"
-#include "hb-ot-layout-gdef-private.h"
-#include "hb-ot-layout-gsubgpos-private.h"
+#include "hb-open-file-private.hh"
+#include "hb-ot-layout-gdef-private.hh"
+#include "hb-ot-layout-gsubgpos-private.hh"
#include <glib.h>
#include <stdlib.h>