Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dtilepath.c787 CharView *cv = (&tpd->cv_first)+i; in TPDDraw()
805 (&tpd->cv_first)[i].inactive = true; in TPDMakeActive()
816 if ( !(&tpd->cv_first)[i].inactive ) in TPDChar()
824 CVChar((&tpd->cv_first)+i,event); in TPDChar()
997 CharView *mcv = &(&tpd->cv_first)[i]; in TPDInit()
1284 CharView *cv = &tpd.cv_first + i; in TileAsk()
1456 CharView *cv = &tpd->cv_first; in PTDSubResize()
1486 CVChar(&ptd->cv_first,event); in PTDChar()
1568 CharView *cv = &ptd->cv_first; in ptd_e_h()
1692 CharView *mcv = &ptd->cv_first; in PTDInit()
[all …]
H A Dcharview.c13272 …(&tpd->cv_first)[i].gw = GWidgetCreateSubWindow(GDrawableGetWindow(GWidgetGetControl(tpd->gw,cid+i… in TPDCharViewInits()
13273 &pos,nested_cv_e_h,(&tpd->cv_first)+i,&wattrs); in TPDCharViewInits()
13274 _CharViewCreate((&tpd->cv_first)+i, (&tpd->sc_first)+i, &tpd->dummy_fv, i, 1 ); in TPDCharViewInits()
13303 tpd->cv_first.gw = GWidgetCreateSubWindow(GDrawableGetWindow(GWidgetGetControl(tpd->gw,cid)), in PTDCharViewInits()
13304 &pos,nested_cv_e_h,&tpd->cv_first,&wattrs); in PTDCharViewInits()
13305 _CharViewCreate(&tpd->cv_first, &tpd->sc_first, &tpd->dummy_fv, 0, 1 ); in PTDCharViewInits()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h567 CharView cv_first, cv_medial, cv_final, cv_isolated; member