Home | History | Annotate | Download | only in pdf

Lines Matching refs:SkSurface

43 #include "SkSurface.h"
1299 sk_sp<SkSurface> SkPDFDevice::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) {
1300 return SkSurface::MakeRaster(info, &props);
1770 SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(image->dimensions()));
1837 SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(imageSubset.image()->dimensions()));
1948 auto surface = SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(wh));