HomeSort by relevance Sort by last modified time
    Searched refs:SkSurface_Raster (Results 1 - 6 of 6) sorted by null

  /external/skia/src/image/
SkSurface_Raster.cpp 16 class SkSurface_Raster : public SkSurface_Base {
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) {
89 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb,
99 SkSurface_Raster::SkSurface_Raster(SkPixelRef* pr, const SkSurfaceProps* props)
110 SkCanvas* SkSurface_Raster::onNewCanvas() { return new SkCanvas(fBitmap, this->props()); }
112 SkSurface* SkSurface_Raster::onNewSurface(const SkImageInfo& info)
    [all...]
  /external/skia/include/core/
SkBitmapDevice.h 154 friend class SkSurface_Raster;
SkPixelRef.h 380 friend class SkSurface_Raster; // For the two methods above.
SkDevice.h 387 friend class SkSurface_Raster;
SkCanvas.h     [all...]
  /external/skia/
Android.mk 282 src/image/SkSurface_Raster.cpp \

Completed in 135 milliseconds