Home
last modified time | relevance | path

Searched refs:fnt_glyphwidth (Results 1 – 8 of 8) sorted by relevance

/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/font/
H A Dft_corefont.h1476 (fnt_glyphwidth *) NULL,
1509 (fnt_glyphwidth *) NULL,
1542 (fnt_glyphwidth *) NULL,
1575 (fnt_glyphwidth *) NULL,
1608 (fnt_glyphwidth *) NULL,
1641 (fnt_glyphwidth *) NULL,
1674 (fnt_glyphwidth *) NULL,
1708 (fnt_glyphwidth *) NULL,
1741 (fnt_glyphwidth *) NULL,
1774 (fnt_glyphwidth *) NULL,
[all …]
H A Dft_corefont.c335 font->m.glw = (fnt_glyphwidth *) pdc_calloc(pdc, in fnt_fill_font_metric()
336 metric->numglwidths * sizeof(fnt_glyphwidth), fn); in fnt_fill_font_metric()
338 metric->numglwidths * sizeof(fnt_glyphwidth)); in fnt_fill_font_metric()
356 font->m.glw = (fnt_glyphwidth *) pdc_calloc(pdc, in fnt_fill_font_metric()
357 font->m.numglwidths * sizeof(fnt_glyphwidth), fn); in fnt_fill_font_metric()
H A Dft_font.h122 typedef struct fnt_glyphwidth_s fnt_glyphwidth; typedef
179 fnt_glyphwidth *glw; /* ptr to glyph widths array */
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/font/
H A Dft_corefont.h1476 (fnt_glyphwidth *) NULL,
1509 (fnt_glyphwidth *) NULL,
1542 (fnt_glyphwidth *) NULL,
1575 (fnt_glyphwidth *) NULL,
1608 (fnt_glyphwidth *) NULL,
1641 (fnt_glyphwidth *) NULL,
1674 (fnt_glyphwidth *) NULL,
1708 (fnt_glyphwidth *) NULL,
1741 (fnt_glyphwidth *) NULL,
1774 (fnt_glyphwidth *) NULL,
[all …]
H A Dft_corefont.c335 font->m.glw = (fnt_glyphwidth *) pdc_calloc(pdc, in fnt_fill_font_metric()
336 metric->numglwidths * sizeof(fnt_glyphwidth), fn); in fnt_fill_font_metric()
338 metric->numglwidths * sizeof(fnt_glyphwidth)); in fnt_fill_font_metric()
356 font->m.glw = (fnt_glyphwidth *) pdc_calloc(pdc, in fnt_fill_font_metric()
357 font->m.numglwidths * sizeof(fnt_glyphwidth), fn); in fnt_fill_font_metric()
H A Dft_font.h122 typedef struct fnt_glyphwidth_s fnt_glyphwidth; typedef
179 fnt_glyphwidth *glw; /* ptr to glyph widths array */
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_afm.c229 fnt_glyphwidth *glw; in pdf_parse_afm()
427 ftm->glw = (fnt_glyphwidth *) pdc_calloc(p->pdc, in pdf_parse_afm()
428 (size_t) nglyphs * sizeof(fnt_glyphwidth), fn); in pdf_parse_afm()
439 ftm->glw = (fnt_glyphwidth *) pdc_realloc(p->pdc, ftm->glw, in pdf_parse_afm()
440 (size_t) nglyphs * sizeof(fnt_glyphwidth), fn); in pdf_parse_afm()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_afm.c229 fnt_glyphwidth *glw; in pdf_parse_afm()
427 ftm->glw = (fnt_glyphwidth *) pdc_calloc(p->pdc, in pdf_parse_afm()
428 (size_t) nglyphs * sizeof(fnt_glyphwidth), fn); in pdf_parse_afm()
439 ftm->glw = (fnt_glyphwidth *) pdc_realloc(p->pdc, ftm->glw, in pdf_parse_afm()
440 (size_t) nglyphs * sizeof(fnt_glyphwidth), fn); in pdf_parse_afm()