Home | History | Annotate | Download | only in src

Lines Matching refs:Lookup

909   typedef OT::SubstLookup Lookup;
923 typedef OT::PosLookup Lookup;
1034 /* The reverse lookup doesn't "advance" cursor (for good reason). */
1045 const typename Proxy::Lookup &lookup,
1053 c->set_lookup_props (lookup.get_props ());
1057 lookup.dispatch (&c_get_subtables);
1059 if (likely (!lookup.is_reverse ()))
1096 c.set_recurse_func (Proxy::Lookup::apply_recurse_func);
1103 if (!buffer->message (font, "start lookup %d", lookup_index)) continue;
1110 (void) buffer->message (font, "end lookup %d", lookup_index);
1135 const OT::SubstLookup &lookup,
1138 apply_string<GSUBProxy> (c, lookup, accel);