GSUBGPOS 1516 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh struct GPOS : GSUBGPOS GSUBGPOS 1521 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh { return CastR<PosLookup> (GSUBGPOS::get_lookup (i)); } GSUBGPOS 1528 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh if (unlikely (!GSUBGPOS::sanitize (c))) return TRACE_RETURN (false); GSUBGPOS 1297 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh struct GSUB : GSUBGPOS GSUBGPOS 1302 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); } GSUBGPOS 1309 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh if (unlikely (!GSUBGPOS::sanitize (c))) return TRACE_RETURN (false); GSUBGPOS 172 third_party/harfbuzz-ng/src/hb-ot-layout.cc static const OT::GSUBGPOS& GSUBGPOS 179 third_party/harfbuzz-ng/src/hb-ot-layout.cc default: return OT::Null(OT::GSUBGPOS); GSUBGPOS 191 third_party/harfbuzz-ng/src/hb-ot-layout.cc const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); GSUBGPOS 205 third_party/harfbuzz-ng/src/hb-ot-layout.cc const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); GSUBGPOS 236 third_party/harfbuzz-ng/src/hb-ot-layout.cc const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); GSUBGPOS 283 third_party/harfbuzz-ng/src/hb-ot-layout.cc const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); GSUBGPOS 346 third_party/harfbuzz-ng/src/hb-ot-layout.cc const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); GSUBGPOS 361 third_party/harfbuzz-ng/src/hb-ot-layout.cc const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); GSUBGPOS 386 third_party/harfbuzz-ng/src/hb-ot-layout.cc const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); GSUBGPOS 411 third_party/harfbuzz-ng/src/hb-ot-layout.cc const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); GSUBGPOS 108 third_party/harfbuzz-ng/src/main.cc case GSUBGPOS::GSUBTag: GSUBGPOS 109 third_party/harfbuzz-ng/src/main.cc case GSUBGPOS::GPOSTag: GSUBGPOS 112 third_party/harfbuzz-ng/src/main.cc const GSUBGPOS &g = *CastP<GSUBGPOS> (font_data + table.offset);