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-private.hh599 inline const OffsetArrayOf<SubTableType>& get_subtables (void) const in get_subtables() function
602 inline OffsetArrayOf<SubTableType>& get_subtables (void) in get_subtables() function
Dhb-ot-layout-gsub-table.hh1199 { return get_subtables<SubstLookupSubTable> ()[i].serialize (c, this); } in serialize_subtable()