Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcvpalettes.c2523 GScrollBarSetPos(sb,cv->layers_off_top); in CVLCheckLayerCount()
2556 off = cv->layers_off_top-1; in LayerScroll()
2558 off = cv->layers_off_top+1; in LayerScroll()
2560 off = cv->layers_off_top-layerinfo.visible_layers+1; in LayerScroll()
2562 off = cv->layers_off_top+layerinfo.visible_layers-1; in LayerScroll()
2569 if ( off==cv->layers_off_top ) in LayerScroll()
2571 cv->layers_off_top = off; in LayerScroll()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h221 int layers_off_top; member