Searched refs:glyph_set (Results 1 – 14 of 14) sorted by relevance
/external/harfbuzz_ng/src/OT/Layout/GSUB/ |
D | SingleSubstFormat2.hh | 40 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/ |
D | subset_test.py | 1261 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/ |
D | MarkLigPosFormat1.hh | 54 | 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()
|
D | MarkMarkPosFormat1.hh | 59 | 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()
|
D | MarkBasePosFormat1.hh | 58 | 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()
|
D | PairPosFormat2.hh | 71 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()
|
D | SinglePosFormat1.hh | 43 (this+coverage).intersect_set (*c->glyph_set, intersection); in collect_variation_indices()
|
D | SinglePosFormat2.hh | 43 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()
|
D | PairSet.hh | 89 if (c->glyph_set->has (record->secondGlyph)) in collect_variation_indices()
|
D | PairPosFormat1.hh | 84 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()
|
D | CursivePosFormat1.hh | 105 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-math-table.hh | 887 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()
|
D | hb-ot-layout-common.hh | 230 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()
|
D | hb-ot-layout-gdef-table.hh | 414 | hb_filter (c->glyph_set, hb_first) in collect_variation_indices()
|