Searched refs:buf16 (Results 1 – 3 of 3) sorted by relevance
154 uint16_t * buf16 = buf; in lv_draw_sw_rgb565_swap() local178 buf16[e] = ((buf16[e] & 0xff00) >> 8) | ((buf16[e] & 0x00ff) << 8); in lv_draw_sw_rgb565_swap()
310 uint16_t * buf16 = (uint16_t *)(data + y * stride); in lv_canvas_fill_bg() local312 buf16[x] = c16; in lv_canvas_fill_bg()
311 uint16_t * buf16 = (uint16_t *)px_map; /* Let's say it's a 16 bit (RGB565) display */315 put_px(x, y, *buf16);316 buf16++;