Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_canvas.c352 lv_color_t c_dest_int = lv_img_buf_get_px_color(img, xs_int, ys_int, style); in lv_canvas_rotate() local
356 if(c_dest_int.full == ct.full) continue; in lv_canvas_rotate()
361 lv_color_t x_dest = lv_color_mix(c_dest_int, c_dest_xn, xr); in lv_canvas_rotate()
362 lv_color_t y_dest = lv_color_mix(c_dest_int, c_dest_yn, yr); in lv_canvas_rotate()

Completed in 4 milliseconds