Searched refs:sampledCount (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/hwui/ |
D | Bitmap.cpp | 382 int sampledCount = 0; in computePalette() local 394 sampledCount++; in computePalette() 404 if (sampledCount < 5) { in computePalette() 406 sampledCount, info.width(), info.height(), (int)info.colorType(), in computePalette() 413 sampledCount, hue.min(), hue.max(), hue.average(), saturation.min(), saturation.max(), in computePalette()
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 672 int sampledCount = 0; in computePalette() local 679 sampledCount++; in computePalette() 687 if (sampledCount == 0) { in computePalette() 694 sampledCount, hue.min(), hue.max(), hue.average(), saturation.min(), saturation.max(), in computePalette()
|