Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcvpointer.c194 if ( cv->p.nextcp || cv->p.prevcp || cv->widthsel || cv->vwidthsel || in CVClearSel()
200 cv->widthsel = cv->vwidthsel = cv->lbearingsel = cv->icsel = cv->tah_sel = false; in CVClearSel()
252 if ( cv->showhmetrics && !cv->widthsel && (mask&4) && usemymetrics==NULL ) { in CVSetSel()
253 cv->widthsel = needsupdate = true; in CVSetSel()
653 (!dowidth || !cv->widthsel) && in CVMouseDownPointer()
669 cv->widthsel = !cv->widthsel; in CVMouseDownPointer()
671 cv->widthsel = true; in CVMouseDownPointer()
672 if ( cv->widthsel ) { in CVMouseDownPointer()
1313 if ( cv->widthsel ) { in CVMoveSelection()
1459 if ( cv->expandedge!=ee_none && !cv->widthsel && !cv->vwidthsel && !cv->lbearingsel in CVMouseMovePointer()
[all …]
H A Dcharview.c3076 DrawVLine(cv,pixmap,cv->b.sc->width,(!cv->inactive && cv->widthsel)?widthselcol:widthcol,true, in CVExpose()
3665 cv->p.nextcp = cv->p.prevcp = cv->widthsel = cv->vwidthsel = false; in CVChangeSC()
4126 } else if ( cv->widthsel && cv->info_within ) { in CVInfoDrawText()
4527 !cv->widthsel) in CVDoSnaps()
4529 else if ( cv->widthsel && p!=&cv->p && in CVDoSnaps()
8154 else if ( CVAnySel(cv,NULL,NULL,NULL,&anya) || cv->widthsel || cv->vwidthsel ) in CVChar()
8158 if ( cv->widthsel ) in CVChar()
8808 cv->widthsel = !cv->widthsel; in CVSelectWidth()
8819 cv->vwidthsel = !cv->widthsel; in CVSelectVWidth()
9626 if ( !(flags&fvt_dontmovewidth) && (cv->widthsel || !anysel)) in CVTransFuncLayer()
[all …]
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h192 unsigned int widthsel:1; member