Lines Matching refs:start
49 struct cfb_position start = {0, 0}; in ZTEST() local
52 zassert_ok(cfb_draw_line(dev, &start, &end)); in ZTEST()
60 struct cfb_position start = {0, 0}; in ZTEST() local
63 zassert_ok(cfb_draw_line(dev, &start, &end)); in ZTEST()
71 struct cfb_position start = {display_width - 1, 0}; in ZTEST() local
74 zassert_ok(cfb_draw_line(dev, &start, &end)); in ZTEST()
82 struct cfb_position start = {0, 239}; in ZTEST() local
85 zassert_ok(cfb_draw_line(dev, &start, &end)); in ZTEST()
93 struct cfb_position start = {0, 0}; in ZTEST() local
96 zassert_ok(cfb_draw_line(dev, &start, &end)); in ZTEST()
97 start.y = 7; in ZTEST()
99 zassert_ok(cfb_draw_line(dev, &start, &end)); in ZTEST()
110 struct cfb_position start = {0, 0}; in ZTEST() local
113 zassert_ok(cfb_draw_line(dev, &start, &end)); in ZTEST()
123 struct cfb_position start = {-32, -48}; in ZTEST() local
126 zassert_ok(cfb_draw_line(dev, &start, &end)); in ZTEST()