Home
last modified time | relevance | path

Searched refs:glyph_set (Results 1 – 14 of 14) sorted by relevance

/external/harfbuzz_ng/src/OT/Layout/GSUB/
DSingleSubstFormat2.hh40 auto &glyph_set = c->parent_active_glyphs (); in closure() local
42 if (substitute.len > glyph_set.get_population () * 4) in closure()
44 for (auto g : glyph_set) in closure()
56 | hb_filter (glyph_set, hb_first) in closure()
/external/fonttools/Tests/subset/
Dsubset_test.py1261 glyph_set = set(subset_font.getGlyphOrder())
1264 assert "uniE000" not in glyph_set
1265 assert "glyph00010" not in glyph_set
1266 assert "glyph00011" not in glyph_set
1269 assert "uniE001" in glyph_set
1270 assert "glyph00012" in glyph_set
1271 assert "glyph00013" in glyph_set
1273 assert "uniE002" in glyph_set
1274 assert "glyph00014" in glyph_set
1275 assert "glyph00015" in glyph_set
[all …]
/external/harfbuzz_ng/src/OT/Layout/GPOS/
DMarkLigPosFormat1.hh54 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()
60 …Markclass_closure_and_remap_indexes (this+markCoverage, this+markArray, *c->glyph_set, &klass_mapp… in collect_variation_indices()
65 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()
DMarkMarkPosFormat1.hh59 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()
65 …Markclass_closure_and_remap_indexes (this+mark1Coverage, this+mark1Array, *c->glyph_set, &klass_ma… in collect_variation_indices()
70 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()
DMarkBasePosFormat1.hh58 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()
64 …Markclass_closure_and_remap_indexes (this+markCoverage, this+markArray, *c->glyph_set, &klass_mapp… in collect_variation_indices()
69 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()
DPairPosFormat2.hh71 if (!intersects (c->glyph_set)) return; in collect_variation_indices()
79 for (const unsigned cp : + c->glyph_set->iter () | hb_filter (this + coverage)) in collect_variation_indices()
90 for (const unsigned cp : + c->glyph_set->iter () | hb_filter (klass2_glyphs)) in collect_variation_indices()
DSinglePosFormat1.hh43 (this+coverage).intersect_set (*c->glyph_set, intersection); in collect_variation_indices()
DSinglePosFormat2.hh43 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()
DPairSet.hh89 if (c->glyph_set->has (record->secondGlyph)) in collect_variation_indices()
DPairPosFormat1.hh84 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()
DCursivePosFormat1.hh105 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()
/external/harfbuzz_ng/src/
Dhb-ot-math-table.hh887 void closure_glyphs (const hb_set_t *glyph_set, in closure_glyphs()
896 | hb_filter (glyph_set, hb_first) in closure_glyphs()
907 | hb_filter (glyph_set, hb_first) in closure_glyphs()
1082 void closure_glyphs (hb_set_t *glyph_set) const in closure_glyphs()
1087 (this+mathVariants).closure_glyphs (glyph_set, &variant_glyphs); in closure_glyphs()
1088 hb_set_union (glyph_set, &variant_glyphs); in closure_glyphs()
Dhb-ot-layout-common.hh230 const hb_set_t *glyph_set; member
245 glyph_set (glyph_set_), in hb_collect_variation_indices_context_t()
1817 const hb_set_t &glyph_set = *c->plan->glyphset_gsub (); in subset() local
1822 if (glyph_set.get_population () * hb_bit_storage ((unsigned) rangeRecord.len) / 2 in subset()
1825 for (hb_codepoint_t g : glyph_set) in subset()
Dhb-ot-layout-gdef-table.hh414 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()