[ot-color] Move the related tables to hb-ot-color-* (#858)

This commit is contained in:
Ebrahim Byagowi 2018-03-03 22:43:23 +03:30 committed by GitHub
parent 48ed15a2bc
commit c446c23f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 12 deletions

View File

@ -97,8 +97,8 @@ HB_OT_sources = \
hb-ot-layout-jstf-table.hh \
hb-ot-layout-private.hh \
hb-ot-color.cc \
hb-ot-colr-table.hh \
hb-ot-cpal-table.hh \
hb-ot-color-colr-table.hh \
hb-ot-color-cpal-table.hh \
hb-ot-map.cc \
hb-ot-map-private.hh \
hb-ot-math.cc \

View File

@ -22,8 +22,8 @@
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
*/
#ifndef HB_OT_COLR_TABLE_HH
#define HB_OT_COLR_TABLE_HH
#ifndef HB_OT_COLOR_COLR_TABLE_HH
#define HB_OT_COLOR_COLR_TABLE_HH
#include "hb-open-type-private.hh"
@ -134,4 +134,4 @@ struct COLR
} /* namespace OT */
#endif /* HB_OT_COLR_TABLE_HH */
#endif /* HB_OT_COLOR_COLR_TABLE_HH */

View File

@ -25,8 +25,8 @@
* Google Author(s): Sascha Brawer
*/
#ifndef HB_OT_CPAL_TABLE_HH
#define HB_OT_CPAL_TABLE_HH
#ifndef HB_OT_COLOR_CPAL_TABLE_HH
#define HB_OT_COLOR_CPAL_TABLE_HH
#include "hb-open-type-private.hh"
@ -176,4 +176,4 @@ struct CPAL
} /* namespace OT */
#endif /* HB_OT_CPAL_TABLE_HH */
#endif /* HB_OT_COLOR_CPAL_TABLE_HH */

View File

@ -26,8 +26,8 @@
*/
#include "hb-open-type-private.hh"
#include "hb-ot-colr-table.hh"
#include "hb-ot-cpal-table.hh"
#include "hb-ot-color-colr-table.hh"
#include "hb-ot-color-cpal-table.hh"
#include "hb-ot.h"
#include <stdlib.h>

View File

@ -37,8 +37,8 @@
#include "hb-ot-layout-gpos-table.hh"
#include "hb-ot-layout-jstf-table.hh" // Just so we compile it; unused otherwise.
#include "hb-ot-name-table.hh" // Just so we compile it; unused otherwise.
#include "hb-ot-colr-table.hh"
#include "hb-ot-cpal-table.hh"
#include "hb-ot-color-colr-table.hh"
#include "hb-ot-color-cpal-table.hh"
#include "hb-ot-map-private.hh"