Home
last modified time | relevance | path

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

/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp1922 vg_lite_fpoint_t p1_trans = p1; in vg_lite_draw_grad() local
1925 p1_trans = matrix_transform_point(&grad_matrix, &p1); 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()