Searched refs:convertPremulColorToColorInt (Results 1 – 1 of 1) sorted by relevance
413 int srgbColor = convertPremulColorToColorInt(rawColor, b.getColorSpace()); in verifyGetPixel()418 private static int convertPremulColorToColorInt(int premulColor, ColorSpace premulCS) { in convertPremulColorToColorInt() method in BitmapColorSpaceTest444 int expected = convertPremulColorToColorInt(dst.asIntBuffer().get(), b.getColorSpace()); in verifyGetPixels()