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

  /external/skia/include/core/
SkDevice.h 386 friend class SkNoPixelsBitmapDevice;
  /external/skia/src/core/
SkCanvas.cpp 639 // know that the device is an SkBitmapDevice (really an SkNoPixelsBitmapDevice).
698 class SkNoPixelsBitmapDevice : public SkBitmapDevice {
700 SkNoPixelsBitmapDevice(const SkIRect& bounds, const SkSurfaceProps& surfaceProps)
718 this->init(new SkNoPixelsBitmapDevice(SkIRect::MakeWH(width, height), fProps),
729 this->init(new SkNoPixelsBitmapDevice(bounds, fProps), flags)->unref();
    [all...]

Completed in 66 milliseconds