Searched refs:num_output_glyphs (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-subset-cff-common.hh | 294 if (!flat_charstrings.resize (plan->num_output_glyphs ())) in flatten() 296 for (unsigned int i = 0; i < plan->num_output_glyphs (); i++) in flatten() 298 for (unsigned int i = 0; i < plan->num_output_glyphs (); i++) in flatten() 647 parsed_charstrings.init (plan->num_output_glyphs ()); in subset() 658 for (unsigned int i = 0; i < plan->num_output_glyphs (); i++) in subset() 687 for (unsigned int i = 0; i < plan->num_output_glyphs (); i++) in subset() 712 for (unsigned int i = 0; i < plan->num_output_glyphs (); i++) in subset() 736 if (unlikely (!buffArray.resize (plan->num_output_glyphs ()))) in encode_charstrings() 738 for (unsigned int i = 0; i < plan->num_output_glyphs (); i++) in encode_charstrings()
|
D | hb-subset-cff1.cc | 480 subset_enc_num_codes = plan->num_output_glyphs () - 1; in plan_subset_encoding() 482 for (glyph = 1; glyph < plan->num_output_glyphs (); glyph++) in plan_subset_encoding() 542 for (glyph = 1; glyph < plan->num_output_glyphs (); glyph++) in plan_subset_charset() 565 size0 = Charset0::min_size + HBUINT16::static_size * (plan->num_output_glyphs () - 1); in plan_subset_charset() 580 subset_charset_format? subset_charset_ranges.length: plan->num_output_glyphs ()); in plan_subset_charset() 613 num_glyphs = plan->num_output_glyphs (); in create() 620 for (hb_codepoint_t new_glyph = 0; new_glyph < plan->num_output_glyphs (); new_glyph++) in create() 809 …::calculate_serialized_size (offsets.charStringsInfo.offSize, plan->num_output_glyphs (), dataSize… in create() 841 return ((subset_charstrings.length == plan->num_output_glyphs ()) in create() 1088 if (unlikely (!_write_cff1 (cff_plan, acc, plan->num_output_glyphs (), in _hb_subset_cff1()
|
D | hb-ot-hmtx-table.hh | 137 + hb_range (c->plan->num_output_glyphs ()) in subset() 263 unsigned int num_advances = plan->num_output_glyphs (); in num_advances_for_subset()
|
D | hb-subset-plan.hh | 96 num_output_glyphs () const in num_output_glyphs() function
|
D | hb-ot-maxp-table.hh | 103 maxp_prime->numGlyphs = c->plan->num_output_glyphs (); in subset()
|
D | hb-ot-hdmx-table.hh | 135 + hb_range (c->plan->num_output_glyphs ()) in subset()
|
D | hb-subset-cff-common.cc | 64 unsigned int subset_num_glyphs = plan->num_output_glyphs (); in hb_plan_subset_cff_fdselect()
|
D | hb-subset-cff2.cc | 394 …::calculate_serialized_size (offsets.charStringsInfo.offSize, plan->num_output_glyphs (), dataSize… in create() 592 if (unlikely (!_write_cff2 (cff2_plan, acc, plan->num_output_glyphs (), in _hb_subset_cff2()
|
D | hb-ot-var-gvar-table.hh | 413 unsigned int num_glyphs = c->plan->num_output_glyphs (); in subset()
|
D | hb-ot-glyf-table.hh | 188 + hb_range (plan->num_output_glyphs ()) in _populate_subset_glyphs()
|