Home
last modified time | relevance | path

Searched defs: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