Searched refs:MakeEmptyImage (Results 1 – 1 of 1) sorted by relevance
30 static sk_sp<SkImage> MakeEmptyImage(int width, int height) { in MakeEmptyImage() function252 return MakeEmptyImage(width, height); in readBitmapAsImage()282 return MakeEmptyImage(width, height); in readImage()291 return MakeEmptyImage(width, height); in readImage()307 return image ? image : MakeEmptyImage(width, height); in readImage()