Home | History | Annotate | Download | only in core

Lines Matching defs:SkNoPixelsDevice

55 class SkNoPixelsDevice : public SkBaseDevice {
57 SkNoPixelsDevice(const SkIRect& bounds, const SkSurfaceProps& props)
624 // know that the device is a SkNoPixelsDevice.
625 static_cast<SkNoPixelsDevice*>(fMCRec->fLayer->fDevice.get())->resetForNextPicture(bounds);
679 this->init(new SkNoPixelsDevice(SkIRect::MakeWH(SkTMax(width, 0), SkTMax(height, 0)), fProps),
690 this->init(new SkNoPixelsDevice(r, fProps), flags)->unref();