Lines Matching refs:count
104 unsigned short last, color, count; in to_565_rle() local
106 count = 0; in to_565_rle()
110 if (count) { in to_565_rle()
111 if ((color == last) && (count != 65535)) { in to_565_rle()
112 count++; in to_565_rle()
115 write(1, &count, 2); in to_565_rle()
117 total += count; in to_565_rle()
121 count = 1; in to_565_rle()
123 if (count) { in to_565_rle()
124 write(1, &count, 2); in to_565_rle()
126 total += count; in to_565_rle()