Lines Matching refs:SkSurfaceProps
39 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {} in SkSurfaceProps() function in SkSurfaceProps
41 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} in SkSurfaceProps() function in SkSurfaceProps
43 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType) in SkSurfaceProps() function in SkSurfaceProps
48 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps() function in SkSurfaceProps
52 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps& other) in SkSurfaceProps() function in SkSurfaceProps
59 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props) in SkSurface_Base()
63 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface_Base()
134 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props) in SkSurface()
142 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface()
315 GrSurfaceOrigin, const SkSurfaceProps*, bool) { in MakeRenderTarget() argument
327 const SkSurfaceProps*, in MakeFromBackendTexture() argument
337 const SkSurfaceProps*, in MakeFromBackendRenderTarget() argument
348 const SkSurfaceProps*) { in MakeFromBackendTextureAsRenderTarget() argument