Lines Matching refs:SkSurfaceProps
26 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {}
28 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg)
32 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps&) = default;
33 SkSurfaceProps& SkSurfaceProps::operator=(const SkSurfaceProps&) = default;
37 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props)
41 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props)
172 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props)
180 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props)
382 int, GrSurfaceOrigin, const SkSurfaceProps*, bool) {