[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;
}
// Create a new PairPos including PairSet's from start (inclusive) to end (exclusive).
// Returns object id of the new object.
// Create a new MarkBasePos that has all of the data for classes from [start, end).
unsigned clone_range (split_context_t& sc,
unsigned this_index,
unsigned start, unsigned end) const

View File

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