Home
last modified time | relevance | path

Searched refs:plan (Results 51 - 75 of 106) sorted by relevance

12345

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-vowel-constraints.hh35 _hb_preprocess_text_vowel_constraints (const hb_ot_shape_plan_t *plan,
H A Dhb-ot-shape-complex-arabic.hh40 data_create_arabic (const hb_ot_shape_plan_t *plan);
H A Dhb-ot-color-colr-table.hh237 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 Dhb-ot-name-table.hh250 | 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 Dhb-ot-cmap-table.hh1285 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 Dhb-ot-layout-gdef-table.hh87 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 Dhb-ot-var-gvar-table.hh418 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 Dhb-ot-shape-normalize.hh55 const hb_ot_shape_plan_t *plan; member
H A Dhb-ot-layout-gsubgpos.hh1658 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 Dhb-ot-layout.cc125 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 Dhb-ot-color-cbdt-table.hh420 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 Dhb-ot-shape-complex-hebrew.cc81 if (!found && !c->plan->has_gpos_mark) in compose_hebrew()
H A Dhb-ot-shape.hh166 HB_INTERNAL void compile (hb_ot_shape_plan_t &plan,
/third_party/node/deps/npm/node_modules/text-table/test/
H A Dcenter.js5 t.plan(1);
H A Ddoubledot.js5 t.plan(1);
H A Ddotalign.js5 t.plan(1);
H A Dtable.js5 t.plan(1);
H A Dalign.js5 t.plan(1);
H A Dansi-colors.js7 t.plan(1);
/third_party/cups-filters/fontembed/
H A Dtest_pdf.c54 if (emb->plan&EMB_A_MULTIBYTE) { in write_string()
154 if (emb->plan&EMB_A_MULTIBYTE) { in main()
H A Dtest_ps.c27 if (emb->plan&EMB_A_MULTIBYTE) { in write_string()
/third_party/ninja/misc/
H A Doutput_test.py172 plan = '''
179 self.assertEqual(run(plan, flags='-t inputs out3'),
/third_party/node/deps/npm/node_modules/jsonparse/test/
H A Dprimitives.js33 t.plan(25);
H A Dbig-token.js10 t.plan(1);
/third_party/cups-filters/filter/
H A Dtest_pdf2.c15 if (emb->plan&EMB_A_MULTIBYTE) { in write_string()

Completed in 21 milliseconds

12345