Lines Matching refs:set2
13951 * @param {Array} set2 Seconf collection of axes to check.
13956 _getTopOverflow: function(set1, set2, height)
13971 if(set2)
13974 len = set2.length;
13977 axis = set2[i];
13989 * @param {Array} set2 Seconf collection of axes to check.
13994 _getRightOverflow: function(set1, set2, width)
14009 if(set2)
14012 len = set2.length;
14015 axis = set2[i];
14027 * @param {Array} set2 Seconf collection of axes to check.
14032 _getLeftOverflow: function(set1, set2, width)
14047 if(set2)
14050 len = set2.length;
14053 axis = set2[i];
14065 * @param {Array} set2 Seconf collection of axes to check.
14070 _getBottomOverflow: function(set1, set2, height)
14085 if(set2)
14088 len = set2.length;
14091 axis = set2[i];