Lines Matching refs:parseInt
46 x = parseInt(split_coords[0]);
47 y = parseInt(split_coords[1]);
50 x = Math.floor((parseInt(split_coords[0]) + parseInt(split_coords[2])) / 2);
51 y = Math.floor((parseInt(split_coords[1]) + parseInt(split_coords[3])) / 2);
57 x += parseInt(split_coords[i]);
58 y += parseInt(split_coords[i + 1]);
79 return parseInt(s.replace(/^[^\d]*/, ""));
315 … $(marker_id_jquery).css("width", parseInt(_g.a_cfg[imap_div_index]['marker-width']));
318 … $(marker_id_jquery).css("height", parseInt(_g.a_cfg[imap_div_index]['marker-height']));
337 … $(marker_id_jquery).css("width", parseInt(_g.a_cfg[imap_div_index]['marker-width']));
340 … $(marker_id_jquery).css("height", parseInt(_g.a_cfg[imap_div_index]['marker-height']));