Searched refs:toBase64String (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/modules/canvaskit/htmlcanvas/ | ||
H A D | util.js | 14 function toBase64String(bytes) { function |
H A D | htmlcanvas.js | 70 return 'data:' + codec + ';base64,' + toBase64String(imgBytes); |
Completed in 1 milliseconds