Searched refs:idx1 (Results 1 – 3 of 3) sorted by relevance
830 this.swapOptions = function ( idx1 /* :Number */ argument832 if (!options[idx1] || options[idx2]) return false;833 var tmp = options[idx1];834 options[idx1] = options[idx2];
1686 ['idx1']=>array() { //
38179 var idx1 = 0, idx2 = 0;38181 idx1 = buf[i]*2; idx2 = i*2;38182 newBuf[idx2] = decodeBuf[idx1];38183 newBuf[idx2+1] = decodeBuf[idx1+1];