Home
last modified time | relevance | path

Searched refs:MakeEmptyImage (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkReadBuffer.cpp32 static sk_sp<SkImage> MakeEmptyImage(int width, int height) { in MakeEmptyImage() function
344 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()
/external/skqp/src/core/
DSkReadBuffer.cpp34 static sk_sp<SkImage> MakeEmptyImage(int width, int height) { in MakeEmptyImage() function
304 return MakeEmptyImage(width, height); in readImage()
346 return image ? image : MakeEmptyImage(width, height); in readImage()