Lines Matching refs:toArray
50 toArray = Y.MatrixUtil.getTransformArray(toString),
57 if(toArray)
62 len = toArray.length;
65 transformFunction = toArray[i][0];
68 TO = toArray;
71 else if(Y.MatrixUtil.compareTransformSequence(toArray, fromArray))
73 //toAttr.transform = toArray;
75 TO = toArray;
76 //toAttr.transform = toArray;
82 len = toArray.length;
85 transformFunction = toArray[i].shift();
87 toMatrix[transformFunction].apply(toMatrix, toArray[i]);