Searched refs:yoffset (Results 1 – 1 of 1) sorted by relevance
297 $yoffset = 0 + ($year - $baseyear) * $scale - $scale; variable298 $yoffset = $yoffset + $month / 12 * $scale; variable299 $yoffset = $yoffset + $day / 30 * ($scale / 12); variable300 $yoffset = (int) $yoffset; variable301 $place = (int) ($yoffset / $bheight);313 $place = (int) (($yoffset + $tyoffset) / $bheight);315 $yoffset += $tyoffset;317 $placements[$place] = $yoffset;319 …; top:' . $yoffset . 'px; font-size: 8pt; height: ' . $bheight . "px;\" onmousedown=\"factMouseDow…379 $dyoffset = $yoffset - $tyoffset + $bheight / 3;[all …]