[repacker] more TODO cleanup.

pull/3763/head
Garret Rieger 2 years ago
parent 46c1fa7d1b
commit 38846f41d3
  1. 3
      src/graph/gsubgpos-graph.hh
  2. 4
      src/graph/pairpos-graph.hh

@ -305,9 +305,6 @@ struct GSTAR : public OT::GSUBGPOS
return len >= get_size ();
}
// TODO(garretrieger): add find subtable's method, could be templated locate a specific
// subtable type, maybe take the lookup map as a starting point?
void find_lookups (graph_t& graph,
hb_hashmap_t<unsigned, Lookup*>& lookups /* OUT */)
{

@ -230,13 +230,13 @@ struct PairPosFormat2 : public OT::Layout::GPOS_impl::PairPosFormat2_4<SmallType
{
bool sanitize (graph_t::vertex_t& vertex) const
{
// TODO
// TODO(garretrieger): implement me!
return true;
}
hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, unsigned this_index)
{
// TODO
// TODO(garretrieger): implement me!
return hb_vector_t<unsigned> ();
}
};

Loading…
Cancel
Save