Home
last modified time | relevance | path

Searched defs:PairPos (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/OT/Layout/GPOS/
DPairPos.hh11 struct PairPos struct
14 union {
22 } u;
26 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()
/external/fonttools/Lib/fontTools/otlLib/optimize/
Dgpos.py86 font: TTFont, level: int, subtables: Sequence[otTables.PairPos]
99 font: TTFont, level: int, subtable: otTables.PairPos
/external/harfbuzz_ng/src/graph/
Dpairpos-graph.hh603 struct PairPos : public OT::Layout::GPOS_impl::PairPos struct
605 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables()
624 bool sanitize (graph_t::vertex_t& vertex) const in sanitize()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3797 int PairPos = 0, End = Ops.size() - 1; in packTBLDVectorList() local