[repacker] comment cleanup.

This commit is contained in:
Garret Rieger 2022-08-18 22:01:48 +00:00
parent 015ca5bc3c
commit a91bfeeda5
2 changed files with 2 additions and 4 deletions

View File

@ -400,8 +400,7 @@ struct MarkBasePosFormat1 : public OT::Layout::GPOS_impl::MarkBasePosFormat1_2<S
return true; return true;
} }
// Create a new PairPos including PairSet's from start (inclusive) to end (exclusive). // Create a new MarkBasePos that has all of the data for classes from [start, end).
// Returns object id of the new object.
unsigned clone_range (split_context_t& sc, unsigned clone_range (split_context_t& sc,
unsigned this_index, unsigned this_index,
unsigned start, unsigned end) const unsigned start, unsigned end) const

View File

@ -288,8 +288,7 @@ hb_resolve_graph_overflows (hb_tag_t table_tag,
if (!will_overflow) if (!will_overflow)
return true; return true;
// TODO attach to graph? or just move buffers to the graph? graph::gsubgpos_graph_context_t ext_context (table_tag, sorted_graph);
graph::gsubgpos_graph_context_t ext_context (table_tag, sorted_graph); // TODO lifetime
if ((table_tag == HB_OT_TAG_GPOS if ((table_tag == HB_OT_TAG_GPOS
|| table_tag == HB_OT_TAG_GSUB) || table_tag == HB_OT_TAG_GSUB)
&& will_overflow) && will_overflow)