Lines Matching refs:ta
83 var ta = _scratchFourFloatsA['toTypedArray']();
87 optSize[0] = ta[0];
88 optSize[1] = ta[1];
92 return ta.slice(0, 2);
103 var ta = _scratchFourFloatsA['toTypedArray']();
105 optDamageRect.set(ta);
108 return ta.slice();
113 var ta = _scratchFourFloatsA['toTypedArray']();
115 optDamageRect.set(ta);
118 return ta.slice();
129 var ta = _scratchFourFloatsA['toTypedArray']();
133 optSize[0] = ta[0];
134 optSize[1] = ta[1];
138 return ta.slice(0, 2);