Searched refs:x_step (Results 1 – 1 of 1) sorted by relevance
385 const int x_step = std::max(1, pixmap.width() / 10); in computePalette() local387 for (int x = 0; x < pixmap.width(); x += x_step) { in computePalette()