Searched refs:SubstLookupSubTable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh922 typedef struct SubstLookupSubTable LookupSubTable;
1085 struct SubstLookupSubTable struct in namespace:OT
1155 inline const SubstLookupSubTable& get_subtable (unsigned int i) const
1156 { return this+CastR<OffsetArrayOf<SubstLookupSubTable> > (subTable)[i]; }
1159 { return lookup_type == SubstLookupSubTable::ReverseChainSingle; }
1164 if (unlikely (type == SubstLookupSubTable::Extension))
1216 inline SubstLookupSubTable& serialize_subtable (hb_serialize_context_t *c,
1218 { return CastR<OffsetArrayOf<SubstLookupSubTable> > (subTable)[i].serialize (c, this); }
1227 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Single, lookup_props, 1))) return TRACE_RETURN (false);
1239 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh922 typedef struct SubstLookupSubTable LookupSubTable;
1085 struct SubstLookupSubTable struct in namespace:OT
1155 inline const SubstLookupSubTable& get_subtable (unsigned int i) const
1156 { return this+CastR<OffsetArrayOf<SubstLookupSubTable> > (subTable)[i]; }
1159 { return lookup_type == SubstLookupSubTable::ReverseChainSingle; }
1164 if (unlikely (type == SubstLookupSubTable::Extension))
1216 inline SubstLookupSubTable& serialize_subtable (hb_serialize_context_t *c,
1218 { return CastR<OffsetArrayOf<SubstLookupSubTable> > (subTable)[i].serialize (c, this); }
1227 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Single, lookup_props, 1))) return TRACE_RETURN (false);
1239 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable
[all...]

Completed in 119 milliseconds