Home
last modified time | relevance | path

Searched refs:get_subtables (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh777 const OffsetArrayOf<TSubTable>& get_subtables () const in get_subtables() function
780 OffsetArrayOf<TSubTable>& get_subtables () in get_subtables() function
785 { return this+get_subtables<TSubTable> ()[i]; } in get_subtable()
788 { return this+get_subtables<TSubTable> ()[i]; } in get_subtable()
857 const OffsetArrayOf<TSubTable>& subtables = get_subtables<TSubTable> (); in subset()
858 OffsetArrayOf<TSubTable>& out_subtables = out->get_subtables<TSubTable> (); in subset()
877 if (unlikely (!get_subtables<TSubTable> ().sanitize (c, this, get_type ()))) in sanitize()
Dhb-ot-layout-gsub-table.hh1401 { return get_subtables<SubTable> ()[i].serialize (c, this); } in serialize_subtable()