Home
last modified time | relevance | path

Searched refs:src_glyphs (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-subset.cc57 unsigned int src_glyphs = plan->source->get_num_glyphs (); in _plan_estimate_subset_table_size() local
60 if (unlikely (!src_glyphs)) in _plan_estimate_subset_table_size()
63 return 512 + (unsigned int) (table_len * sqrt ((double) dst_glyphs / src_glyphs)); in _plan_estimate_subset_table_size()
/third_party/harfbuzz/src/
Dhb-subset.cc59 unsigned src_glyphs = plan->source->get_num_glyphs (); in _plan_estimate_subset_table_size() local
62 if (unlikely (!src_glyphs)) in _plan_estimate_subset_table_size()
65 return 512 + (unsigned) (table_len * sqrt ((double) dst_glyphs / src_glyphs)); in _plan_estimate_subset_table_size()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset.cc82 unsigned src_glyphs = plan->source->get_num_glyphs (); in _plan_estimate_subset_table_size() local
85 if (unlikely (!src_glyphs)) in _plan_estimate_subset_table_size()
88 return 512 + (unsigned) (table_len * sqrt ((double) dst_glyphs / src_glyphs)); in _plan_estimate_subset_table_size()