Searched refs:returnFloat (Results 1 – 3 of 3) sorted by relevance
2229 },pointsToPixels:function(name,value,returnFloat){var axis=/Top$|Bottom$/.test(name)?"y":"x"; argument2231 return returnFloat?result:Math.round(result)
9151 pointsToPixels: function(name, value, returnFloat) argument9157 return returnFloat ? result : Math.round(result);
2240 },pointsToPixels:function(name,value,returnFloat){var axis=/Top$|Bottom$/.test(name)?"y":"x"; argument 2242 return returnFloat?result:Math.round(result)