Home
last modified time | relevance | path

Searched refs:SkNoPixelsBitmapDevice (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkDevice.h386 friend class SkNoPixelsBitmapDevice; variable
/external/skia/src/core/
DSkCanvas.cpp698 class SkNoPixelsBitmapDevice : public SkBitmapDevice { class
700 SkNoPixelsBitmapDevice(const SkIRect& bounds, const SkSurfaceProps& surfaceProps) in SkNoPixelsBitmapDevice() function in SkNoPixelsBitmapDevice
718 this->init(new SkNoPixelsBitmapDevice(SkIRect::MakeWH(width, height), fProps), in SkCanvas()
729 this->init(new SkNoPixelsBitmapDevice(bounds, fProps), flags)->unref(); in SkCanvas()