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

/external/chromium_org/third_party/skia/include/core/
H A DSkSurfaceProps.h51 class SkSurfaceProps { class
58 SkSurfaceProps(uint32_t flags, SkPixelGeometry);
63 SkSurfaceProps(InitType);
64 SkSurfaceProps(uint32_t flags, InitType);
74 SkSurfaceProps();
/external/chromium_org/third_party/skia/src/core/
H A DSkDevice.cpp68 SkSurface* SkBaseDevice::newSurface(const SkImageInfo&, const SkSurfaceProps&) { return NULL; } argument
H A DSkPictureRecord.cpp1432 SkSurface* SkPictureRecord::onNewSurface(const SkImageInfo& info, const SkSurfaceProps&) { argument
/external/chromium_org/third_party/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
52 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props)
59 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* prop
200 NewRenderTargetDirect(GrRenderTarget*, const SkSurfaceProps*) argument
204 NewRenderTarget(GrContext*, const SkImageInfo&, int, const SkSurfaceProps*) argument
208 NewScratchRenderTarget(GrContext*, const SkImageInfo&, int sampleCount, const SkSurfaceProps*) argument
[all...]

Completed in 106 milliseconds