Home | History | Annotate | Download | only in tests

Lines Matching refs:SkSurface_Base

15 #include "../src/image/SkSurface_Base.h"
48 class MockSurface : public SkSurface_Base {
50 MockSurface(int width, int height) : SkSurface_Base(width, height) {