Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DBitmap.cpp404 int sampledCount = 0; in computePalette() local
416 sampledCount++; in computePalette()
426 if (sampledCount < 5) { in computePalette()
428 sampledCount, info.width(), info.height(), (int)info.colorType(), in computePalette()
435 sampledCount, hue.min(), hue.max(), hue.average(), saturation.min(), saturation.max(), in computePalette()
/frameworks/base/libs/hwui/
DVectorDrawable.cpp596 int sampledCount = 0; in computePalette() local
603 sampledCount++; in computePalette()
611 if (sampledCount == 0) { in computePalette()
618 sampledCount, hue.min(), hue.max(), hue.average(), saturation.min(), saturation.max(), in computePalette()