Home
last modified time | relevance | path

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

/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp1923 vg_lite_fpoint_t p2_trans = p2; in vg_lite_draw_grad() local
1926 p2_trans = matrix_transform_point(&grad_matrix, &p2); in vg_lite_draw_grad()
1927 float dx = (p2_trans.x - p1_trans.x); in vg_lite_draw_grad()
1928 float dy = (p2_trans.y - p1_trans.y); in vg_lite_draw_grad()