Home
last modified time | relevance | path

Searched refs:hb_map (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsub-table.hh58 | hb_map ([d] (hb_codepoint_t g) { return (g + d) & 0xFFFFu; }) in closure()
71 | hb_map ([d] (hb_codepoint_t g) { return (g + d) & 0xFFFFu; }) in collect_glyphs()
162 | hb_map (hb_second) in closure()
174 | hb_map (hb_second) in collect_glyphs()
206 | hb_map (hb_second) in serialize()
380 | hb_map (glyph_map) in subset()
412 | hb_map (hb_second) in closure()
413 | hb_map (hb_add (this)) in closure()
424 | hb_map (hb_second) in collect_glyphs()
425 | hb_map (hb_ad in collect_glyphs()
[all...]
H A Dtest-iter.cc165 test_iterator_non_default_constructable (hb_iter (st) | hb_map (hb_lidentity)); in main()
187 | hb_map (m) in main()
188 | hb_map (&m) in main()
206 | hb_map ([] (int i) { return 1; }) in main()
212 | hb_map ([] (map_pair_t p) { return p.first * p.second; }) in main()
233 | hb_map ([&] (int i) -> hb_set_t * in main()
254 | hb_map([&] (int i) { return ++temp3; }) in main()
H A Dhb-ot-layout-gsubgpos.hh1696 | hb_map (hb_add (this)) in intersects()
1697 | hb_map ([&] (const Rule &_) { return _.intersects (glyphs, lookup_context); }) in intersects()
1709 | hb_map (hb_add (this)) in closure()
1719 | hb_map (hb_add (this))
1729 | hb_map (hb_add (this))
1739 | hb_map (hb_add (this))
1740 | hb_map ([&] (const Rule &_) { return _.would_apply (c, lookup_context); })
1751 | hb_map (hb_add (this))
1752 | hb_map ([&] (const Rule &_) { return _.apply (c, lookup_context); })
1816 | hb_map (hb_secon
[all...]
H A Dhb-ot-hdmx-table.hh126 | hb_map ([c, this] (unsigned _) in subset()
133 | hb_map (c->plan->reverse_glyph_map) in subset()
134 | hb_map ([this, c, device_record] (hb_codepoint_t _) in subset()
H A Dhb-map.hh224 | hb_map (&item_t::get_pair)
230 | hb_map (&item_t::key)
231 | hb_map (hb_ridentity)
237 | hb_map (&item_t::value)
238 | hb_map (hb_ridentity)
H A Dhb-ot-layout-gdef-table.hh97 | hb_map (hb_first) in subset()
98 | hb_map (glyph_map) in subset()
307 | hb_map (hb_add (this)) in get_lig_carets()
308 | hb_map ([&] (const CaretValue &value) { return value.get_caret_value (font, direction, glyph_id, var_store); }) in get_lig_carets()
384 | hb_map (hb_first) in subset()
385 | hb_map (glyph_map) in subset()
396 | hb_map (hb_second) in collect_variation_indices()
397 | hb_map (hb_add (this)) in collect_variation_indices()
H A Dhb-ot-layout-gpos-table.hh733 | hb_map (hb_second) in subset()
813 for (const hb_array_t<const Value>& _ : + it | hb_map (hb_second)) in serialize()
890 | hb_map (hb_second)) in collect_variation_indices()
934 | hb_map (hb_second) in serialize()
1026 new_format = src->get_value_format ().get_effective_format (+ glyph_val_iter_pairs | hb_map (hb_second)); in serialize()
1315 | hb_map (hb_second) in intersects()
1316 | hb_map ([glyphs, this] (const Offset16To<PairSet> &_) in intersects()
1330 | hb_map (hb_second) in collect_variation_indices()
1335 | hb_map (hb_add (this)) in collect_variation_indices()
1401 | hb_map (hb_firs in subset()
[all...]
H A Dhb-ot-math-table.hh214 | hb_map (hb_first) in subset()
215 | hb_map (glyph_map) in subset()
267 | hb_map (hb_first) in subset()
268 | hb_map (glyph_map) in subset()
450 | hb_map (hb_first) in subset()
451 | hb_map (glyph_map) in subset()
818 | hb_map (hb_second) in closure_glyphs()
819 | hb_map (hb_add (this)) in closure_glyphs()
829 | hb_map (hb_second) in closure_glyphs()
830 | hb_map (hb_ad in closure_glyphs()
[all...]
H A Dhb-ot-meta-table.hh88 | hb_map (&DataMap::get_tag) in get_entries()
89 | hb_map ([](hb_tag_t tag) { return (hb_ot_meta_tag_t) tag; }) in get_entries()
H A Dhb-ot-stat-table.hh337 | hb_map (&StatAxisRecord::get_name_id) in collect_name_ids()
342 | hb_map (hb_add (&(this + offsetToAxisValueOffsets))) in collect_name_ids()
343 | hb_map (&AxisValue::get_value_name_id) in collect_name_ids()
H A Dhb-ot-var-fvar-table.hh278 | hb_map (&AxisRecord::get_name_id) in collect_name_ids()
283 | hb_map ([this] (const unsigned _) { return get_instance_subfamily_name_id (_); }) in collect_name_ids()
288 | hb_map ([this] (const unsigned _) { return get_instance_postscript_name_id (_); }) in collect_name_ids()
H A Dhb-aat-layout-feat-table.hh120 | hb_map ([=] (const SettingName& setting) { return setting.get_info (default_selector); }) in get_selector_infos()
173 | hb_map (&FeatureName::get_feature_type) in get_feature_types()
H A Dhb-ot-post-table-v2subset.hh47 | hb_map (hb_second))) in serialize()
123 | hb_map (reverse_glyph_map) in subset()
H A Dhb-ot-vorg-table.hh99 | hb_map ([&] (const VertOriginMetric& _) in subset()
H A Dhb-bit-set-invertible.hh159 | hb_map ([](hb_pair_t<hb_codepoint_t, hb_codepoint_t> _) { return _.first == _.second; })); in is_equal()
166 return hb_all (hb_iter (s) | hb_map (larger_set.s)); in is_subset()
H A Dhb-ot-cmap-table.hh933 | hb_map (&UVSMapping::glyphID) in closure_glyphs()
1182 | hb_map (&VariationSelectorRecord::nonDefaultUVS) in closure_glyphs()
1183 | hb_map (hb_add (this)) in closure_glyphs()
1436 if (_can_drop (_, unicodes_set, base, + it | hb_map (hb_first), encodingrec_iter)) continue; in serialize()
1507 | hb_map (&EncodingRecord::subtable) in closure_glyphs()
1508 | hb_map (hb_add (this)) in closure_glyphs()
1558 | hb_map ([&] (hb_codepoint_t _) in subset()
1776 | hb_map (&EncodingRecord::subtable) in find_subtable()
1777 | hb_map (hb_add (this)) in find_subtable()
H A Dhb-ot-cff-common.hh185 serialize_header(c, + it | hb_map ([] (const byte_str_t &_) { return _.length; })); in serialize()
201 | hb_map ([] (const str_buff_t &_) { return byte_str_t (_.arrayZ, _.length); }) in serialize()
454 | hb_map ([&] (const hb_pair_t<const DICTVAL&, const INFO&> &_) in serialize()
H A Dhb-subset-plan.cc433 | hb_map ([] (hb_codepoint_t _) { in _create_old_gid_to_new_gid_map()
447 | hb_map (&hb_pair_t<hb_codepoint_t, hb_codepoint_t>::reverse) in _create_old_gid_to_new_gid_map()
H A Dhb-iter.hh358 /* hb_map(), hb_filter(), hb_reduce() */
418 HB_FUNCOBJ (hb_map);
757 ( hb_zip (hb_range (count), it) | hb_map (hb_second) )
778 | hb_map (hb_take (count))
H A Dhb-ot-hmtx-table.hh136 | hb_map ([c, &_mtx] (unsigned _) in subset()
H A Dhb-ot-layout-common.hh447 | hb_map (&Record<Type>::tag) in get_tags()
499 | hb_map (hb_first) in subset()
637 | hb_map (feature_index_map) in compare()
643 | hb_map (feature_index_map) in compare()
685 | hb_map (l->feature_index_map) in subset()
809 | hb_map (hb_first) in subset()
1153 | hb_map (l->lookup_index_map) in subset()
1407 | hb_map (hb_first) in subset()
1880 | hb_map (gid_klass_map))); in ClassDef_remap_and_serialize()
1942 | hb_map (hb_firs in serialize()
[all...]
H A Dhb-ot-glyf-table.hh140 | hb_map ([=, &offset] (unsigned int padded_size) in _write_loca()
190 | hb_map (&SubsetGlyph::padded_size) in subset()
207 | hb_map ([&] (hb_codepoint_t new_gid) in _populate_subset_glyphs()
H A Dhb-open-file.hh94 | hb_map (&TableRecord::tag) in get_table_tags()
H A Dhb-repacker.hh444 | hb_map([&] (unsigned node_idx) { in isolate_subgraph()
H A Dhb-subset-cff1.cc657 | hb_map ([&] (const cff1_font_dict_values_t &_) in create()

Completed in 36 milliseconds

12