Home
last modified time | relevance | path

Searched defs:SkSurfaceProps (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/image/
DSkSurface.cpp37 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {} in SkSurfaceProps() function in SkSurfaceProps
39 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} in SkSurfaceProps() function in SkSurfaceProps
41 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType) in SkSurfaceProps() function in SkSurfaceProps
46 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps() function in SkSurfaceProps
50 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps& other) in SkSurfaceProps() function in SkSurfaceProps
182 SkSurface* SkSurface::NewRenderTargetDirect(GrRenderTarget*, const SkSurfaceProps*) { in NewRenderTargetDirect()
187 const SkSurfaceProps*) { in NewRenderTarget()
192 const SkSurfaceProps*) { in NewWrappedRenderTarget()
/external/skia/src/core/
DSkRecorder.h121 SkSurface* onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override { return NULL; } in onNewSurface()
DSkDevice.cpp94 SkSurface* SkBaseDevice::newSurface(const SkImageInfo&, const SkSurfaceProps&) { return NULL; } in newSurface()
DSkPictureRecord.cpp847 SkSurface* SkPictureRecord::onNewSurface(const SkImageInfo& info, const SkSurfaceProps&) { in onNewSurface()
/external/skia/include/core/
DSkImage.h24 class SkSurfaceProps; variable
DSkImageFilter.h20 class SkSurfaceProps; variable