Lines Matching refs:toArray
52 toArray = Y.MatrixUtil.getTransformArray(toString),
59 if(toArray)
64 len = toArray.length;
67 transformFunction = toArray[i][0];
70 TO = toArray;
73 else if(Y.MatrixUtil.compareTransformSequence(toArray, fromArray))
75 //toAttr.transform = toArray;
77 TO = toArray;
78 //toAttr.transform = toArray;
84 len = toArray.length;
87 transformFunction = toArray[i].shift();
89 toMatrix[transformFunction].apply(toMatrix, toArray[i]);