Home | History | Annotate | Download | only in image

Lines Matching refs:SkSurfaceProps

37 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {}
39 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {}
41 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType)
46 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg)
50 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps& other)
57 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props)
64 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props)
135 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props)
143 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props)
210 SkSurface* SkSurface::NewRenderTargetDirect(GrRenderTarget*, const SkSurfaceProps*) {
215 const SkSurfaceProps*, GrTextureStorageAllocator) {
220 const SkSurfaceProps*) {
225 const SkSurfaceProps*) {
230 const SkSurfaceProps*) {