HomeSort by relevance Sort by last modified time
    Searched refs:SubstLookup (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 47 static OT::SubstLookup *
88 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> ();
97 return ret ? c.copy<OT::SubstLookup> () : NULL;
100 static OT::SubstLookup *
167 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> ();
180 return ret ? c.copy<OT::SubstLookup> () : NULL;
183 static OT::SubstLookup *
204 OT::SubstLookup *lookup_array[ARABIC_FALLBACK_MAX_LOOKUPS]
    [all...]
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-private.hh 94 struct SubstLookup;
99 const OT::SubstLookup &lookup,
hb-ot-layout.cc 802 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
884 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
907 const OT::SubstLookup& l = _get_gsub (face).get_lookup (lookup_index);
1001 typedef OT::SubstLookup Lookup;
    [all...]

Completed in 69 milliseconds