Home
last modified time | relevance | path

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

/external/skia/src/image/
DSkSurface_Raster.cpp16 class SkSurface_Raster : public SkSurface_Base { class
20 SkSurface_Raster(const SkImageInfo&, void*, size_t rb,
23 SkSurface_Raster(sk_sp<SkPixelRef>, const SkSurfaceProps*);
42 bool SkSurface_Raster::Valid(const SkImageInfo& info, size_t rowBytes) { in Valid()
101 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb, in SkSurface_Raster() function in SkSurface_Raster
111 SkSurface_Raster::SkSurface_Raster(sk_sp<SkPixelRef> pr, const SkSurfaceProps* props) in SkSurface_Raster() function in SkSurface_Raster
122 SkCanvas* SkSurface_Raster::onNewCanvas() { return new SkCanvas(fBitmap, this->props()); } in onNewCanvas()
124 sk_sp<SkSurface> SkSurface_Raster::onNewSurface(const SkImageInfo& info) { in onNewSurface()
128 void SkSurface_Raster::onDraw(SkCanvas* canvas, SkScalar x, SkScalar y, in onDraw()
133 sk_sp<SkImage> SkSurface_Raster::onNewImageSnapshot() { in onNewImageSnapshot()
[all …]
/external/skia/include/core/
DSkPixelRef.h315 friend class SkSurface_Raster; // For the two methods above. variable
DSkCanvas.h1608 friend class SkSurface_Raster; // needs getDevice() variable
/external/skia/src/core/
DSkBitmapDevice.h145 friend class SkSurface_Raster; variable
DSkDevice.h348 friend class SkSurface_Raster; variable
/external/skia/gn/
Dcore.gni386 "$_src/image/SkSurface_Raster.cpp",
/external/skia/
DAndroid.bp604 "src/image/SkSurface_Raster.cpp",