Home
last modified time | relevance | path

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

/lvgl-latest/src/font/
Dlv_font_fmt_txt.c35 static int8_t get_kern_value(const lv_font_t * font, uint32_t gid_left, uint32_t gid_right);
270 static int8_t get_kern_value(const lv_font_t * font, uint32_t gid_left, uint32_t gid_right) in get_kern_value() argument
283 uint16_t g_id_both = (gid_right << 8) + gid_left; /*Create one number from the ids*/ in get_kern_value()
296 uint32_t g_id_both = (gid_right << 16) + gid_left; /*Create one number from the ids*/ in get_kern_value()
313 uint8_t left_class = kdsc->left_class_mapping[gid_left]; in get_kern_value()