Home
last modified time | relevance | path

Searched refs:anyrefs (Results 1 – 5 of 5) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcvpointer.c45 int anypoints = 0, anyrefs=0, anyimages=0, anyanchor=0; in CVAnySel() local
56 for ( rf=cv->b.layerheads[cv->b.drawmode]->refs; rf!=NULL && !anyrefs; rf=rf->next ) in CVAnySel()
57 if ( rf->selected ) anyrefs = true; in CVAnySel()
66 if ( anyr!=NULL ) *anyr = anyrefs; in CVAnySel()
69 return( anypoints || anyrefs || anyimages || anyanchor ); in CVAnySel()
540 int anyrefs; in CVPreserveTState() local
542 cv->p.transany = CVAnySel(cv,NULL,&anyrefs,NULL,NULL); in CVPreserveTState()
543 cv->p.transanyrefs = anyrefs; in CVPreserveTState()
H A Dbitmapview.c1828 int anyrefs = false; in _BVUnlinkRef() local
1833 for ( ref=bv->bc->refs; ref!=NULL && !anyrefs; ref=ref->next ) in _BVUnlinkRef()
1834 if ( ref->selected ) anyrefs = true; in _BVUnlinkRef()
1837 if ( ref->selected || !anyrefs) { in _BVUnlinkRef()
H A Dtilepath.c1309 int anypoints, anyrefs, anyimages, anyattach; in CVTile() local
1311 CVAnySel(cv,&anypoints,&anyrefs,&anyimages,&anyattach); in CVTile()
1312 if ( anyrefs || anyimages || anyattach ) in CVTile()
H A Dcharview.c8859 int anyrefs=0; in _CVUnlinkRef() local
8864 for ( rf=cv->b.layerheads[cv->b.drawmode]->refs; rf!=NULL && !anyrefs; rf=rf->next ) in _CVUnlinkRef()
8865 if ( rf->selected ) anyrefs = true; in _CVUnlinkRef()
8868 if ( rf->selected || !anyrefs) { in _CVUnlinkRef()
9097 int anypoints, anyrefs, anyimages, anyanchor; in cv_edlistcheck() local
9099 CVAnySel(cv,&anypoints,&anyrefs,&anyimages,&anyanchor); in cv_edlistcheck()
9115 mi->ti.disabled = !anypoints && !anyrefs && !anyimages && !anyanchor; in cv_edlistcheck()
/dports/converters/fondu/fondu/
H A Dfondups.c3004 int i,j, anyrefs, attempts; in ParsePfb() local
3043 anyrefs = true; in ParsePfb()
3047 while ( anyrefs && attempts<psfont->glyphcnt ) { in ParsePfb()
3048 anyrefs = false; in ParsePfb()
3054 anyrefs = true; in ParsePfb()