Home
last modified time | relevance | path

Searched refs:SkSurface_Raster (Results 1 – 14 of 14) sorted by relevance

/external/skqp/src/image/
DSkSurface_Raster.cpp15 class SkSurface_Raster : public SkSurface_Base { class
17 SkSurface_Raster(const SkImageInfo&, void*, size_t rb,
20 SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef>, const SkSurfaceProps*);
70 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb, in SkSurface_Raster() function in SkSurface_Raster
80 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef> pr, in SkSurface_Raster() function in SkSurface_Raster
90 SkCanvas* SkSurface_Raster::onNewCanvas() { return new SkCanvas(fBitmap, this->props()); } in onNewCanvas()
92 sk_sp<SkSurface> SkSurface_Raster::onNewSurface(const SkImageInfo& info) { in onNewSurface()
96 void SkSurface_Raster::onDraw(SkCanvas* canvas, SkScalar x, SkScalar y, in onDraw()
101 sk_sp<SkImage> SkSurface_Raster::onNewImageSnapshot(const SkIRect* subset) { in onNewImageSnapshot()
127 void SkSurface_Raster::onWritePixels(const SkPixmap& src, int x, int y) { in onWritePixels()
[all …]
/external/skia/src/image/
DSkSurface_Raster.cpp15 class SkSurface_Raster : public SkSurface_Base { class
17 SkSurface_Raster(const SkImageInfo&, void*, size_t rb,
20 SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef>, const SkSurfaceProps*);
70 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb, in SkSurface_Raster() function in SkSurface_Raster
80 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef> pr, in SkSurface_Raster() function in SkSurface_Raster
90 SkCanvas* SkSurface_Raster::onNewCanvas() { return new SkCanvas(fBitmap, this->props()); } in onNewCanvas()
92 sk_sp<SkSurface> SkSurface_Raster::onNewSurface(const SkImageInfo& info) { in onNewSurface()
96 void SkSurface_Raster::onDraw(SkCanvas* canvas, SkScalar x, SkScalar y, in onDraw()
101 sk_sp<SkImage> SkSurface_Raster::onNewImageSnapshot(const SkIRect* subset) { in onNewImageSnapshot()
127 void SkSurface_Raster::onWritePixels(const SkPixmap& src, int x, int y) { in onWritePixels()
[all …]
/external/skia/include/core/
DSkPixelRef.h121 friend class SkSurface_Raster; // For the two methods above. variable
DSkCanvas.h2563 friend class SkSurface_Raster; // needs getDevice() variable
/external/skqp/include/core/
DSkPixelRef.h121 friend class SkSurface_Raster; // For the two methods above. variable
DSkCanvas.h2544 friend class SkSurface_Raster; // needs getDevice() variable
/external/skia/src/core/
DSkBitmapDevice.h145 friend class SkSurface_Raster; variable
DSkDevice.h336 friend class SkSurface_Raster; variable
/external/skqp/src/core/
DSkBitmapDevice.h146 friend class SkSurface_Raster; variable
DSkDevice.h341 friend class SkSurface_Raster; variable
/external/skia/gn/
Dcore.gni330 "$_src/image/SkSurface_Raster.cpp",
/external/skqp/gn/
Dcore.gni330 "$_src/image/SkSurface_Raster.cpp",
/external/skqp/
DAndroid.bp1073 "src/image/SkSurface_Raster.cpp",
/external/skia/
DAndroid.bp355 "src/image/SkSurface_Raster.cpp",