Searched defs:SkSurfaceProps (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkSurfaceProps.h51 class SK_API SkSurfaceProps { class
58 SkSurfaceProps(uint32_t flags, SkPixelGeometry);
63 SkSurfaceProps(InitType);
64 SkSurfaceProps(uint32_t flags, InitType);
65 SkSurfaceProps(const SkSurfaceProps& other);
75 SkSurfaceProps();
/external/skia/src/image/
H A DSkSurface.cpp37 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {} function in class:SkSurfaceProps
39 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} function in class:SkSurfaceProps
41 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType) function in class:SkSurfaceProps
46 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) function in class:SkSurfaceProps
50 SkSurfaceProps::SkSurfaceProps(cons function in class:SkSurfaceProps
182 NewRenderTargetDirect(GrRenderTarget*, const SkSurfaceProps*) argument
186 NewRenderTarget(GrContext*, Budgeted, const SkImageInfo&, int, const SkSurfaceProps*) argument
191 NewWrappedRenderTarget(GrContext*, GrBackendTextureDesc, const SkSurfaceProps*) argument
[all...]
/external/skia/src/core/
H A DSkDevice.cpp94 SkSurface* SkBaseDevice::newSurface(const SkImageInfo&, const SkSurfaceProps&) { return NULL; } argument
H A DSkPictureRecord.cpp847 SkSurface* SkPictureRecord::onNewSurface(const SkImageInfo& info, const SkSurfaceProps&) { argument

Completed in 141 milliseconds