Searched defs:toDataURL (Results 1 – 5 of 5) sorted by relevance
49 this.toDataURL = function(codec, quality) { method in HTMLCanvas
494 HTMLCanvas.prototype.toDataURL = function() {}; method in HTMLCanvas
1073 HTMLCanvas.prototype.toDataURL = function() {}; method in HTMLCanvas
595 toDataURL(codec?: string, quality?: number): string; method