[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Feb 26 09:03:43 UTC 2018


 src/hb-aat-layout-ankr-table.hh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f90cd9b1f5ade8ad5e3b7caf0272936ad7a0f419
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Feb 26 01:03:23 2018 -0800

    [aat/ankr] Hook up Lookup table

diff --git a/src/hb-aat-layout-ankr-table.hh b/src/hb-aat-layout-ankr-table.hh
index 8ccaa7e8..68fa96fc 100644
--- a/src/hb-aat-layout-ankr-table.hh
+++ b/src/hb-aat-layout-ankr-table.hh
@@ -45,14 +45,14 @@ struct ankr
   {
     TRACE_SANITIZE (this);
     return_trace (c->check_struct (this) && version == 0 &&
-		  /* XXX lookupTable */
+		  lookupTable.sanitize (c, this) &&
 		  anchors.sanitize (c, this));
   }
 
   protected:
   HBUINT16			version; 	/* Version number (set to zero) */
   HBUINT16			flags;		/* Flags (currently unused; set to zero) */
-  LOffsetTo<const void*>	lookupTable;	/* Offset to the table's lookup table */
+  LOffsetTo<Lookup<HBUINT16> >	lookupTable;	/* Offset to the table's lookup table */
   LOffsetTo<ArrayOf<HBUINT32, HBUINT32> >
 				anchors;	/* Offset to the glyph data table */
 


More information about the HarfBuzz mailing list