/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-vowel-constraints.hh | 35 _hb_preprocess_text_vowel_constraints (const hb_ot_shape_plan_t *plan,
|
H A D | hb-ot-shape-complex-arabic.hh | 40 data_create_arabic (const hb_ot_shape_plan_t *plan);
|
H A D | hb-ot-color-colr-table.hh | 237 return_trace (c->serializer->check_assign (out->paletteIndex, c->plan->colr_palettes->get (paletteIndex), in subset() 380 return_trace (c->serializer->check_assign (out->firstLayerIndex, c->plan->colrv1_layers->get (firstLayerIndex), in subset() 409 return_trace (c->serializer->check_assign (out->paletteIndex, c->plan->colr_palettes->get (paletteIndex), in subset() 538 if (! c->serializer->check_assign (out->gid, c->plan->glyph_map->get (gid), in subset() 568 return_trace (c->serializer->check_assign (out->gid, c->plan->glyph_map->get (gid), in subset() 1028 const hb_set_t& glyphset = *c->plan->_glyphset; in subset() 1029 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset() 1196 const hb_set_t* glyphset = c->plan->_glyphset; in subset() 1203 if (_.serialize (c->serializer, c->plan->glyph_map, this, c)) out->len++; in subset() 1229 | hb_filter (c->plan in subset() [all...] |
H A D | hb-ot-name-table.hh | 250 | hb_filter (c->plan->name_ids, &NameRecord::nameID) in subset() 251 | hb_filter (c->plan->name_languages, &NameRecord::languageID) in subset() 254 (c->plan->flags & HB_SUBSET_FLAGS_NAME_LEGACY) in subset()
|
H A D | hb-ot-cmap-table.hh | 1285 const hb_subset_plan_t *plan, in serialize() 1291 case 14: return u.format14.serialize (c, plan->unicodes, plan->glyphs_requested, plan->glyph_map, base); in serialize() 1353 const hb_subset_plan_t *plan, in copy() 1366 cmapsubtable->serialize (c, it, format, plan, &(base+subtable)); in copy() 1399 const hb_subset_plan_t *plan, in serialize() 1421 c->copy (_, + it | hb_filter (unicodes_set, hb_first), 4u, base, plan, &format4objidx); in serialize() 1429 plan, in serialize() 1437 c->copy (_, + it | hb_filter (unicodes_set, hb_first), 12u, base, plan, in serialize() [all...] |
H A D | hb-ot-layout-gdef-table.hh | 87 const hb_set_t &glyphset = *c->plan->glyphset_gsub (); in subset() 88 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset() 207 hb_serialize_context_t::Head, c->plan->layout_variation_idx_map)); in subset() 374 const hb_set_t &glyphset = *c->plan->glyphset_gsub (); in subset() 375 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset()
|
H A D | hb-ot-var-gvar-table.hh | 418 unsigned int num_glyphs = c->plan->num_output_glyphs (); in subset() 422 for (hb_codepoint_t gid = (c->plan->flags & HB_SUBSET_FLAGS_NOTDEF_OUTLINE) ? 0 : 1; in subset() 427 if (!c->plan->old_gid_for_new_gid (gid, &old_gid)) continue; in subset() 454 for (hb_codepoint_t gid = (c->plan->flags & HB_SUBSET_FLAGS_NOTDEF_OUTLINE) ? 0 : 1; in subset() 459 hb_bytes_t var_data_bytes = c->plan->old_gid_for_new_gid (gid, &old_gid) in subset()
|
H A D | hb-ot-shape-normalize.hh | 55 const hb_ot_shape_plan_t *plan; member
|
H A D | hb-ot-layout-gsubgpos.hh | 1658 const hb_map_t *mapping = klass_map == nullptr ? c->plan->glyph_map : klass_map; in subset() 1907 const hb_set_t &glyphset = *c->plan->glyphset_gsub (); 1908 const hb_map_t &glyph_map = *c->plan->glyph_map; 1914 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups; 2096 const hb_set_t* glyphset = c->plan->glyphset_gsub (); 2103 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups; 2273 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan [all...] |
H A D | hb-ot-layout.cc | 125 hb_ot_layout_kern (const hb_ot_shape_plan_t *plan, in hb_ot_layout_kern() argument 132 AAT::hb_aat_apply_context_t c (plan, font, buffer, blob); in hb_ot_layout_kern() 1905 const hb_ot_shape_plan_t *plan, in apply() 1934 stage->pause_func (plan, font, buffer); in apply() 1938 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const in substitute() argument 1942 apply (proxy, plan, font, buffer); in substitute() 1946 void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const in position() argument 1950 apply (proxy, plan, font, buffer); in position() 1904 apply(const Proxy &proxy, const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const apply() argument
|
H A D | hb-ot-color-cbdt-table.hh | 420 c->plan->old_gid_for_new_gid (new_gid, &old_gid); in add_new_subtable() 534 for (hb_codepoint_t new_gid = 0; new_gid < c->plan->num_output_glyphs (); new_gid++) in build_lookup() 537 if (unlikely (!c->plan->old_gid_for_new_gid (new_gid, &old_gid))) continue; in build_lookup() 743 bool ret = c->plan->add_table (HB_OT_TAG_CBDT, cbdt_prime_blob); in sink_cbdt() 963 hb_blob_t* cbdt_blob = hb_sanitize_context_t ().reference_table<CBDT> (c->plan->source); in subset()
|
H A D | hb-ot-shape-complex-hebrew.cc | 81 if (!found && !c->plan->has_gpos_mark) in compose_hebrew()
|
H A D | hb-ot-shape.hh | 166 HB_INTERNAL void compile (hb_ot_shape_plan_t &plan,
|
/third_party/node/deps/npm/node_modules/text-table/test/ |
H A D | center.js | 5 t.plan(1);
|
H A D | doubledot.js | 5 t.plan(1);
|
H A D | dotalign.js | 5 t.plan(1);
|
H A D | table.js | 5 t.plan(1);
|
H A D | align.js | 5 t.plan(1);
|
H A D | ansi-colors.js | 7 t.plan(1);
|
/third_party/cups-filters/fontembed/ |
H A D | test_pdf.c | 54 if (emb->plan&EMB_A_MULTIBYTE) { in write_string() 154 if (emb->plan&EMB_A_MULTIBYTE) { in main()
|
H A D | test_ps.c | 27 if (emb->plan&EMB_A_MULTIBYTE) { in write_string()
|
/third_party/ninja/misc/ |
H A D | output_test.py | 172 plan = ''' 179 self.assertEqual(run(plan, flags='-t inputs out3'),
|
/third_party/node/deps/npm/node_modules/jsonparse/test/ |
H A D | primitives.js | 33 t.plan(25);
|
H A D | big-token.js | 10 t.plan(1);
|
/third_party/cups-filters/filter/ |
H A D | test_pdf2.c | 15 if (emb->plan&EMB_A_MULTIBYTE) { in write_string()
|