Searched refs:y_step (Results 1 – 1 of 1) sorted by relevance
386 const int y_step = std::max(1, pixmap.height() / 10); in computePalette() local388 for (int y = 0; y < pixmap.height(); y += y_step) { in computePalette()