Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dshowatt.c2999 FontView *otherfv; in FCAskFilename() local
3003 otherfv = (FontView *) ViewPostScriptFont(filename,0); in FCAskFilename()
3005 if ( otherfv==NULL ) in FCAskFilename()
3007 FontCmpDlg(fv,otherfv,flags); in FCAskFilename()
H A Dlookupui.c5522 FontView *otherfv = fv==kf->first_fv ? kf->second_fv : kf->first_fv; in kf_doResize() local
5526 if ( fv->filled==NULL || otherfv->filled == NULL ) in kf_doResize()
5531 FVSetUIToMatch(otherfv,fv); in kf_doResize()