Home
last modified time | relevance | path

Searched refs:hglyphs (Results 1 – 11 of 11) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dtottfgpos.c4066 SplineChar *sc, **vglyphs, **hglyphs; in ttf_math_dump_glyphvariant() local
4079 hglyphs = malloc((hlen+1)*sizeof(SplineChar *)); in ttf_math_dump_glyphvariant()
4085 hglyphs[hlen++] = sc; in ttf_math_dump_glyphvariant()
4088 hglyphs[hlen] = NULL; in ttf_math_dump_glyphvariant()
4103 offset += gv_len(sf,hglyphs[i]->horiz_variants); in ttf_math_dump_glyphvariant()
4116 hglyphs[i]->horiz_variants,sf,pos,false); in ttf_math_dump_glyphvariant()
4128 hglyphs[i]->horiz_variants,sf,pos); in ttf_math_dump_glyphvariant()
4134 if ( hglyphs[i]->horiz_variants->part_cnt!=0 && in ttf_math_dump_glyphvariant()
4135 hglyphs[i]->horiz_variants->italic_adjusts!=NULL ) in ttf_math_dump_glyphvariant()
4150 dumpcoveragetable(mathf,hglyphs); in ttf_math_dump_glyphvariant()
[all …]
H A Dparsettfatt.c5445 uint16 *hglyphs, *vglyphs; in ttf_math_read_variants() local
5463 vglyphs = hglyphs = NULL; in ttf_math_read_variants()
5467 hglyphs = getCoverageTable(ttf,start+hcoverage,info); in ttf_math_read_variants()
5479 if ( hglyphs!=NULL ) { in ttf_math_read_variants()
5480 for ( i=0; i<hcnt; ++i ) if ( hglyphs[i]<info->glyph_cnt && hoffs[i]!=0) { in ttf_math_read_variants()
5482 SplineChar *sc = info->chars[ hglyphs[i]]; in ttf_math_read_variants()
5485 } else if ( info->inuse[ hglyphs[i]]) in ttf_math_read_variants()
5491 free(hglyphs); free(hoffs); in ttf_math_read_variants()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsettfatt.c3488 uint16 *hglyphs, *vglyphs; in ttf_math_read_variants() local
3506 vglyphs = hglyphs = NULL; in ttf_math_read_variants()
3510 hglyphs = getCoverageTable(ttf,start+hcoverage,info); in ttf_math_read_variants()
3522 if ( hglyphs!=NULL ) { in ttf_math_read_variants()
3523 for ( i=0; i<hcnt; ++i ) if ( hglyphs[i]<info->glyph_cnt && hoffs[i]!=0) { in ttf_math_read_variants()
3525 SplineChar *sc = info->chars[ hglyphs[i]]; in ttf_math_read_variants()
3528 } else if ( info->inuse[ hglyphs[i]]) in ttf_math_read_variants()
3534 free(hglyphs); free(hoffs); in ttf_math_read_variants()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsettfatt.c3488 uint16 *hglyphs, *vglyphs; in ttf_math_read_variants() local
3506 vglyphs = hglyphs = NULL; in ttf_math_read_variants()
3510 hglyphs = getCoverageTable(ttf,start+hcoverage,info); in ttf_math_read_variants()
3522 if ( hglyphs!=NULL ) { in ttf_math_read_variants()
3523 for ( i=0; i<hcnt; ++i ) if ( hglyphs[i]<info->glyph_cnt && hoffs[i]!=0) { in ttf_math_read_variants()
3525 SplineChar *sc = info->chars[ hglyphs[i]]; in ttf_math_read_variants()
3528 } else if ( info->inuse[ hglyphs[i]]) in ttf_math_read_variants()
3534 free(hglyphs); free(hoffs); in ttf_math_read_variants()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsettfatt.c3488 uint16 *hglyphs, *vglyphs; in ttf_math_read_variants() local
3506 vglyphs = hglyphs = NULL; in ttf_math_read_variants()
3510 hglyphs = getCoverageTable(ttf,start+hcoverage,info); in ttf_math_read_variants()
3522 if ( hglyphs!=NULL ) { in ttf_math_read_variants()
3523 for ( i=0; i<hcnt; ++i ) if ( hglyphs[i]<info->glyph_cnt && hoffs[i]!=0) { in ttf_math_read_variants()
3525 SplineChar *sc = info->chars[ hglyphs[i]]; in ttf_math_read_variants()
3528 } else if ( info->inuse[ hglyphs[i]]) in ttf_math_read_variants()
3534 free(hglyphs); free(hoffs); in ttf_math_read_variants()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsettfatt.c3488 uint16 *hglyphs, *vglyphs; in ttf_math_read_variants() local
3506 vglyphs = hglyphs = NULL; in ttf_math_read_variants()
3510 hglyphs = getCoverageTable(ttf,start+hcoverage,info); in ttf_math_read_variants()
3522 if ( hglyphs!=NULL ) { in ttf_math_read_variants()
3523 for ( i=0; i<hcnt; ++i ) if ( hglyphs[i]<info->glyph_cnt && hoffs[i]!=0) { in ttf_math_read_variants()
3525 SplineChar *sc = info->chars[ hglyphs[i]]; in ttf_math_read_variants()
3528 } else if ( info->inuse[ hglyphs[i]]) in ttf_math_read_variants()
3534 free(hglyphs); free(hoffs); in ttf_math_read_variants()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsettfatt.c3488 uint16 *hglyphs, *vglyphs; in ttf_math_read_variants() local
3506 vglyphs = hglyphs = NULL; in ttf_math_read_variants()
3510 hglyphs = getCoverageTable(ttf,start+hcoverage,info); in ttf_math_read_variants()
3522 if ( hglyphs!=NULL ) { in ttf_math_read_variants()
3523 for ( i=0; i<hcnt; ++i ) if ( hglyphs[i]<info->glyph_cnt && hoffs[i]!=0) { in ttf_math_read_variants()
3525 SplineChar *sc = info->chars[ hglyphs[i]]; in ttf_math_read_variants()
3528 } else if ( info->inuse[ hglyphs[i]]) in ttf_math_read_variants()
3534 free(hglyphs); free(hoffs); in ttf_math_read_variants()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsettfatt.c3488 uint16 *hglyphs, *vglyphs; in ttf_math_read_variants() local
3506 vglyphs = hglyphs = NULL; in ttf_math_read_variants()
3510 hglyphs = getCoverageTable(ttf,start+hcoverage,info); in ttf_math_read_variants()
3522 if ( hglyphs!=NULL ) { in ttf_math_read_variants()
3523 for ( i=0; i<hcnt; ++i ) if ( hglyphs[i]<info->glyph_cnt && hoffs[i]!=0) { in ttf_math_read_variants()
3525 SplineChar *sc = info->chars[ hglyphs[i]]; in ttf_math_read_variants()
3528 } else if ( info->inuse[ hglyphs[i]]) in ttf_math_read_variants()
3534 free(hglyphs); free(hoffs); in ttf_math_read_variants()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsettfatt.c3488 uint16 *hglyphs, *vglyphs; in ttf_math_read_variants() local
3506 vglyphs = hglyphs = NULL; in ttf_math_read_variants()
3510 hglyphs = getCoverageTable(ttf,start+hcoverage,info); in ttf_math_read_variants()
3522 if ( hglyphs!=NULL ) { in ttf_math_read_variants()
3523 for ( i=0; i<hcnt; ++i ) if ( hglyphs[i]<info->glyph_cnt && hoffs[i]!=0) { in ttf_math_read_variants()
3525 SplineChar *sc = info->chars[ hglyphs[i]]; in ttf_math_read_variants()
3528 } else if ( info->inuse[ hglyphs[i]]) in ttf_math_read_variants()
3534 free(hglyphs); free(hoffs); in ttf_math_read_variants()
/dports/print/fontforge/fontforge-20201107/contrib/fonttools/
H A Dshowttf.c6463 uint16 *vglyphs=NULL, *hglyphs=NULL; in readttfmathVariants() local
6486 hglyphs = showCoverageTable(ttf,start+hcoverage,hcnt); in readttfmathVariants()
6488 hglyphs = NULL; in readttfmathVariants()
6503hglyphs[i]>=info->glyph_cnt ? "!!! Bad Glyph !!!" : info->glyph_names==NULL ? "" : info->glyph_nam… in readttfmathVariants()
6504 hglyphs[i]); in readttfmathVariants()
6508 free(hglyphs); in readttfmathVariants()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/wxfonts/
H A Dshowttf.c6338 uint16 *vglyphs=NULL, *hglyphs=NULL; in readttfmathVariants() local
6361 hglyphs = showCoverageTable(ttf,start+hcoverage,hcnt); in readttfmathVariants()
6363 hglyphs = NULL; in readttfmathVariants()
6378hglyphs[i]>=info->glyph_cnt ? "!!! Bad Glyph !!!" : info->glyph_names==NULL ? "" : info->glyph_nam… in readttfmathVariants()
6379 hglyphs[i]); in readttfmathVariants()
6383 free(hglyphs); in readttfmathVariants()