Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js1158 curTexture = {width:0,height:0}, class
7627 tArray[i] = tArray[i]/curTexture.width;
7628 tArray[i+1] /= curTexture.height;
8427 curTexture.width = pimage.width;
8428 curTexture.height = pimage.height;