Searched refs:SkNullSurface (Results 1 – 1 of 1) sorted by relevance
205 class SkNullSurface : public SkSurface_Base { class207 SkNullSurface(int width, int height) : SkSurface_Base(width, height, nullptr) {} in SkNullSurface() function in SkNullSurface225 return sk_sp<SkSurface>(new SkNullSurface(width, height)); in MakeNull()