Searched refs:draw_point (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/tests/subsys/display/cfb/basic/src/ |
D | draw_point.c | 16 LOG_MODULE_REGISTER(draw_point, CONFIG_DISPLAY_LOG_LEVEL); 50 ZTEST(draw_point, test_draw_point_at_0_0) in ZTEST() argument 60 ZTEST(draw_point, test_draw_point_at_1_1) in ZTEST() argument 73 ZTEST(draw_point, test_draw_pont_at_9_15) in ZTEST() argument 83 ZTEST(draw_point, test_draw_point_at_10_16) in ZTEST() argument 93 ZTEST(draw_point, test_draw_point_at_11_17) in ZTEST() argument 103 ZTEST(draw_point, test_draw_point_twice_on_same_tile) in ZTEST() argument 122 ZTEST(draw_point, test_draw_point_outside_top_left) in ZTEST() argument 132 ZTEST(draw_point, test_draw_point_outside_top_right) in ZTEST() argument 142 ZTEST(draw_point, test_draw_point_outside_bottom_right) in ZTEST() argument [all …]
|
/Zephyr-Core-3.7.0/tests/subsys/display/cfb/basic/ |
D | CMakeLists.txt | 14 src/draw_point.c 26 src/draw_point.c
|
/Zephyr-Core-3.7.0/subsys/fb/ |
D | cfb.c | 212 static inline void draw_point(struct char_framebuffer *fb, int16_t x, int16_t y) in draw_point() function 243 draw_point(fb, x0, y0); in draw_line() 299 draw_point(fb, pos->x, pos->y); in cfb_draw_point()
|