Searched refs:buf_end (Results 1 – 1 of 1) sorted by relevance
1758 unsigned char * buf_end; in color_fill_XRGB8888() local1760 buf_end = (unsigned char *)((uint32_t *)buf + width * height); in color_fill_XRGB8888()1762 while(buf < buf_end) { in color_fill_XRGB8888()1774 uint16_t * buf_end; in color_fill_RGB565() local1776 buf_end = (uint16_t *)buf + width * height; in color_fill_RGB565()1778 while(buf < buf_end) { in color_fill_RGB565()