Home
last modified time | relevance | path

Searched refs:gasp_cnt (Results 1 – 25 of 29) sorted by relevance

12

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dttf.h305 int gasp_cnt; member
H A Dsfd.c1947 if ( sf->gasp_cnt==0 ) in SFDDumpGasp()
1950 fprintf( sfd, "GaspTable: %d", sf->gasp_cnt ); in SFDDumpGasp()
1951 for ( i=0; i<sf->gasp_cnt; ++i ) in SFDDumpGasp()
2753 if ( sf->gasp_cnt!=0 ) in SFD_DumpSplineFontMetadata()
6598 getsint(sfd,(int16 *) &sf->gasp_cnt); in SFDGetGasp()
6599 sf->gasp = malloc(sf->gasp_cnt*sizeof(struct gasp)); in SFDGetGasp()
6600 for ( i=0; i<sf->gasp_cnt; ++i ) { in SFDGetGasp()
H A Dtottf.c3712 if ( sf->gasp_cnt==0 ) { in dumpgasp()
3722 putshort(at->gaspf,sf->gasp_cnt); in dumpgasp()
3723 for ( i=0; i<sf->gasp_cnt; ++i ) { in dumpgasp()
5729 if (( sf->gasp_cnt!=0 || !SFHasInstructions(sf)) in initTables()
6577 if ( sf->gasp_cnt!=0 || !SFHasInstructions(sf) ) in ttc_perfonttables()
H A Dsplinefont.h1936 short gasp_cnt; member
H A Dparsettf.c5377 info->gasp_cnt = cnt = getushort(ttf); in readttfgasp()
6085 sf->gasp_cnt = info->gasp_cnt; in SFFillFromTTF()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dttf.h228 int gasp_cnt; member
H A Dparsettf.c5180 info->gasp_cnt = cnt = getushort(ttf); in readttfgasp()
5733 sf->gasp_cnt = info->gasp_cnt; in SFFillFromTTF()
H A Dsplinefont.h1642 short gasp_cnt; member
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dttf.h228 int gasp_cnt; member
H A Dparsettf.c5180 info->gasp_cnt = cnt = getushort(ttf); in readttfgasp()
5733 sf->gasp_cnt = info->gasp_cnt; in SFFillFromTTF()
H A Dsplinefont.h1642 short gasp_cnt; member
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dttf.h228 int gasp_cnt; member
H A Dparsettf.c5180 info->gasp_cnt = cnt = getushort(ttf); in readttfgasp()
5733 sf->gasp_cnt = info->gasp_cnt; in SFFillFromTTF()
H A Dsplinefont.h1642 short gasp_cnt; member
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dttf.h228 int gasp_cnt; member
H A Dparsettf.c5180 info->gasp_cnt = cnt = getushort(ttf); in readttfgasp()
5733 sf->gasp_cnt = info->gasp_cnt; in SFFillFromTTF()
H A Dsplinefont.h1642 short gasp_cnt; member
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dttf.h228 int gasp_cnt; member
H A Dparsettf.c5180 info->gasp_cnt = cnt = getushort(ttf); in readttfgasp()
5733 sf->gasp_cnt = info->gasp_cnt; in SFFillFromTTF()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dttf.h228 int gasp_cnt; member
H A Dparsettf.c5180 info->gasp_cnt = cnt = getushort(ttf); in readttfgasp()
5733 sf->gasp_cnt = info->gasp_cnt; in SFFillFromTTF()
H A Dsplinefont.h1642 short gasp_cnt; member
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dttf.h228 int gasp_cnt; member
H A Dparsettf.c5180 info->gasp_cnt = cnt = getushort(ttf); in readttfgasp()
5733 sf->gasp_cnt = info->gasp_cnt; in SFFillFromTTF()
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dfontinfo.c3494 if ( sf->gasp_cnt==0 ) { in GaspMatrixInit()
3498 md = calloc(5*sf->gasp_cnt,sizeof(struct matrix_data)); in GaspMatrixInit()
3499 for ( i=0; i<sf->gasp_cnt; ++i ) { in GaspMatrixInit()
3506 mi->initial_row_cnt = sf->gasp_cnt; in GaspMatrixInit()
4387 sf->gasp_cnt = gasprows; in GFI_OK()

12