Lines Matching refs:SkSurfaceProps
13 #include "SkSurfaceProps.h"
45 const SkSurfaceProps* = NULL);
53 void* context, const SkSurfaceProps* = NULL);
64 static SkSurface* NewRaster(const SkImageInfo&, size_t rowBytes, const SkSurfaceProps*);
69 static SkSurface* NewRaster(const SkImageInfo&, const SkSurfaceProps* = NULL);
76 static SkSurface* NewRasterN32Premul(int width, int height, const SkSurfaceProps* props = NULL) {
83 static SkSurface* NewRenderTargetDirect(GrRenderTarget*, const SkSurfaceProps*);
96 const SkSurfaceProps*);
99 const SkSurfaceProps* props) {
109 const SkSurfaceProps*);
120 GrContext*, const GrBackendTextureDesc&, const SkSurfaceProps*);
131 const SkSurfaceProps* = NULL, GrTextureStorageAllocator = GrTextureStorageAllocator());
295 const SkSurfaceProps& props() const { return fProps; }
303 SkSurface(int width, int height, const SkSurfaceProps*);
304 SkSurface(const SkImageInfo&, const SkSurfaceProps*);
312 const SkSurfaceProps fProps;