Searched refs:cfb_draw_point (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/tests/subsys/display/cfb/basic/src/ |
D | draw_point.c | 54 zassert_ok(cfb_draw_point(dev, &pos)); in ZTEST() 64 zassert_ok(cfb_draw_point(dev, &pos)); in ZTEST() 77 zassert_ok(cfb_draw_point(dev, &pos)); in ZTEST() 87 zassert_ok(cfb_draw_point(dev, &pos)); in ZTEST() 97 zassert_ok(cfb_draw_point(dev, &pos)); in ZTEST() 108 zassert_ok(cfb_draw_point(dev, &pos)); in ZTEST() 111 zassert_ok(cfb_draw_point(dev, &pos)); in ZTEST() 114 zassert_ok(cfb_draw_point(dev, &pos)); in ZTEST() 126 zassert_ok(cfb_draw_point(dev, &pos)); in ZTEST() 136 zassert_ok(cfb_draw_point(dev, &pos)); in ZTEST() [all …]
|
/Zephyr-Core-3.7.0/include/zephyr/display/ |
D | cfb.h | 113 int cfb_draw_point(const struct device *dev, const struct cfb_position *pos);
|
/Zephyr-Core-3.7.0/subsys/fb/ |
D | cfb.c | 295 int cfb_draw_point(const struct device *dev, const struct cfb_position *pos) in cfb_draw_point() function
|
D | cfb_shell.c | 162 err = cfb_draw_point(dev, &pos); in cmd_draw_point()
|