[pango/harfbuzz-ng] [HB] Add TODO item



commit 25494c523822e837716bc1000b1d94ff06ca476f
Author: Behdad Esfahbod <behdad behdad org>
Date:   Wed May 20 15:46:12 2009 -0400

    [HB] Add TODO item
---
 pango/opentype/hb-ot-layout-gpos-private.h |    1 +
 pango/opentype/hb-ot-layout-gsub-private.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pango/opentype/hb-ot-layout-gpos-private.h b/pango/opentype/hb-ot-layout-gpos-private.h
index f78a84c..6426b29 100644
--- a/pango/opentype/hb-ot-layout-gpos-private.h
+++ b/pango/opentype/hb-ot-layout-gpos-private.h
@@ -1258,6 +1258,7 @@ static inline bool position_lookup (APPLY_ARG_DEF, unsigned int lookup_index)
   if (HB_UNLIKELY (context_length < 1))
     return false;
 
+  /* XXX This should be apply_one I guess */
   return l.apply_subtables (layout, buffer, context_length, nesting_level_left, property);
 }
 
diff --git a/pango/opentype/hb-ot-layout-gsub-private.h b/pango/opentype/hb-ot-layout-gsub-private.h
index d66d353..cbcdb72 100644
--- a/pango/opentype/hb-ot-layout-gsub-private.h
+++ b/pango/opentype/hb-ot-layout-gsub-private.h
@@ -837,6 +837,7 @@ static inline bool substitute_lookup (APPLY_ARG_DEF, unsigned int lookup_index)
   if (HB_UNLIKELY (context_length < 1))
     return false;
 
+  /* XXX This should be apply_one I guess */
   return l.apply_subtables (layout, buffer, context_length, nesting_level_left, property);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]