[repacker] comment cleanup.
This commit is contained in:
parent
015ca5bc3c
commit
a91bfeeda5
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue