Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/autofit/
A Dafangles.c275 FT_UInt cur_idx; in af_sort_and_quantize_widths() local
298 cur_idx = 0; in af_sort_and_quantize_widths()
299 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()
317 for ( j = cur_idx; j < i; j++ ) in af_sort_and_quantize_widths()
322 table[cur_idx].org = sum / j; in af_sort_and_quantize_widths()
326 cur_idx = i + 1; in af_sort_and_quantize_widths()
327 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()
332 cur_idx = 1; in af_sort_and_quantize_widths()
338 table[cur_idx++] = table[i]; in af_sort_and_quantize_widths()
341 *count = cur_idx; in af_sort_and_quantize_widths()

Completed in 2 milliseconds