Home
last modified time | relevance | path

Searched refs:toDataURL (Results 26 – 27 of 27) sorted by last modified time

12

/plugin/s5reloaded/ui/thesis/
H A Dslides.js1945 if(cid.toDataURL) {
1950 obj.setAttribute("href", cid.toDataURL());
/plugin/processing/
H A Dscript.js5197 var imageDataURL = image.toDataURL();
8961 return window.open(img.toDataURL(),"_blank");
8963 return window.open(p.externals.canvas.toDataURL(),"_blank");
9147 this.toDataURL = function() { method in PImage
9152 return canvasData.canvas.toDataURL();

12