Searched refs:sampledCount (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | Bitmap.cpp | 454 int sampledCount = 0; in computePalette() local 466 sampledCount++; in computePalette() 476 if (sampledCount < 5) { in computePalette() 478 sampledCount, info.width(), info.height(), (int)info.colorType(), in computePalette() 485 sampledCount, hue.min(), hue.max(), hue.average(), saturation.min(), saturation.max(), in computePalette()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.cpp | 597 int sampledCount = 0; in computePalette() local 604 sampledCount++; in computePalette() 612 if (sampledCount == 0) { in computePalette() 619 sampledCount, hue.min(), hue.max(), hue.average(), saturation.min(), saturation.max(), in computePalette()
|