HomeSort by relevance Sort by last modified time
    Searched defs:SkSurface (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 20 * SkSurface represents the backend/results of drawing to a canvas. For raster
27 class SK_API SkSurface : public 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::New...()
    [all...]
  /external/chromium_org/third_party/skia/src/image/
SkSurface.cpp 12 SK_DEFINE_INST_COUNT(SkSurface)
71 static SkSurface_Base* asSB(SkSurface* surface) {
77 SkSurface::SkSurface(int width, int height) : fWidth(width), fHeight(height) {
83 uint32_t SkSurface::generationID() {
90 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
94 SkCanvas* SkSurface::getCanvas() {
98 SkImage* SkSurface::newImageSnapshot() {
104 SkSurface* SkSurface::newSurface(const SkImage::Info& info)
    [all...]
  /external/skia/include/core/
SkSurface.h 20 * SkSurface represents the backend/results of drawing to a canvas. For raster
27 class SK_API SkSurface : public 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::New...()
    [all...]
  /external/skia/src/image/
SkSurface.cpp 12 SK_DEFINE_INST_COUNT(SkSurface)
71 static SkSurface_Base* asSB(SkSurface* surface) {
77 SkSurface::SkSurface(int width, int height) : fWidth(width), fHeight(height) {
83 uint32_t SkSurface::generationID() {
90 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
94 SkCanvas* SkSurface::getCanvas() {
98 SkImage* SkSurface::newImageSnapshot() {
104 SkSurface* SkSurface::newSurface(const SkImage::Info& info)
    [all...]

Completed in 384 milliseconds