Home
last modified time | relevance | path

Searched refs:yoffset (Results 1 – 1 of 1) sorted by relevance

/webtrees/resources/views/modules/timeline-chart/
H A Dchart.phtml297 $yoffset = 0 + ($year - $baseyear) * $scale - $scale; variable
298 $yoffset = $yoffset + $month / 12 * $scale; variable
299 $yoffset = $yoffset + $day / 30 * ($scale / 12); variable
300 $yoffset = (int) $yoffset; variable
301 $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 …]