Searched refs:image_with_shadow (Results 1 – 1 of 1) sorted by relevance
763 SkBitmap image_with_shadow; in CreateDropShadow() local764 image_with_shadow.allocN32Pixels(bitmap.width() + shadow_margin.width(), in CreateDropShadow()766 image_with_shadow.eraseARGB(0, 0, 0, 0); in CreateDropShadow()768 SkCanvas canvas(image_with_shadow); in CreateDropShadow()791 return image_with_shadow; in CreateDropShadow()