Searched defs:SkSurfaceProps (Results 1 – 6 of 6) sorted by relevance
37 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {} in SkSurfaceProps() function in SkSurfaceProps39 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} in SkSurfaceProps() function in SkSurfaceProps41 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType) in SkSurfaceProps() function in SkSurfaceProps46 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps() function in SkSurfaceProps50 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps& other) in SkSurfaceProps() function in SkSurfaceProps182 SkSurface* SkSurface::NewRenderTargetDirect(GrRenderTarget*, const SkSurfaceProps*) { in NewRenderTargetDirect()187 const SkSurfaceProps*) { in NewRenderTarget()192 const SkSurfaceProps*) { in NewWrappedRenderTarget()
121 SkSurface* onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override { return NULL; } in onNewSurface()
94 SkSurface* SkBaseDevice::newSurface(const SkImageInfo&, const SkSurfaceProps&) { return NULL; } in newSurface()
847 SkSurface* SkPictureRecord::onNewSurface(const SkImageInfo& info, const SkSurfaceProps&) { in onNewSurface()
24 class SkSurfaceProps; variable
20 class SkSurfaceProps; variable