Home | History | Annotate | Download | only in pdf

Lines Matching refs:SkSurface

43 #include "SkSurface.h"
1286 sk_sp<SkSurface> SkPDFDevice::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) {
1287 return SkSurface::MakeRaster(info, &props);
1757 SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(image->dimensions()));
1824 SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(imageSubset.image()->dimensions()));
1935 auto surface = SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(wh));