Searched refs:transformedConfig (Results 1 – 1 of 1) sorted by relevance
992 Config transformedConfig = newConfig; in createBitmap() local994 if (transformedConfig != Config.ARGB_8888 && transformedConfig != Config.RGBA_F16) { in createBitmap()995 transformedConfig = Config.ARGB_8888; in createBitmap()1002 bitmap = createBitmap(null, neww, newh, transformedConfig, in createBitmap()