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

  /external/skia/src/core/
SkCanvas.cpp 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();
    [all...]
  /external/skqp/src/core/
SkCanvas.cpp 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();
    [all...]

Completed in 56 milliseconds