Searched refs:dst_buf (Results 1 – 1 of 1) sorted by relevance
17 static ALWAYS_INLINE void set_px_at_pos(uint8_t *dst_buf, uint32_t x, uint32_t y, uint32_t width, in set_px_at_pos() argument24 buf = dst_buf + x + y / 8 * width; in set_px_at_pos()32 buf = dst_buf + x / 8 + y * width / 8; in set_px_at_pos()
Completed in 3 milliseconds