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(SkPixelRef*, const SkSurfaceProps*);
42 bool SkSurface_Raster::Valid(const SkImageInfo& info, size_t rowBytes) { in Valid()
89 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb, in SkSurface_Raster() function in SkSurface_Raster
99 SkSurface_Raster::SkSurface_Raster(SkPixelRef* pr, const SkSurfaceProps* props) in SkSurface_Raster() function in SkSurface_Raster
110 SkCanvas* SkSurface_Raster::onNewCanvas() { return new SkCanvas(fBitmap, this->props()); } in onNewCanvas()
112 SkSurface* SkSurface_Raster::onNewSurface(const SkImageInfo& info) { in onNewSurface()
116 void SkSurface_Raster::onDraw(SkCanvas* canvas, SkScalar x, SkScalar y, in onDraw()
121 SkImage* SkSurface_Raster::onNewImageSnapshot(SkBudgeted, ForceCopyMode forceCopyMode) { in onNewImageSnapshot()
[all …]
/external/skia/include/core/
DSkBitmapDevice.h154 friend class SkSurface_Raster; variable
DSkPixelRef.h380 friend class SkSurface_Raster; // For the two methods above. variable
DSkDevice.h387 friend class SkSurface_Raster; variable
DSkCanvas.h1357 friend class SkSurface_Raster; // needs getDevice() variable
/external/skia/gyp/
Dcore.gypi331 '<(skia_src_path)/image/SkSurface_Raster.cpp',
/external/skia/
DAndroid.mk282 src/image/SkSurface_Raster.cpp \