Searched refs:sampledCount (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/hwui/ |
D | Bitmap.cpp | 404 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/ |
D | VectorDrawable.cpp | 596 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()
|