Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dghvbox.c313 int vcols1 = vcols; in GHVBoxResize() local
315 ++ vcols1; in GHVBoxResize()
351 if ((width > si.width) && (vcols1!=0)) { in GHVBoxResize()
352 plus = (width-si.width)/vcols1; in GHVBoxResize()
353 extra = (width-si.width-vcols1*plus); in GHVBoxResize()