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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 103 return *hb_ot_layout_from_face (face)->gdef;
109 return *hb_ot_layout_from_face (face)->gsub;
115 return *hb_ot_layout_from_face (face)->gpos;
615 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
621 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
657 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false;
660 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
662 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_digests[lookup_index]);
678 if (unlikely (lookup_index >= hb_ot_layout_from_face (font->face)->gsub_lookup_count)) return false;
682 const OT::SubstLookup& l = hb_ot_layout_from_face (font->face)->gsub->get_lookup (lookup_index)
    [all...]
hb-ot-layout-private.hh 98 #define hb_ot_layout_from_face(face) ((hb_ot_layout_t *) face->shaper_data.ot) macro
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-layout-gsubgpos-private.hh 286 gdef (*hb_ot_layout_from_face (face)->gdef),
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 97 return *hb_ot_layout_from_face (face)->gdef;
103 return *hb_ot_layout_from_face (face)->gsub;
109 return *hb_ot_layout_from_face (face)->gpos;
609 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
615 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
651 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false;
654 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
656 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_digests[lookup_index]);
672 if (unlikely (lookup_index >= hb_ot_layout_from_face (font->face)->gsub_lookup_count)) return false;
676 const OT::SubstLookup& l = hb_ot_layout_from_face (font->face)->gsub->get_lookup (lookup_index)
    [all...]
hb-ot-layout-private.hh 98 #define hb_ot_layout_from_face(face) ((hb_ot_layout_t *) face->shaper_data.ot) macro
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-layout-gsubgpos-private.hh 286 gdef (*hb_ot_layout_from_face (face)->gdef),
    [all...]

Completed in 172 milliseconds