Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DBitmap.cpp385 const int x_step = std::max(1, pixmap.width() / 10); in computePalette() local
387 for (int x = 0; x < pixmap.width(); x += x_step) { in computePalette()