[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;
|
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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue