Searched refs:nwayCanvas (Results 1 – 1 of 1) sorted by relevance
352 SkNWayCanvas* nwayCanvas = new SkNWayCanvas(drawArea.width(), drawArea.height()); in recordPicture() local353 nwayCanvas->translate(-drawArea.x(), -drawArea.y()); in recordPicture()354 nwayCanvas->addCanvas(canvas); in recordPicture()355 nwayCanvas->addCanvas(prerender); in recordPicture()358 canvas = nwayCanvas; in recordPicture()