Searched defs:draw_point (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | draw_point.c | 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 152 ZTEST(draw_point, test_draw_point_outside_bottom_left) in ZTEST() argument
|
/Zephyr-latest/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
|