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 SkImage::Info&, void* pixels, size_t rowBytes);
47 static SkSurface* NewRaster(const SkImage::Info&);
54 static SkSurface* NewPicture(int width, int height);
59 static SkSurface* NewRenderTargetDirect(GrContext*, GrRenderTarget*);
65 static SkSurface* NewRenderTarget(GrContext*, const SkImage::Info&, int sampleCount = 0);
116 * SkSurface* A = 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 SkImage::Info&, void* pixels, size_t rowBytes);
47 static SkSurface* NewRaster(const SkImage::Info&);
54 static SkSurface* NewPicture(int width, int height);
59 static SkSurface* NewRenderTargetDirect(GrContext*, GrRenderTarget*);
65 static SkSurface* NewRenderTarget(GrContext*, const SkImage::Info&, int sampleCount = 0);
116 * SkSurface* A = SkSurface
[all...]
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface.cpp12 SK_DEFINE_INST_COUNT(SkSurface)
71 static SkSurface_Base* asSB(SkSurface* surface) {
77 SkSurface::SkSurface(int width, int height) : fWidth(width), fHeight(height) { function in class:SkSurface
83 uint32_t SkSurface::generationID() {
90 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
94 SkCanvas* SkSurface::getCanvas() {
98 SkImage* SkSurface::newImageSnapshot() {
104 SkSurface* SkSurface
[all...]
/external/skia/src/image/
H A DSkSurface.cpp12 SK_DEFINE_INST_COUNT(SkSurface)
71 static SkSurface_Base* asSB(SkSurface* surface) {
77 SkSurface::SkSurface(int width, int height) : fWidth(width), fHeight(height) { function in class:SkSurface
83 uint32_t SkSurface::generationID() {
90 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
94 SkCanvas* SkSurface::getCanvas() {
98 SkImage* SkSurface::newImageSnapshot() {
104 SkSurface* SkSurface
[all...]

Completed in 199 milliseconds