HomeSort by relevance Sort by last modified time
    Searched defs:SkBitmapDevice (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkBitmapDevice.h 36 class SK_API SkBitmapDevice : public SkBaseDevice {
43 SkBitmapDevice(const SkBitmap& bitmap);
50 static SkBitmapDevice* Create(const SkImageInfo& info);
57 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps);
59 static SkBitmapDevice* Create(const SkImageInfo&, const SkSurfaceProps&);
  /external/skia/src/core/
SkBitmapDevice.cpp 8 #include "SkBitmapDevice.h"
70 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap)
76 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& info) {
80 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps)
86 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& origInfo,
115 return new SkBitmapDevice(bitmap, surfaceProps)
    [all...]

Completed in 33 milliseconds