Searched refs:MakeEmptyImage (Results 1 – 2 of 2) sorted by relevance
32 static sk_sp<SkImage> MakeEmptyImage(int width, int height) { in MakeEmptyImage() function344 return MakeEmptyImage(width, height); in readImage_preV78()382 return image ? image : MakeEmptyImage(width, height); in readImage_preV78()437 return image ? image : MakeEmptyImage(1, 1); in readImage()
34 static sk_sp<SkImage> MakeEmptyImage(int width, int height) { in MakeEmptyImage() function304 return MakeEmptyImage(width, height); in readImage()346 return image ? image : MakeEmptyImage(width, height); in readImage()