hb_ot_layout_from_face 1613 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); hb_ot_layout_from_face 1620 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); hb_ot_layout_from_face 1323 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; hb_ot_layout_from_face 1352 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); hb_ot_layout_from_face 1359 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); hb_ot_layout_from_face 289 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh gdef (*hb_ot_layout_from_face (face)->gdef), hb_ot_layout_from_face 105 third_party/harfbuzz-ng/src/hb-ot-layout.cc return *hb_ot_layout_from_face (face)->gdef; hb_ot_layout_from_face 111 third_party/harfbuzz-ng/src/hb-ot-layout.cc return *hb_ot_layout_from_face (face)->gsub; hb_ot_layout_from_face 117 third_party/harfbuzz-ng/src/hb-ot-layout.cc return *hb_ot_layout_from_face (face)->gpos; hb_ot_layout_from_face 425 third_party/harfbuzz-ng/src/hb-ot-layout.cc return hb_ot_layout_from_face (face)->gsub_lookup_count; hb_ot_layout_from_face 429 third_party/harfbuzz-ng/src/hb-ot-layout.cc return hb_ot_layout_from_face (face)->gpos_lookup_count; hb_ot_layout_from_face 635 third_party/harfbuzz-ng/src/hb-ot-layout.cc const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); hb_ot_layout_from_face 641 third_party/harfbuzz-ng/src/hb-ot-layout.cc const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); hb_ot_layout_from_face 677 third_party/harfbuzz-ng/src/hb-ot-layout.cc if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false; hb_ot_layout_from_face 680 third_party/harfbuzz-ng/src/hb-ot-layout.cc const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); hb_ot_layout_from_face 682 third_party/harfbuzz-ng/src/hb-ot-layout.cc return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index].digest); hb_ot_layout_from_face 790 third_party/harfbuzz-ng/src/hb-ot-layout.cc table (*hb_ot_layout_from_face (face)->gsub), hb_ot_layout_from_face 791 third_party/harfbuzz-ng/src/hb-ot-layout.cc accels (hb_ot_layout_from_face (face)->gsub_accels) {} hb_ot_layout_from_face 804 third_party/harfbuzz-ng/src/hb-ot-layout.cc table (*hb_ot_layout_from_face (face)->gpos), hb_ot_layout_from_face 805 third_party/harfbuzz-ng/src/hb-ot-layout.cc accels (hb_ot_layout_from_face (face)->gpos_accels) {}