Searched refs:temp_bitmap (Results 1 – 1 of 1) sorted by relevance
85 SkBitmap temp_bitmap; in SetCheckerboardShader() local86 temp_bitmap.setConfig(SkBitmap::kARGB_8888_Config, 2, 2); in SetCheckerboardShader()87 temp_bitmap.setPixels(buffer); in SetCheckerboardShader()89 temp_bitmap.copyTo(&bitmap); in SetCheckerboardShader()