Home
last modified time | relevance | path

Searched refs:tempCanvas (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
Dloupe.js86 var tempCanvas = document.createElement('canvas');
87 tempCanvas.width = sourceImage.width;
88 tempCanvas.height = sourceImage.height;
89 var tempContext = tempCanvas.getContext('2d');
93 this._fillFromCanvas(x, y, type, tempCanvas);
/external/skia/bench/
Dbenchmain.cpp788 SkCanvas* tempCanvas = pictureRecordFrom.beginRecording(dim.fX, dim.fY, in tool_main() local
790 bench->draw(tempCanvas); in tool_main()