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)
299 GrSurfaceOrigin, const SkSurfaceProps*, bool) {
311 const SkSurfaceProps*) {
320 const SkSurfaceProps*) {
330 const SkSurfaceProps*) {