Lines Matching refs:set1
13950 * @param {Array} set1 Collection of axes to check.
13956 _getTopOverflow: function(set1, set2, height)
13962 if(set1)
13964 len = set1.length;
13967 axis = set1[i];
13988 * @param {Array} set1 Collection of axes to check.
13994 _getRightOverflow: function(set1, set2, width)
14000 if(set1)
14002 len = set1.length;
14005 axis = set1[i];
14026 * @param {Array} set1 Collection of axes to check.
14032 _getLeftOverflow: function(set1, set2, width)
14038 if(set1)
14040 len = set1.length;
14043 axis = set1[i];
14064 * @param {Array} set1 Collection of axes to check.
14070 _getBottomOverflow: function(set1, set2, height)
14076 if(set1)
14078 len = set1.length;
14081 axis = set1[i];