Home
last modified time | relevance | path

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

/lvgl-latest/src/font/
Dlv_font_fmt_txt.c282 const uint16_t * g_ids = kdsc->glyph_ids; in get_kern_value() local
284 … uint16_t * kid_p = _lv_utils_bsearch(&g_id_both, g_ids, kdsc->pair_cnt, 2, kern_pair_8_compare); in get_kern_value()
288 lv_uintptr_t ofs = kid_p - g_ids; in get_kern_value()
295 const uint32_t * g_ids = kdsc->glyph_ids; in get_kern_value() local
297 … uint32_t * kid_p = _lv_utils_bsearch(&g_id_both, g_ids, kdsc->pair_cnt, 4, kern_pair_16_compare); in get_kern_value()
301 lv_uintptr_t ofs = kid_p - g_ids; in get_kern_value()