Searched refs:transformedConfig (Results 1 – 1 of 1) sorted by relevance
924 Config transformedConfig = newConfig; in createBitmap() local926 if (transformedConfig != Config.ARGB_8888 && transformedConfig != Config.RGBA_F16) { in createBitmap()927 transformedConfig = Config.ARGB_8888; in createBitmap()934 bitmap = createBitmap(null, neww, newh, transformedConfig, in createBitmap()