Home
last modified time | relevance | path

Searched refs:mathkern (Results 1 – 25 of 66) sorted by relevance

123

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dmath.c133 static struct col_init mathkern[] = { variable
141 …{ sizeof(mathkern)/sizeof(struct col_init)-1, mathkern, 0, NULL, NULL, NULL, NULL, NULL, NULL, NUL…
427 if ( sc->mathkern!=NULL ) in MATH_Init()
431 if ( sc->mathkern!=NULL ) { in MATH_Init()
1409 struct mathkernvertex *mkv = sc->mathkern==NULL ? NULL : &(&sc->mathkern->top_right)[i]; in MKDFillup()
1452 struct mathkernvertex *mkv = sc->mathkern==NULL ? NULL : &(&sc->mathkern->top_right)[i]; in MKDFillup()
1522 if ( mkd->cursc->mathkern==NULL ) in MKD_Parse()
1523 mkd->cursc->mathkern = chunkalloc(sizeof(struct mathkern)); in MKD_Parse()
1636 MathKernFree(mkd->cursc->mathkern); in MKD_Parse()
1637 mkd->cursc->mathkern = NULL; in MKD_Parse()
[all …]
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsplineutil.h104 extern struct mathkern *MathKernCopy(struct mathkern *mk);
155 extern void MathKernFree(struct mathkern *mk);
H A Dsfd.c1351 if ( sc->mathkern!=NULL ) { in SFDDumpCharMath()
1596 sc->horiz_variants!=NULL || sc->mathkern!=NULL ) in SFDDumpChar()
5484 if ( sc->mathkern==NULL ) in SFDGetChar()
5485 sc->mathkern = chunkalloc(sizeof(struct mathkern)); in SFDGetChar()
5488 if ( sc->mathkern==NULL ) in SFDGetChar()
5489 sc->mathkern = chunkalloc(sizeof(struct mathkern)); in SFDGetChar()
5490 SFDParseVertexKern(sfd, &sc->mathkern->top_left); in SFDGetChar()
5492 if ( sc->mathkern==NULL ) in SFDGetChar()
5493 sc->mathkern = chunkalloc(sizeof(struct mathkern)); in SFDGetChar()
5496 if ( sc->mathkern==NULL ) in SFDGetChar()
[all …]
H A Dsplinefont.h1379 struct mathkern { struct
1537 struct mathkern *mathkern; member
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dluatex-api.h548 make_lua_key(mathkern);\
844 init_lua_key(mathkern);\
1218 use_lua_key(mathkern);
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dluatex-api.h548 make_lua_key(mathkern);\
844 init_lua_key(mathkern);\
1218 use_lua_key(mathkern);
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dluatex-api.h548 make_lua_key(mathkern);\
844 init_lua_key(mathkern);\
1218 use_lua_key(mathkern);
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dluatex-api.h548 make_lua_key(mathkern);\
844 init_lua_key(mathkern);\
1218 use_lua_key(mathkern);
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dluatex-api.h548 make_lua_key(mathkern);\
844 init_lua_key(mathkern);\
1218 use_lua_key(mathkern);
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dluatex-api.h548 make_lua_key(mathkern);\
844 init_lua_key(mathkern);\
1218 use_lua_key(mathkern);
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dluatex-api.h548 make_lua_key(mathkern);\
844 init_lua_key(mathkern);\
1218 use_lua_key(mathkern);
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/src/
H A Dluafflib.c154 void handle_mathkern(lua_State * L, struct mathkern *mk);
959 void handle_mathkern(lua_State * L, struct mathkern *mk) in handle_mathkern()
1134 if (glyph->mathkern != NULL) { in handle_splinechar()
1136 handle_mathkern(L, glyph->mathkern); in handle_splinechar()
2782 if (glyph->mathkern != NULL) { in ff_glyph_index()
2784 handle_mathkern(L, glyph->mathkern); in ff_glyph_index()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/src/
H A Dluafflib.c154 void handle_mathkern(lua_State * L, struct mathkern *mk);
959 void handle_mathkern(lua_State * L, struct mathkern *mk) in handle_mathkern()
1134 if (glyph->mathkern != NULL) { in handle_splinechar()
1136 handle_mathkern(L, glyph->mathkern); in handle_splinechar()
2782 if (glyph->mathkern != NULL) { in ff_glyph_index()
2784 handle_mathkern(L, glyph->mathkern); in ff_glyph_index()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/src/
H A Dluafflib.c154 void handle_mathkern(lua_State * L, struct mathkern *mk);
959 void handle_mathkern(lua_State * L, struct mathkern *mk) in handle_mathkern()
1134 if (glyph->mathkern != NULL) { in handle_splinechar()
1136 handle_mathkern(L, glyph->mathkern); in handle_splinechar()
2782 if (glyph->mathkern != NULL) { in ff_glyph_index()
2784 handle_mathkern(L, glyph->mathkern); in ff_glyph_index()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/src/
H A Dluafflib.c154 void handle_mathkern(lua_State * L, struct mathkern *mk);
959 void handle_mathkern(lua_State * L, struct mathkern *mk) in handle_mathkern()
1134 if (glyph->mathkern != NULL) { in handle_splinechar()
1136 handle_mathkern(L, glyph->mathkern); in handle_splinechar()
2782 if (glyph->mathkern != NULL) { in ff_glyph_index()
2784 handle_mathkern(L, glyph->mathkern); in ff_glyph_index()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/src/
H A Dluafflib.c154 void handle_mathkern(lua_State * L, struct mathkern *mk);
959 void handle_mathkern(lua_State * L, struct mathkern *mk) in handle_mathkern()
1134 if (glyph->mathkern != NULL) { in handle_splinechar()
1136 handle_mathkern(L, glyph->mathkern); in handle_splinechar()
2782 if (glyph->mathkern != NULL) { in ff_glyph_index()
2784 handle_mathkern(L, glyph->mathkern); in ff_glyph_index()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/src/
H A Dluafflib.c154 void handle_mathkern(lua_State * L, struct mathkern *mk);
959 void handle_mathkern(lua_State * L, struct mathkern *mk) in handle_mathkern()
1134 if (glyph->mathkern != NULL) { in handle_splinechar()
1136 handle_mathkern(L, glyph->mathkern); in handle_splinechar()
2782 if (glyph->mathkern != NULL) { in ff_glyph_index()
2784 handle_mathkern(L, glyph->mathkern); in ff_glyph_index()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/src/
H A Dluafflib.c154 void handle_mathkern(lua_State * L, struct mathkern *mk);
959 void handle_mathkern(lua_State * L, struct mathkern *mk) in handle_mathkern()
1134 if (glyph->mathkern != NULL) { in handle_splinechar()
1136 handle_mathkern(L, glyph->mathkern); in handle_splinechar()
2782 if (glyph->mathkern != NULL) { in ff_glyph_index()
2784 handle_mathkern(L, glyph->mathkern); in ff_glyph_index()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.h1064 struct mathkern { struct
1218 struct mathkern *mathkern; member
1977 extern void MathKernFree(struct mathkern *mk);
1978 extern struct mathkern *MathKernCopy(struct mathkern *mk);
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.h1064 struct mathkern { struct
1218 struct mathkern *mathkern; member
1977 extern void MathKernFree(struct mathkern *mk);
1978 extern struct mathkern *MathKernCopy(struct mathkern *mk);
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.h1064 struct mathkern { struct
1218 struct mathkern *mathkern; member
1977 extern void MathKernFree(struct mathkern *mk);
1978 extern struct mathkern *MathKernCopy(struct mathkern *mk);
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.h1064 struct mathkern { struct
1218 struct mathkern *mathkern; member
1977 extern void MathKernFree(struct mathkern *mk);
1978 extern struct mathkern *MathKernCopy(struct mathkern *mk);
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.h1064 struct mathkern { struct
1218 struct mathkern *mathkern; member
1977 extern void MathKernFree(struct mathkern *mk);
1978 extern struct mathkern *MathKernCopy(struct mathkern *mk);
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.h1064 struct mathkern { struct
1218 struct mathkern *mathkern; member
1977 extern void MathKernFree(struct mathkern *mk);
1978 extern struct mathkern *MathKernCopy(struct mathkern *mk);
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.h1064 struct mathkern { struct
1218 struct mathkern *mathkern; member
1977 extern void MathKernFree(struct mathkern *mk);
1978 extern struct mathkern *MathKernCopy(struct mathkern *mk);

123