/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-plan.cc | 27 #include "hb-subset-plan.hh" 284 hb_subset_plan_t *plan) in _populate_unicodes_to_retain() 287 cmap.init (plan->source); in _populate_unicodes_to_retain() 304 plan->codepoint_to_glyph->set (cp, gid); in _populate_unicodes_to_retain() 318 plan->codepoint_to_glyph->set (cp_gid.first, cp_gid.second); in _populate_unicodes_to_retain() 327 if (gid >= plan->source->get_num_glyphs ()) in _populate_unicodes_to_retain() 329 plan->_glyphset_gsub->add (gid); in _populate_unicodes_to_retain() 333 + plan->codepoint_to_glyph->keys () | hb_sink (plan->unicodes); in _populate_unicodes_to_retain() 334 + plan in _populate_unicodes_to_retain() 282 _populate_unicodes_to_retain(const hb_set_t *unicodes, const hb_set_t *glyphs, hb_subset_plan_t *plan) _populate_unicodes_to_retain() argument 340 _populate_gids_to_retain(hb_subset_plan_t* plan, bool close_over_gsub, bool close_over_gpos, bool close_over_gdef) _populate_gids_to_retain() argument 482 hb_subset_plan_t *plan; hb_subset_plan_create() local 551 hb_subset_plan_destroy(hb_subset_plan_t *plan) hb_subset_plan_destroy() argument [all...] |
H A D | hb-subset.cc | 80 _plan_estimate_subset_table_size (hb_subset_plan_t *plan, unsigned table_len) in _plan_estimate_subset_table_size() argument 82 unsigned src_glyphs = plan->source->get_num_glyphs (); in _plan_estimate_subset_table_size() 83 unsigned dst_glyphs = plan->glyphset ()->get_population (); in _plan_estimate_subset_table_size() 158 _subset (hb_subset_plan_t *plan) in _subset() argument 160 hb_blob_t *source_blob = hb_sanitize_context_t ().reference_table<TableType> (plan->source); in _subset() 175 unsigned buf_size = _plan_estimate_subset_table_size (plan, source_blob->length); in _subset() 188 hb_subset_context_t c (source_blob, plan, &serializer, tag); in _subset() 212 result = plan->add_table (tag, dest_blob); in _subset() 237 _should_drop_table (hb_subset_plan_t *plan, hb_tag_t tag) in _should_drop_table() argument 239 if (plan in _should_drop_table() 270 _passthrough(hb_subset_plan_t *plan, hb_tag_t tag) _passthrough() argument 279 _subset_table(hb_subset_plan_t *plan, hb_tag_t tag) _subset_table() argument [all...] |
H A D | hb-ot-shape.cc | 97 hb_ot_shape_planner_t::compile (hb_ot_shape_plan_t &plan, in compile() argument 100 plan.props = props; in compile() 101 plan.shaper = shaper; in compile() 102 map.compile (plan.map, key); in compile() 105 aat_map.compile (plan.aat_map); in compile() 109 plan.frac_mask = plan.map.get_1_mask (HB_TAG ('f','r','a','c')); in compile() 110 plan.numr_mask = plan.map.get_1_mask (HB_TAG ('n','u','m','r')); in compile() 111 plan in compile() 463 hb_ot_shape_plan_t *plan; global() member [all...] |
H A D | hb-subset-cff1.cc | 36 #include "hb-subset-plan.hh" 402 void plan_subset_encoding (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *plan) in plan_subset_encoding() 411 plan->check_success (false); in plan_subset_encoding() 417 subset_enc_num_codes = plan->num_output_glyphs () - 1; in plan_subset_encoding() 419 for (glyph = 1; glyph < plan->num_output_glyphs (); glyph++) in plan_subset_encoding() 422 if (!plan->old_gid_for_new_gid (glyph, &old_glyph)) in plan_subset_encoding() 466 void plan_subset_charset (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *plan) in plan_subset_charset() 473 plan->check_success (false); in plan_subset_charset() 478 for (glyph = 1; glyph < plan->num_output_glyphs (); glyph++) in plan_subset_charset() 481 if (!plan in plan_subset_charset() 708 _serialize_cff1(hb_serialize_context_t *c, cff_subset_plan &plan, const OT::cff1::accelerator_subset_t &acc, unsigned int num_glyphs) _serialize_cff1() argument [all...] |
H A D | hb-subset-cff2.cc | 35 #include "hb-subset-plan.hh" 261 hb_subset_plan_t *plan) in create() 265 drop_hints = plan->flags & HB_SUBSET_FLAGS_NO_HINTING; in create() 266 desubroutinize = plan->flags & HB_SUBSET_FLAGS_DESUBROUTINIZE; in create() 272 flattener(acc, plan); in create() 278 cff2_subr_subsetter_t subr_subsetter (acc, plan); in create() 305 if (unlikely (!hb_plan_subset_cff_fdselect (plan, in create() 340 cff2_subset_plan &plan, in _serialize_cff2() 346 if (unlikely (!private_dict_infos.resize (plan.subset_fdcount))) return false; in _serialize_cff2() 350 if (plan in _serialize_cff2() 339 _serialize_cff2(hb_serialize_context_t *c, cff2_subset_plan &plan, const OT::cff2::accelerator_subset_t &acc, unsigned int num_glyphs) _serialize_cff2() argument [all...] |
H A D | hb-ot-shape-complex-use.cc | 93 setup_syllables_use (const hb_ot_shape_plan_t *plan, 97 record_rphf_use (const hb_ot_shape_plan_t *plan, 101 record_pref_use (const hb_ot_shape_plan_t *plan, 105 reorder_use (const hb_ot_shape_plan_t *plan, 110 collect_features_use (hb_ot_shape_planner_t *plan) in collect_features_use() argument 112 hb_ot_map_builder_t *map = &plan->map; in collect_features_use() 156 data_create_use (const hb_ot_shape_plan_t *plan) in data_create_use() argument 162 use_plan->rphf_mask = plan->map.get_1_mask (HB_TAG('r','p','h','f')); in data_create_use() 164 if (has_arabic_joining (plan->props.script)) in data_create_use() 166 use_plan->arabic_plan = (arabic_shape_plan_t *) data_create_arabic (plan); in data_create_use() 189 setup_masks_use(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font HB_UNUSED) setup_masks_use() argument 213 setup_rphf_mask(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer) setup_rphf_mask() argument 232 setup_topographical_masks(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer) setup_topographical_masks() argument 297 setup_syllables_use(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) setup_syllables_use() argument 309 record_rphf_use(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) record_rphf_use() argument 440 reorder_use(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) reorder_use() argument 462 preprocess_text_use(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font) preprocess_text_use() argument [all...] |
H A D | hb-ot-shape-complex-khmer.cc | 83 setup_syllables_khmer (const hb_ot_shape_plan_t *plan, 87 reorder_khmer (const hb_ot_shape_plan_t *plan, 92 collect_features_khmer (hb_ot_shape_planner_t *plan) in collect_features_khmer() argument 94 hb_ot_map_builder_t *map = &plan->map; in collect_features_khmer() 124 override_features_khmer (hb_ot_shape_planner_t *plan) in override_features_khmer() argument 126 hb_ot_map_builder_t *map = &plan->map; in override_features_khmer() 149 data_create_khmer (const hb_ot_shape_plan_t *plan) in data_create_khmer() argument 157 0 : plan->map.get_1_mask (khmer_features[i].tag); in data_create_khmer() 169 setup_masks_khmer (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_masks_khmer() 185 setup_syllables_khmer (const hb_ot_shape_plan_t *plan HB_UNUSE 199 reorder_consonant_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face HB_UNUSED, hb_buffer_t *buffer, unsigned int start, unsigned int end) reorder_consonant_syllable() argument 276 reorder_syllable_khmer(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) reorder_syllable_khmer() argument 295 reorder_khmer(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) reorder_khmer() argument [all...] |
H A D | hb-ot-hmtx-table.hh | 76 bool subset_update_header (hb_subset_plan_t *plan, in subset_update_header() 79 hb_blob_t *src_blob = hb_sanitize_context_t ().reference_table<H> (plan->source, H::tableTag); in subset_update_header() 91 bool result = plan->add_table (H::tableTag, dest_blob); in subset_update_header() 131 _mtx.init (c->plan->source); in subset() 132 unsigned num_advances = _mtx.num_advances_for_subset (c->plan); in subset() 135 + hb_range (c->plan->num_output_glyphs ()) in subset() 139 if (!c->plan->old_gid_for_new_gid (_, &old_gid)) in subset() 153 if (unlikely (!subset_update_header (c->plan, num_advances))) in subset() 259 unsigned int num_advances_for_subset (const hb_subset_plan_t *plan) const in num_advances_for_subset() 261 unsigned int num_advances = plan in num_advances_for_subset() [all...] |
H A D | hb-ot-shape-complex-arabic.cc | 165 arabic_fallback_shape (const hb_ot_shape_plan_t *plan, 170 record_stch (const hb_ot_shape_plan_t *plan, 175 collect_features_arabic (hb_ot_shape_planner_t *plan) in collect_features_arabic() argument 177 hb_ot_map_builder_t *map = &plan->map; in collect_features_arabic() 212 bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[i]); in collect_features_arabic() 223 if (plan->props.script == HB_SCRIPT_ARABIC) in collect_features_arabic() 260 data_create_arabic (const hb_ot_shape_plan_t *plan) in data_create_arabic() argument 266 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC; in data_create_arabic() 267 arabic_plan->has_stch = !!plan->map.get_1_mask (HB_TAG ('s','t','c','h')); in data_create_arabic() 269 arabic_plan->mask_array[i] = plan in data_create_arabic() 374 setup_masks_arabic(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font HB_UNUSED) setup_masks_arabic() argument 383 arabic_fallback_shape(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) arabic_fallback_shape() argument 421 record_stch(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) record_stch() argument [all...] |
H A D | hb-ot-shape-complex-indic.cc | 166 setup_syllables_indic (const hb_ot_shape_plan_t *plan, 170 initial_reordering_indic (const hb_ot_shape_plan_t *plan, 174 final_reordering_indic (const hb_ot_shape_plan_t *plan, 179 collect_features_indic (hb_ot_shape_planner_t *plan) in collect_features_indic() argument 181 hb_ot_map_builder_t *map = &plan->map; in collect_features_indic() 209 override_features_indic (hb_ot_shape_planner_t *plan) in override_features_indic() argument 211 plan->map.disable_feature (HB_TAG('l','i','g','a')); in override_features_indic() 256 data_create_indic (const hb_ot_shape_plan_t *plan) in data_create_indic() argument 264 if (plan->props.script == indic_configs[i].script) { in data_create_indic() 269 indic_plan->is_old_spec = indic_plan->config->has_old_spec && ((plan in data_create_indic() 378 update_consonant_positions_indic(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) update_consonant_positions_indic() argument 407 initial_reordering_consonant_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) initial_reordering_consonant_syllable() argument 903 initial_reordering_standalone_cluster(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) initial_reordering_standalone_cluster() argument 925 initial_reordering_syllable_indic(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) initial_reordering_syllable_indic() argument 950 initial_reordering_indic(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) initial_reordering_indic() argument 971 final_reordering_syllable_indic(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, unsigned int start, unsigned int end) final_reordering_syllable_indic() argument 1435 final_reordering_indic(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) final_reordering_indic() argument 1454 preprocess_text_indic(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font) preprocess_text_indic() argument [all...] |
H A D | hb-ot-shape-complex-arabic-fallback.hh | 48 arabic_fallback_synthesize_lookup_single (const hb_ot_shape_plan_t *plan HB_UNUSED, in arabic_fallback_synthesize_lookup_single() 99 arabic_fallback_synthesize_lookup_ligature (const hb_ot_shape_plan_t *plan HB_UNUSED, in arabic_fallback_synthesize_lookup_ligature() 177 arabic_fallback_synthesize_lookup (const hb_ot_shape_plan_t *plan, in arabic_fallback_synthesize_lookup() argument 182 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index); in arabic_fallback_synthesize_lookup() 184 return arabic_fallback_synthesize_lookup_ligature (plan, font); in arabic_fallback_synthesize_lookup() 219 const hb_ot_shape_plan_t *plan HB_UNUSED, in arabic_fallback_plan_init_win1256() 241 fallback_plan->mask_array[j] = plan->map.get_1_mask (manifest[i].tag); in arabic_fallback_plan_init_win1256() 264 const hb_ot_shape_plan_t *plan, in arabic_fallback_plan_init_unicode() 271 fallback_plan->mask_array[j] = plan->map.get_1_mask (arabic_fallback_features[i]); in arabic_fallback_plan_init_unicode() 274 fallback_plan->lookup_array[j] = arabic_fallback_synthesize_lookup (plan, fon in arabic_fallback_plan_init_unicode() 263 arabic_fallback_plan_init_unicode(arabic_fallback_plan_t *fallback_plan, const hb_ot_shape_plan_t *plan, hb_font_t *font) arabic_fallback_plan_init_unicode() argument 290 arabic_fallback_plan_create(const hb_ot_shape_plan_t *plan, hb_font_t *font) arabic_fallback_plan_create() argument [all...] |
H A D | hb-ot-shape-complex-myanmar.cc | 66 setup_syllables_myanmar (const hb_ot_shape_plan_t *plan, 70 reorder_myanmar (const hb_ot_shape_plan_t *plan, 75 collect_features_myanmar (hb_ot_shape_planner_t *plan) in collect_features_myanmar() argument 77 hb_ot_map_builder_t *map = &plan->map; in collect_features_myanmar() 103 setup_masks_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_masks_myanmar() 120 setup_syllables_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_syllables_myanmar() 240 reorder_syllable_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED, in reorder_syllable_myanmar() 260 reorder_myanmar (const hb_ot_shape_plan_t *plan, in reorder_myanmar() argument 271 reorder_syllable_myanmar (plan, font->face, buffer, start, end); in reorder_myanmar()
|
H A D | hb-ot-shape-fallback.hh | 35 HB_INTERNAL void _hb_ot_shape_fallback_mark_position (const hb_ot_shape_plan_t *plan, 40 HB_INTERNAL void _hb_ot_shape_fallback_mark_position_recategorize_marks (const hb_ot_shape_plan_t *plan, 45 HB_INTERNAL void _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan, 49 HB_INTERNAL void _hb_ot_shape_fallback_spaces (const hb_ot_shape_plan_t *plan,
|
H A D | hb-subset-cff-common.hh | 32 #include "hb-subset-plan.hh" 239 : acc (acc_), plan (plan_) {} in subr_flattener_t() 243 if (!flat_charstrings.resize (plan->num_output_glyphs ())) in flatten() 245 for (unsigned int i = 0; i < plan->num_output_glyphs (); i++) in flatten() 247 for (unsigned int i = 0; i < plan->num_output_glyphs (); i++) in flatten() 250 if (!plan->old_gid_for_new_gid (i, &glyph)) in flatten() 264 (bool) (plan->flags & HB_SUBSET_FLAGS_NO_HINTING) in flatten() 273 const hb_subset_plan_t *plan; member 570 : acc (acc_), plan (plan_) in subr_subsetter_t() 605 parsed_charstrings.init (plan in subset() 957 const hb_subset_plan_t *plan; global() member [all...] |
H A D | hb-ot-shape-fallback.cc | 169 _hb_ot_shape_fallback_mark_position_recategorize_marks (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_ot_shape_fallback_mark_position_recategorize_marks() 209 position_mark (const hb_ot_shape_plan_t *plan HB_UNUSED, in position_mark() 316 position_around_base (const hb_ot_shape_plan_t *plan, in position_around_base() argument 373 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction)) in position_around_base() 374 horiz_dir = plan->props.direction; in position_around_base() 376 horiz_dir = hb_script_get_horizontal_direction (plan->props.script); in position_around_base() 393 position_mark (plan, font, buffer, cluster_extents, i, this_combining_class); in position_around_base() 412 position_cluster (const hb_ot_shape_plan_t *plan, in position_cluster() argument 433 position_around_base (plan, font, buffer, i, j, adjust_offsets_when_zeroing); in position_cluster() 440 _hb_ot_shape_fallback_mark_position (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_fallback_mark_position() argument 486 _hb_ot_shape_fallback_kern(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) _hb_ot_shape_fallback_kern() argument [all...] |
H A D | hb-ot-var-hvar-table.hh | 48 const hb_subset_plan_t *plan) in init() 60 hb_codepoint_t gid = (hb_codepoint_t) hb_min (index_map.get_map_count (), plan->num_output_glyphs ()); in init() 70 if (!plan->old_gid_for_new_gid (gid - 1, &old_gid)) in init() 95 if (plan->old_gid_for_new_gid (gid, &old_gid)) in init() 117 const hb_subset_plan_t *plan) in remap() 132 if (plan->old_gid_for_new_gid (gid, &old_gid)) in remap() 168 const hb_subset_plan_t *plan) in init() 186 index_map_plans[0].init (*index_maps[0], outer_map, inner_sets, plan); in init() 189 retain_adv_map = plan->flags & HB_SUBSET_FLAGS_RETAIN_GIDS; in init() 191 for (hb_codepoint_t gid = 0; gid < plan in init() [all...] |
H A D | hb-ot-shape-complex.hh | 71 * Shapers should use plan->map to add their features and callbacks. 74 void (*collect_features) (hb_ot_shape_planner_t *plan); 78 * Shapers should use plan->map to override features and add callbacks after 82 void (*override_features) (hb_ot_shape_planner_t *plan); 87 * Whatever shapers return will be accessible through plan->data later. 88 * If nullptr is returned, means a plan failure. 90 void *(*data_create) (const hb_ot_shape_plan_t *plan); 94 * plan->data is passed here for destruction. 95 * If nullptr is returned, means a plan failure. 106 void (*preprocess_text) (const hb_ot_shape_plan_t *plan, [all...] |
H A D | hb-ot-shape-complex-hangul.cc | 58 collect_features_hangul (hb_ot_shape_planner_t *plan) in collect_features_hangul() argument 60 hb_ot_map_builder_t *map = &plan->map; in collect_features_hangul() 67 override_features_hangul (hb_ot_shape_planner_t *plan) in override_features_hangul() argument 72 plan->map.disable_feature (HB_TAG('c','a','l','t')); in override_features_hangul() 81 data_create_hangul (const hb_ot_shape_plan_t *plan) in data_create_hangul() argument 88 hangul_plan->mask_array[i] = plan->map.get_1_mask (hangul_features[i]); in data_create_hangul() 133 preprocess_text_hangul (const hb_ot_shape_plan_t *plan HB_UNUSED, in preprocess_text_hangul() 399 setup_masks_hangul (const hb_ot_shape_plan_t *plan, in setup_masks_hangul() argument 403 const hangul_shape_plan_t *hangul_plan = (const hangul_shape_plan_t *) plan->data; in setup_masks_hangul()
|
H A D | hb-ot-shape-normalize.cc | 291 _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_normalize() argument 299 hb_ot_shape_normalization_mode_t mode = plan->shaper->normalization_preference; in _hb_ot_shape_normalize() 302 if (plan->has_gpos_mark) in _hb_ot_shape_normalize() 311 plan, in _hb_ot_shape_normalize() 316 plan->shaper->decompose ? plan->shaper->decompose : decompose_unicode, in _hb_ot_shape_normalize() 317 plan->shaper->compose ? plan->shaper->compose : compose_unicode in _hb_ot_shape_normalize() 404 if (plan->shaper->reorder_marks) in _hb_ot_shape_normalize() 405 plan in _hb_ot_shape_normalize() [all...] |
H A D | hb-aat-layout.hh | 54 hb_aat_layout_substitute (const hb_ot_shape_plan_t *plan, 65 hb_aat_layout_position (const hb_ot_shape_plan_t *plan, 70 hb_aat_layout_track (const hb_ot_shape_plan_t *plan,
|
H A D | hb-ot-var-common.hh | 54 bool serialize (hb_serialize_context_t *c, const T &plan) in serialize() 56 unsigned int width = plan.get_width (); in serialize() 57 unsigned int inner_bit_count = plan.get_inner_bit_count (); in serialize() 58 const hb_array_t<const uint32_t> output_map = plan.get_output_map (); in serialize() 186 bool serialize (hb_serialize_context_t *c, const T &plan) in serialize() 190 case 0: return_trace (u.format0.serialize (c, plan)); in serialize()
|
H A D | hb-ot-glyf-table.hh | 96 _add_loca_and_head (hb_subset_plan_t * plan, Iterator padded_offsets) in _add_loca_and_head() 124 bool result = plan->add_table (HB_OT_TAG_loca, loca_blob) in _add_loca_and_head() 125 && _add_head_and_set_loca_version (plan, use_short_loca); in _add_loca_and_head() 154 const hb_subset_plan_t *plan) in serialize() 158 for (const auto &_ : it) _.serialize (c, plan); in serialize() 184 _populate_subset_glyphs (c->plan, &glyphs); in subset() 186 glyf_prime->serialize (c->serializer, hb_iter (glyphs), c->plan); in subset() 194 return_trace (c->serializer->check_success (_add_loca_and_head (c->plan, in subset() 200 _populate_subset_glyphs (const hb_subset_plan_t *plan, in _populate_subset_glyphs() 204 glyf.init (plan in _populate_subset_glyphs() [all...] |
/third_party/cups-filters/fontembed/ |
H A D | embed.c | 74 ret->plan|=EMB_A_CLOSE_FONTFILE; in emb_new() 109 ret->plan|=EMB_A_MULTIBYTE; in emb_new() 126 ret->plan|=EMB_A_T1_TO_CFF; in emb_new() 135 ret->plan|=EMB_A_CFF_TO_OTF; in emb_new() 142 ret->plan|=EMB_A_OTF_TO_CFF; in emb_new() 147 ret->plan|=EMB_A_MULTIBYTE; in emb_new() 160 ret->plan|=EMB_A_SUBSET; in emb_new() 164 if (ret->plan&EMB_A_SUBSET) { in emb_new() 206 if (emb->plan&EMB_A_SUBSET) { in emb_embed() 214 if (emb->plan in emb_embed() [all...] |
/third_party/node/deps/npm/node_modules/jsonparse/test/ |
H A D | boundary.js | 5 t.plan(1); 21 t.plan(1); 35 t.plan(1); 49 t.plan(1); 65 t.plan(1); 81 t.plan(1);
|
H A D | utf8.js | 5 t.plan(1); 16 t.plan(1); 27 t.plan(4);
|