Searched refs:pts1 (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieProperty.h | 442 Array<Point> pts1(path->ptsCnt); in operator() 443 … roundness->modifyPath(path->cmds, path->cmdsCnt, path->pts, path->ptsCnt, cmds1, pts1, transform); in operator() 444 … return offsetPath->modifyPath(cmds1.data, cmds1.count, pts1.data, pts1.count, cmds, pts); in operator() 478 Array<Point> pts1; in operator() local 479 …ath(frame->value.cmds, frame->value.cmdsCnt, interpPts, frame->value.ptsCnt, cmds1, pts1, nullptr); in operator() 480 offsetPath->modifyPath(cmds1.data, cmds1.count, pts1.data, pts1.count, cmds, pts); in operator()
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_vector.c | 149 lv_fpoint_t pts1[] = {{50, 50}, {400, 50}}; in draw_lines() local 151 lv_vector_path_move_to(path, &pts1[0]); in draw_lines() 152 lv_vector_path_line_to(path, &pts1[1]); in draw_lines()
|