Home | History | Annotate | Download | only in image

Lines Matching refs:SkSurfaceProps

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