| 77 | } |
| 78 | |
| 79 | static inline int check_pixel(uint8_t *buf, uint8_t *start, uint8_t *end) |
| 80 | { |
| 81 | return buf >= start && buf < end; |
| 82 | } |
| 83 | |
| 84 | static inline int check_line(uint8_t *buf, uint8_t *start, uint8_t *end) |
| 85 | { |
no outgoing calls
no test coverage detected