Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_color.c145 uint8_t region, remainder, p, q, t; in lv_color_hsv_to_rgb() local
152 remainder = (h - (region * 43)) * 6; in lv_color_hsv_to_rgb()
155 q = (v * (255 - ((s * remainder) >> 8))) >> 8; in lv_color_hsv_to_rgb()
156 t = (v * (255 - ((s * (255 - remainder)) >> 8))) >> 8; in lv_color_hsv_to_rgb()
/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.c807 uint16_t remainder = pinyin_ime->cand_num % LV_IME_PINYIN_CAND_TEXT_NUM; in pinyin_page_proc() local
817 if(remainder == 0) { in pinyin_page_proc()
834 if((remainder > 0) && (pinyin_ime->py_page == page_num)) { in pinyin_page_proc()
835 if(i >= remainder) in pinyin_page_proc()
/lvgl-latest/docs/details/widgets/
Dwin.rst54 parent) the remainder of the available Background area below the Header. It is
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst412 Pad text labels away from the scale ticks/remainder of the ``LV_PART_``