Home
last modified time | relevance | path

Searched refs:dot_min (Results 1 – 1 of 1) sorted by relevance

/external/libcups/filter/
Drastertoepson.c797 dot_min; /* Minimum number of bytes */ in OutputRows() local
802 dot_min = DotBytes * DotColumns; in OutputRows()
815 while (dot_count >= dot_min && dot_ptr[0] == 0 && in OutputRows()
816 memcmp(dot_ptr, dot_ptr + 1, dot_min - 1) == 0) in OutputRows()
819 dot_ptr += dot_min; in OutputRows()
820 dot_count -= dot_min; in OutputRows()
827 while (dot_count >= dot_min && dot_ptr[dot_count - dot_min] == 0 && in OutputRows()
828 memcmp(dot_ptr + dot_count - dot_min, in OutputRows()
829 dot_ptr + dot_count - dot_min + 1, dot_min - 1) == 0) in OutputRows()
830 dot_count -= dot_min; in OutputRows()