Home
last modified time | relevance | path

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

/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*);
103 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb, in SkSurface_Raster() function in SkSurface_Raster
113 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef> pr, in SkSurface_Raster() function in SkSurface_Raster
123 SkCanvas* SkSurface_Raster::onNewCanvas() { return new SkCanvas(fBitmap, this->props()); } in onNewCanvas()
125 sk_sp<SkSurface> SkSurface_Raster::onNewSurface(const SkImageInfo& info) { in onNewSurface()
129 void SkSurface_Raster::onDraw(SkCanvas* canvas, SkScalar x, SkScalar y, in onDraw()
134 sk_sp<SkImage> SkSurface_Raster::onNewImageSnapshot() { in onNewImageSnapshot()
151 void SkSurface_Raster::onWritePixels(const SkPixmap& src, int x, int y) { in onWritePixels()
[all …]
/external/skqp/src/image/
DSkSurface_Raster.cpp14 class SkSurface_Raster : public SkSurface_Base { class
16 SkSurface_Raster(const SkImageInfo&, void*, size_t rb,
19 SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef>, const SkSurfaceProps*);
98 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb, in SkSurface_Raster() function in SkSurface_Raster
108 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef> pr, in SkSurface_Raster() function in SkSurface_Raster
118 SkCanvas* SkSurface_Raster::onNewCanvas() { return new SkCanvas(fBitmap, this->props()); } in onNewCanvas()
120 sk_sp<SkSurface> SkSurface_Raster::onNewSurface(const SkImageInfo& info) { in onNewSurface()
124 void SkSurface_Raster::onDraw(SkCanvas* canvas, SkScalar x, SkScalar y, in onDraw()
129 sk_sp<SkImage> SkSurface_Raster::onNewImageSnapshot() { in onNewImageSnapshot()
146 void SkSurface_Raster::onRestoreBackingMutability() { in onRestoreBackingMutability()
[all …]
/external/skia/include/core/
DSkPixelRef.h138 friend class SkSurface_Raster; // For the two methods above. variable
DSkCanvas.h2680 friend class SkSurface_Raster; // needs getDevice() variable
/external/skqp/include/core/
DSkPixelRef.h138 friend class SkSurface_Raster; // For the two methods above. variable
DSkCanvas.h2679 friend class SkSurface_Raster; // needs getDevice() variable
/external/skia/src/core/
DSkBitmapDevice.h146 friend class SkSurface_Raster; variable
DSkDevice.h354 friend class SkSurface_Raster; variable
/external/skqp/src/core/
DSkBitmapDevice.h146 friend class SkSurface_Raster; variable
DSkDevice.h354 friend class SkSurface_Raster; variable
/external/skqp/gn/
Dcore.gni352 "$_src/image/SkSurface_Raster.cpp",
/external/skia/gn/
Dcore.gni361 "$_src/image/SkSurface_Raster.cpp",
/external/skqp/
DAndroid.bp1021 "src/image/SkSurface_Raster.cpp",
/external/skia/
DAndroid.bp666 "src/image/SkSurface_Raster.cpp",