Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_canvas.c277 int32_t dest_height = ext_dst->dsc.header.h; in lv_canvas_rotate() local
282 for(y = -offset_y; y < dest_height - offset_y; y++) { in lv_canvas_rotate()
365 … + offset_x >= 0 && x + offset_x < dest_width && y + offset_y >= 0 && y + offset_y < dest_height) { in lv_canvas_rotate()

Completed in 3 milliseconds