Searched refs:to_copy8 (Results 1 – 1 of 1) sorted by relevance
244 uint8_t * to_copy8 = (uint8_t *)to_copy; in lv_canvas_copy_buf() local247 memcpy((void *)&ext->dsc.data[px], to_copy8, w * px_size); in lv_canvas_copy_buf()249 to_copy8 += w * px_size; in lv_canvas_copy_buf()
Completed in 4 milliseconds