Home | History | Annotate | Download | only in src

Lines Matching refs:Proxy

1134 template <typename Proxy>
1137 const typename Proxy::Lookup &lookup,
1154 if (Proxy::table_index == 0)
1162 if (!Proxy::inplace)
1171 if (Proxy::table_index == 0)
1179 template <typename Proxy>
1180 inline void hb_ot_map_t::apply (const Proxy &proxy,
1185 const unsigned int table_index = proxy.table_index;
1188 c.set_recurse_func (Proxy::Lookup::apply_recurse_func);
1199 apply_string<Proxy> (&c,
1200 proxy.table.get_lookup (lookup_index),
1201 proxy.accels[lookup_index]);
1215 GSUBProxy proxy (font->face);
1216 apply (proxy, plan, font, buffer);
1221 GPOSProxy proxy (font->face);
1222 apply (proxy, plan, font, buffer);