Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js1134 textcanvas, variable
10569 if (textcanvas === undef) {
10573 curContext = textcanvas.getContext("2d");
10581 return textcanvas.width;
10893 if (textcanvas === undef) {
10894 textcanvas = document.createElement("canvas");
10897 curContext = textcanvas.getContext("2d");
10905 textcanvas.width = textWidth;
10906 textcanvas.height = curTextSize;
10915 var aspect = textcanvas.width/textcanvas.height;
[all …]