Lines Matching refs:set2
1107 * @param {Array} set2 Seconf collection of axes to check.
1112 _getTopOverflow: function(set1, set2, height)
1127 if(set2)
1130 len = set2.length;
1133 axis = set2[i];
1145 * @param {Array} set2 Seconf collection of axes to check.
1150 _getRightOverflow: function(set1, set2, width)
1165 if(set2)
1168 len = set2.length;
1171 axis = set2[i];
1183 * @param {Array} set2 Seconf collection of axes to check.
1188 _getLeftOverflow: function(set1, set2, width)
1203 if(set2)
1206 len = set2.length;
1209 axis = set2[i];
1221 * @param {Array} set2 Seconf collection of axes to check.
1226 _getBottomOverflow: function(set1, set2, height)
1241 if(set2)
1244 len = set2.length;
1247 axis = set2[i];