Home
last modified time | relevance | path

Searched refs:nextedges (Results 1 – 9 of 9) sorted by relevance

/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h80 …Spline *nextedges[2], *prevedges[2]; /* There should always be a matching spline, which may end up… member
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h80 …Spline *nextedges[2], *prevedges[2]; /* There should always be a matching spline, which may end up… member
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h80 …Spline *nextedges[2], *prevedges[2]; /* There should always be a matching spline, which may end up… member
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h80 …Spline *nextedges[2], *prevedges[2]; /* There should always be a matching spline, which may end up… member
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h80 …Spline *nextedges[2], *prevedges[2]; /* There should always be a matching spline, which may end up… member
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h80 …Spline *nextedges[2], *prevedges[2]; /* There should always be a matching spline, which may end up… member
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h80 …Spline *nextedges[2], *prevedges[2]; /* There should always be a matching spline, which may end up… member
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dstemdb.h83 …Spline *nextedges[2], *prevedges[2]; /* There should always be a matching spline, which may end up… member
H A Dstemdb.c2176 pd->nextedges[eidx] = other; in HalfStem()
2217 other = ( is_next ) ? pd->nextedges[eidx] : pd->prevedges[eidx]; in ConnectsAcross()
2259 other = ( is_next ) ? pd->nextedges[eidx] : pd->prevedges[eidx]; in ConnectsAcrossToStem()
2329 other = pd->nextedges[eidx]; in BuildStem()
2618 s = ( isnext ) ? pd->nextedges[eidx] : pd->prevedges[eidx]; in FixupT()
2798 other = ( opp_next ) ? opp->nextedges[0] : opp->prevedges[0]; in ValueChunk()
5865 pd->next_e_cnt = FindMatchingEdge(gd,pd,true,pd->nextedges); in GlyphDataInit()