Searched refs:tempSkBmpConfig (Results 1 – 2 of 2) sorted by relevance
318 SkBitmap::Config tempSkBmpConfig = SkBitmap::kNo_Config; in dumpLayer() local327 tempSkBmpConfig = SkBitmap::kARGB_8888_Config; in dumpLayer()330 tempSkBmpConfig = SkBitmap::kRGB_565_Config; in dumpLayer()334 tempSkBmpConfig = SkBitmap::kNo_Config; in dumpLayer()337 if (SkBitmap::kNo_Config != tempSkBmpConfig) { in dumpLayer()338 tempSkBmp->setConfig(tempSkBmpConfig, getWidth(hnd), getHeight(hnd)); in dumpLayer()