Searched defs:mask_buf_size (Results 1 – 3 of 3) sorted by relevance
261 uint32_t mask_buf_size = box_w * box_h > hor_res ? hor_res : box_w * box_h; in draw_letter_normal() local416 int32_t mask_buf_size = box_w * box_h > hor_res ? hor_res : g->box_w * g->box_h; in draw_letter_subpx() local
378 size_t mask_buf_size = LV_MIN(lv_area_get_size(&blend_area), hor_res); in draw_line_skew() local
140 uint32_t mask_buf_size = box_w * box_h > hor_res ? hor_res : box_w * box_h; in draw_letter_normal() local