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

/external/chromium_org/third_party/skia/include/core/
H A DSkSurface.h20 * SkSurface represents the backend/results of drawing to a canvas. For raster
27 class SK_API SkSurface : public SkRefCnt { class in inherits:SkRefCnt
29 SK_DECLARE_INST_COUNT(SkSurface)
38 static SkSurface* NewRasterDirect(const SkImageInfo&, void* pixels, size_t rowBytes);
47 static SkSurface* NewRaster(const SkImageInfo&);
54 static SkSurface* NewRasterPMColor(int width, int height) {
75 static SkSurface* NewRenderTargetDirect(GrRenderTarget*,
82 static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount = 0,
97 static SkSurface* NewScratchRenderTarget(GrContext*, const SkImageInfo&, int sampleCount = 0,
149 * SkSurface*
[all...]
/external/skia/include/core/
H A DSkSurface.h20 * SkSurface represents the backend/results of drawing to a canvas. For raster
27 class SK_API SkSurface : public SkRefCnt { class in inherits:SkRefCnt
29 SK_DECLARE_INST_COUNT(SkSurface)
38 static SkSurface* NewRasterDirect(const SkImageInfo&, void* pixels, size_t rowBytes);
47 static SkSurface* NewRaster(const SkImageInfo&);
54 static SkSurface* NewRasterPMColor(int width, int height) {
75 static SkSurface* NewRenderTargetDirect(GrRenderTarget*,
82 static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount = 0,
97 static SkSurface* NewScratchRenderTarget(GrContext*, const SkImageInfo&, int sampleCount = 0,
149 * SkSurface*
[all...]
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface.cpp71 static SkSurface_Base* asSB(SkSurface* surface) {
77 SkSurface::SkSurface(int width, int height) : fWidth(width), fHeight(height) { function in class:SkSurface
83 SkSurface::SkSurface(const SkImageInfo& info) function in class:SkSurface
92 uint32_t SkSurface::generationID() {
99 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
103 SkCanvas* SkSurface::getCanvas() {
107 SkImage* SkSurface::newImageSnapshot() {
113 SkSurface* SkSurfac
[all...]
/external/skia/src/image/
H A DSkSurface.cpp71 static SkSurface_Base* asSB(SkSurface* surface) {
77 SkSurface::SkSurface(int width, int height) : fWidth(width), fHeight(height) { function in class:SkSurface
83 SkSurface::SkSurface(const SkImageInfo& info) function in class:SkSurface
92 uint32_t SkSurface::generationID() {
99 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
103 SkCanvas* SkSurface::getCanvas() {
107 SkImage* SkSurface::newImageSnapshot() {
113 SkSurface* SkSurfac
[all...]

Completed in 126 milliseconds