Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DBitmap.cpp386 const int y_step = std::max(1, pixmap.height() / 10); in computePalette() local
388 for (int y = 0; y < pixmap.height(); y += y_step) { in computePalette()