|
|
@ -32,9 +32,8 @@ |
|
|
|
#include "OT/Layout/GSUB/GSUB.hh" |
|
|
|
#include "OT/Layout/GSUB/GSUB.hh" |
|
|
|
|
|
|
|
|
|
|
|
namespace OT { |
|
|
|
namespace OT { |
|
|
|
|
|
|
|
namespace Layout { |
|
|
|
using Layout::GSUB_impl::SubstLookup; |
|
|
|
namespace GSUB_impl { |
|
|
|
using Layout::GSUB_impl::ExtensionSubst; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// TODO(garretrieger): Move into the new layout directory.
|
|
|
|
// TODO(garretrieger): Move into the new layout directory.
|
|
|
|
/* Out-of-class implementation for methods recursing */ |
|
|
|
/* Out-of-class implementation for methods recursing */ |
|
|
@ -82,7 +81,8 @@ inline bool SubstLookup::dispatch_recurse_func<hb_ot_apply_context_t> (hb_ot_app |
|
|
|
} |
|
|
|
} |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} /* namespace GSUB_impl */ |
|
|
|
|
|
|
|
} /* namespace Layout */ |
|
|
|
} /* namespace OT */ |
|
|
|
} /* namespace OT */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|