Lines Matching refs:set1
1106 * @param {Array} set1 Collection of axes to check.
1112 _getTopOverflow: function(set1, set2, height)
1118 if(set1)
1120 len = set1.length;
1123 axis = set1[i];
1144 * @param {Array} set1 Collection of axes to check.
1150 _getRightOverflow: function(set1, set2, width)
1156 if(set1)
1158 len = set1.length;
1161 axis = set1[i];
1182 * @param {Array} set1 Collection of axes to check.
1188 _getLeftOverflow: function(set1, set2, width)
1194 if(set1)
1196 len = set1.length;
1199 axis = set1[i];
1220 * @param {Array} set1 Collection of axes to check.
1226 _getBottomOverflow: function(set1, set2, height)
1232 if(set1)
1234 len = set1.length;
1237 axis = set1[i];