Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcvdebug.c308 for ( i=0; dv->cvt_offtop+i<exc->cvtSize; ++i ) { in DVCvtExpose()
310 exc->cvt[dv->cvt_offtop+i], exc->cvt[dv->cvt_offtop+i]/64.0 ); in DVCvtExpose()
311 if ( dv->cvt_offtop+i<n_watch && watches!=NULL && watches[dv->cvt_offtop+i] && y>0 ) in DVCvtExpose()
1570 dv->cvt_offtop = lpos; in DVCvt_SetScrollBar()
1572 GScrollBarSetPos(dv->cvtsb,dv->cvt_offtop); in DVCvt_SetScrollBar()
1577 int newpos = dv->cvt_offtop; in dvcvt_scroll()
1610 if ( newpos!=dv->cvt_offtop ) { in dvcvt_scroll()
1611 int diff = newpos-dv->cvt_offtop; in dvcvt_scroll()
1612 dv->cvt_offtop = newpos; in dvcvt_scroll()
1613 GScrollBarSetPos(dv->cvtsb,dv->cvt_offtop); in dvcvt_scroll()
[all …]
H A Dcvdgloss.c1093 int newpos = dv->cvt_offtop; in dvgloss_scroll()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h123 int pts_head, cvt_offtop, gloss_offtop, storage_offtop, stack_offtop, reg_offtop; member