Searched refs:transformedConfig (Results 1 – 1 of 1) sorted by relevance
942 Config transformedConfig = newConfig; in createBitmap() local944 if (transformedConfig != Config.ARGB_8888 && transformedConfig != Config.RGBA_F16) { in createBitmap()945 transformedConfig = Config.ARGB_8888; in createBitmap()952 bitmap = createBitmap(null, neww, newh, transformedConfig, in createBitmap()