Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dghvbox.c370 int vrows1 = vrows; in GHVBoxResize() local
372 ++ vrows1; in GHVBoxResize()
408 if ((height > si.height) && (vrows1!=0)) { in GHVBoxResize()
409 plus = (height-si.height)/vrows1; in GHVBoxResize()
410 extra = (height-si.height-vrows1*plus); in GHVBoxResize()