Home
last modified time | relevance | path

Searched defs:SinglePos (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-gpos-table.hh528 struct SinglePos struct
531 inline typename context_t::return_t dispatch (context_t *c) const in dispatch()
541 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
552 union {
556 } u;
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh528 struct SinglePos struct
531 inline typename context_t::return_t dispatch (context_t *c) const in dispatch()
541 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
552 union {
556 } u;
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
Dharfbuzz-dump.c542 HB_SinglePos *SinglePos = &subtable->st.gpos.single; in Dump_GPOS_Lookup_Single() local