Home
last modified time | relevance | path

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

/external/skia/src/image/
DSkSurface.cpp205 class SkNullSurface : public SkSurface_Base { class
207 SkNullSurface(int width, int height) : SkSurface_Base(width, height, nullptr) {} in SkNullSurface() function in SkNullSurface
225 return sk_sp<SkSurface>(new SkNullSurface(width, height)); in MakeNull()